71 lines
1.2 KiB
Plaintext
71 lines
1.2 KiB
Plaintext
/* packageI/ys_crmBind/ys_crmBind.wxss */
|
|
#ys_crmBind{
|
|
background-color: #fff;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
#ys_crmBind .crm-binb-success {
|
|
padding: 14px 16px;
|
|
text-align: left;
|
|
}
|
|
#ys_crmBind .crm-binb-success .title {
|
|
font-size: 18px;
|
|
line-height: 48px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
#ys_crmBind .crm-binb-success .warn-text{
|
|
display: inline-block;
|
|
padding: 0 3px;
|
|
color: #f15353;
|
|
}
|
|
|
|
#ys_crmBind .crm-binb-success .warn-text button{
|
|
border: none;
|
|
line-height: 20px;
|
|
width: auto;
|
|
padding: 0;
|
|
display: flex;
|
|
font-size: 15px;
|
|
color: #f15353;
|
|
}
|
|
|
|
#ys_crmBind .crm-binb-select {
|
|
padding: 18px 8px;
|
|
text-align: left;
|
|
}
|
|
#ys_crmBind .crm-binb-select .text {
|
|
font-size: 15px;
|
|
line-height: 24px;
|
|
padding: 0 10px;
|
|
}
|
|
#ys_crmBind .crm-binb-select .van-radio {
|
|
padding: 10px 16px;
|
|
background-color: #fff8f2;
|
|
border-radius: 5px;
|
|
margin-top: 10px;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
#ys_crmBind .crm-binb-select .van-radio__label{
|
|
color: #fc692f;
|
|
}
|
|
#ys_crmBind .crm-binb-select .size-text {
|
|
font-size: 12px;
|
|
text-align: center;
|
|
color: #f15353;
|
|
font-weight: 600;
|
|
border: none;
|
|
padding-top: 12px;
|
|
}
|
|
|
|
#ys_crmBind .fixed-bottom{
|
|
position: fixed;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 0 20px;
|
|
bottom: 20px;
|
|
left: 0;
|
|
} |