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.
71 lines
1.1 KiB
71 lines
1.1 KiB
.cs-container {
|
|
width: calc(100% - 32px);
|
|
padding: 0px 16px;
|
|
height: 100%;
|
|
|
|
}
|
|
.cs-dc {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.cs-dc-s1 {
|
|
font-size: 14px;
|
|
color: #333333;
|
|
width: 64%;
|
|
}
|
|
.cs-dc-s2 {
|
|
font-size: 12px;
|
|
color: #D0D0D0;
|
|
}
|
|
.cs-d1-title {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
height: 27px;
|
|
line-height: 27px;
|
|
color: #333333;
|
|
}
|
|
.cs-d1 {
|
|
padding: 16px;
|
|
background: #fff;
|
|
margin: 12px 0;
|
|
}
|
|
|
|
.cs-vcg .van-checkbox-group{
|
|
margin-top: 16px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.cs-cb {
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
.cs-dd {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.cs-vw {
|
|
color: #D0D0D0;
|
|
font-size: 13px;
|
|
}
|
|
.footer-btn {
|
|
position: fixed;
|
|
width: 100vw;
|
|
height: 36px;
|
|
bottom: 40px;
|
|
line-height: 36px;
|
|
left: 0px;
|
|
background-color: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.footer-sbn {
|
|
width: 90%;
|
|
height: 100%;
|
|
background: #0084FF;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 2px;
|
|
}
|
|
.footer-sbn:active {
|
|
background: #fff;
|
|
} |