You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
420 lines
8.1 KiB
420 lines
8.1 KiB
.flex_box_center___32ll- {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___2mDbQ {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2AOwf {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___pS9qX {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___3D9Bh {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___1ooiH {
|
|
width: 1200px;
|
|
margin: 0px auto;
|
|
}
|
|
.midWrap___1wth1 {
|
|
display: box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
line-height: 41px;
|
|
margin-top: 10px;
|
|
margin-bottom: 0px;
|
|
font-size: 12px;
|
|
}
|
|
.color999___1mVXE {
|
|
color: #999999;
|
|
}
|
|
.orderWrap___1_NxF {
|
|
display: box;
|
|
display: flex;
|
|
}
|
|
.orderIconWrap___1lIN5 {
|
|
display: box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
color: #999999;
|
|
}
|
|
.orderAsc___zIHGD {
|
|
flex-direction: column;
|
|
text-align: center;
|
|
height: 10px;
|
|
line-height: 10px;
|
|
display: table;
|
|
margin-top: 9px;
|
|
}
|
|
.orderDesc___2FnWr {
|
|
flex-direction: column;
|
|
text-align: center;
|
|
height: 10px;
|
|
line-height: 10px;
|
|
display: table;
|
|
}
|
|
.color0152d9___10IA7 {
|
|
color: #0152d9;
|
|
}
|
|
.h10___gw7qB {
|
|
height: 10px;
|
|
}
|
|
.cursorPointer___3qlFf {
|
|
cursor: pointer;
|
|
}
|
|
.orderTextWrap___1J_rT {
|
|
cursor: pointer;
|
|
color: #999999;
|
|
margin-right: 10px;
|
|
font-size: 12px;
|
|
}
|
|
.cardWrap___2-1jI {
|
|
display: box;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
min-height: 400px;
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
.countWrap___wctq4 {
|
|
text-align: center;
|
|
margin-bottom: 50px;
|
|
margin-top: 30px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___3kV84 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___2cvFM {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___3G1He {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___2FY4l {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___3e1cA {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___3t3DB {
|
|
margin-bottom: 26px;
|
|
margin-right: 26px;
|
|
}
|
|
.wrap___3t3DB:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
.wrap___3t3DB div[class~='ant-card'] {
|
|
width: 280px;
|
|
height: 300px;
|
|
margin-bottom: 0px;
|
|
margin-right: 0px;
|
|
display: inline-block;
|
|
box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
|
|
transition: all 0.5s;
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
}
|
|
.wrap___3t3DB div[class~='ant-card']:hover {
|
|
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.wrap___3t3DB div[class~='ant-card'] [class='ant-card-cover'] {
|
|
height: 175px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.wrap___3t3DB div[class='ant-card-body'] {
|
|
padding: 0px;
|
|
}
|
|
.wrap___3t3DB p {
|
|
margin: 0;
|
|
}
|
|
.createIconWrap___j-47H {
|
|
padding: 20px 20px 0px 20px;
|
|
border-bottom: 1px solid transparent;
|
|
text-align: center;
|
|
min-height: 241px;
|
|
}
|
|
.createIcon___1XtBi {
|
|
width: 236px;
|
|
height: 206px;
|
|
background: #f8f8f8;
|
|
border: 2px dotted #e1e1e1;
|
|
opacity: 1;
|
|
border-radius: 4px;
|
|
padding-top: 50px;
|
|
position: inherit;
|
|
}
|
|
.leftIcon___3K4qw {
|
|
width: 100px;
|
|
height: 1px;
|
|
background: #e1e1e1;
|
|
border: 1px solid #e1e1e1;
|
|
margin: 0px auto;
|
|
position: absolute;
|
|
top: 120px;
|
|
left: 88px;
|
|
}
|
|
.rightIcon___FTfoF {
|
|
width: 1px;
|
|
height: 100px;
|
|
background: #e1e1e1;
|
|
border: 1px solid #e1e1e1;
|
|
margin: 0 auto;
|
|
}
|
|
.createTextWrap___2sDm0 {
|
|
height: 48px;
|
|
padding: 10px 0px;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
color: #666;
|
|
}
|
|
.createText___2k3zD {
|
|
height: 24px;
|
|
font-size: 18px;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: 400;
|
|
line-height: 21px;
|
|
color: #999999;
|
|
opacity: 1;
|
|
margin-top: -8px;
|
|
margin-right: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
.tagWrap___1VP2l {
|
|
position: absolute;
|
|
left: 10px;
|
|
bottom: 100px;
|
|
}
|
|
.payWrap___3FVdY {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 63px;
|
|
height: 26px;
|
|
color: #fff;
|
|
background-color: #ef8f1e;
|
|
line-height: 26px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
border-radius: 0 0 12px 0;
|
|
}
|
|
.tagName___1WsRV {
|
|
display: block;
|
|
width: auto;
|
|
background: rgba(0, 0, 0, 0.56);
|
|
border: 1px solid rgba(255, 255, 255, 0.56);
|
|
border-radius: 3px;
|
|
font-size: 12px;
|
|
background-size: 100% 100%;
|
|
padding: 0px 8px;
|
|
color: #fff;
|
|
}
|
|
.tagJupyterWrap___1GB1c {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 20px;
|
|
}
|
|
.tagJupyterNameWrap___27fy7 {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #ff6802;
|
|
width: 66px;
|
|
height: 28px;
|
|
border-radius: 0px 20px 20px 0px;
|
|
margin: 0px;
|
|
}
|
|
.tagJupyterName___2Zf8H {
|
|
width: 50px;
|
|
height: 23px;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
line-height: 19px;
|
|
margin-right: 6px;
|
|
}
|
|
.imgWrap___1GzDK {
|
|
display: block;
|
|
width: 100%;
|
|
text-decoration: none;
|
|
color: #05101a;
|
|
}
|
|
.imgWrap___1GzDK > img {
|
|
width: 100%;
|
|
border-radius: 6px 6px 0px 0px;
|
|
vertical-align: bottom;
|
|
height: 210px;
|
|
}
|
|
.cardBottom___2ObKa {
|
|
padding: 15px 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.bottomNameWrap___3hMkz {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
margin: 0px;
|
|
}
|
|
.bottomName___2G1JR {
|
|
color: #1a0b00;
|
|
text-align: justify;
|
|
}
|
|
.bottomContentWrap___33kra {
|
|
display: box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 10px;
|
|
color: #666;
|
|
}
|
|
.bottomOwnerName___3VDLq {
|
|
max-width: 170px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
color: #999999;
|
|
}
|
|
.bottomVisitsCount___13raw {
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 23px;
|
|
color: #666;
|
|
}
|
|
.excellentTag___3rziY {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
}
|
|
.excellentTag___3rziY span {
|
|
display: flex;
|
|
align-items: center;
|
|
background: #ff6802;
|
|
width: 70px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
border-radius: 0px 0px 20px 0px;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
margin-right: 6px;
|
|
padding-left: 5px;
|
|
}
|
|
.righttag___2lnvu {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___37W4G {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___2ryNB {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___1Ppkk {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___1C3xM {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___2UdrZ {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.searchBar___11Zi6 {
|
|
display: box;
|
|
display: flex;
|
|
border-radius: 2px;
|
|
width: 100%;
|
|
margin: 0px auto;
|
|
box-sizing: border-box;
|
|
padding-left: 25px;
|
|
background-color: #fff;
|
|
padding-bottom: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
.searchBar___11Zi6 > li {
|
|
list-style-type: none;
|
|
text-align: center;
|
|
color: #05101a;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
}
|
|
.searchBar___11Zi6 > li > a {
|
|
display: block;
|
|
width: 100%;
|
|
text-decoration: none;
|
|
color: #05101a;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.searchBar___11Zi6 > li.active___2BI3l a {
|
|
color: #0152d9;
|
|
}
|
|
.searchBarBorder___S2UWE {
|
|
border-top: 1px solid #eeeeee;
|
|
}
|
|
.firstLi___3w27p {
|
|
width: 33px;
|
|
height: 48px;
|
|
line-height: 46px;
|
|
}
|
|
.otherLi___2OBrN {
|
|
width: 76px;
|
|
height: 48px;
|
|
line-height: 46px;
|
|
margin-left: 40px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|