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.
72 lines
1.1 KiB
72 lines
1.1 KiB
.cl-outer {
|
|
padding: 16px;
|
|
}
|
|
|
|
.cl-inner {
|
|
padding: 16px;
|
|
background: #fff;
|
|
}
|
|
|
|
.cl-i-d1 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.cl-i-d-s1 {
|
|
border-radius: 2px;
|
|
font-weight: 600;
|
|
font-size: 13px;
|
|
padding: 4px 8px;
|
|
}
|
|
.lCs {
|
|
color: #FF4852;
|
|
background: #FFF0F1;
|
|
}
|
|
.mCs {
|
|
color: #FF6E25;
|
|
background: #FFE5DF;
|
|
}
|
|
.dCs {
|
|
color: #FFBF00;
|
|
background: #FCFFE0;
|
|
}
|
|
.cl-i-d-s2 {
|
|
font-size: 13px;
|
|
color: #999999;
|
|
}
|
|
|
|
.cl-i-d-s3 {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.cl-i-d-s4 {
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.cl-i-line {
|
|
width: 100%;
|
|
height: 1px;
|
|
background: linear-gradient(117deg, rgba(245, 245, 245, 0) 0%, #EEEEEE 50%, rgba(232, 232, 232, 0) 100%);
|
|
margin-top: 16px;
|
|
}
|
|
.cl-i-d-btn {
|
|
width: 100%;
|
|
height: 30px;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
color: #0084FF;
|
|
font-size: 13px;
|
|
}
|
|
.loading {
|
|
position: relative;
|
|
bottom: 5rpx;
|
|
padding: 10rpx;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
} |