You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
697 B
Plaintext

page {
padding: 40rpx;
}
.numCircle {
width: 24px;
height: 24px;
background-color: #f00;
border-radius: 100%;
font-size: 19px;
line-height: 24px;
text-align: center;
color: #fff;
}
.leftT {
/* c6 mt10 text-center */
color: #666;
margin-top: 10px;
text-align: center;
font-size: 10px;
margin-left: -10px;
}
.centerLine {
height: 1px;
background: rgba(121, 128, 157, 1);
width: 100%;
position: relative;
top: 14px;
z-index: -1;
}
.p010 {
padding: 0 20px 0 10px;
}
button[type='primary'] {
background-color: #1890ff !important;
}
.button-hover[type='primary'] {
background-color: #096dd9 !important;
}