zhongping-miniprogram/miniprogram/pages/applySetting/applySetting.scss

97 lines
1.6 KiB
SCSS

/* pages/applySetting/applySetting.wxss */
.apply-setting-page{
box-sizing: border-box;
padding: 46rpx 55rpx;
}
.title{
font-size: 36rpx;
font-family: PingFang SC;
font-weight: bold;
color: #000000;
margin-bottom: 38rpx;
}
.description{
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #838383;
margin-bottom: 88rpx;
}
.field-box{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 45rpx;
.label {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #494949
}
.select-box{
display: flex;
align-items: center;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #C3C3C3;
// margin-bottom: 40rpx;
image{
width: 14rpx;
height: 25rpx;
margin-left: 17rpx;
}
}
.switch-box{
display: flex;
align-items: center;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #494949;
// margin-bottom: 50rpx;
switch{
// .wx-switch-input{
// width: 88rpx;
// height: 50rpx;
// }
margin-right: 20rpx;
zoom: .6;
}
}
}
.add-report{
padding-bottom: 40rpx;
border-bottom: 2rpx solid #F3F5F8;
margin-bottom: 28rpx;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #3A61B1;
display: flex;
align-items: center;
image{
width: 21rpx;
height: 21rpx;
margin-right: 9rpx;
}
}
.select-time{
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #C3C3C3;
}
.btn-box{
display: flex;
justify-content: center;
margin-top: 76rpx;
}