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.
118 lines
1.7 KiB
118 lines
1.7 KiB
/* pages/mine/pages/PushSettings/index.wxss */
|
|
.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;
|
|
}
|
|
|
|
|
|
.range-style {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 10rpx;
|
|
background-color: #fff;
|
|
}
|
|
.mar-top {
|
|
margin-top: 30rpx;
|
|
}
|
|
.picker-title {
|
|
font-size: 32rpx;
|
|
width: 150rpx;
|
|
}
|
|
.picker_group {
|
|
color: #888;
|
|
/* border: 1rpx solid #A4A6AE; */
|
|
border-radius: 15rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 16rpx 88rpx;
|
|
margin: 32rpx;
|
|
width: 654rpx;
|
|
background: #f9f9f9;
|
|
|
|
|
|
}
|
|
.text-style1{
|
|
color:#0084FF;
|
|
font-size: 24rpx;
|
|
|
|
}
|
|
.text-style2{
|
|
color:#0084FF;
|
|
font-size: 24rpx;
|
|
}
|
|
.picker_group picker {
|
|
font-size: 34rpx;
|
|
height: 45rpx;
|
|
padding-left:20rpx;
|
|
padding-right:20rpx;
|
|
line-height: 45rpx;
|
|
} |