zhongping-miniprogram/miniprogram/pages/inspectedRecords/inspectedRecords.scss

77 lines
1.4 KiB
SCSS

/* pages/inspectedRecords/inspectedRecords.wxss */
page{
background: #F6F6F6;
}
.inspected-records-page{
box-sizing: border-box;
padding: 20rpx 30rpx;
}
.white-box{
background: #FFF;
margin-bottom: 26rpx;
border-radius: 16rpx;
box-sizing: border-box;
padding: 30rpx 43rpx;
}
.title-box{
display: flex;
justify-content: space-between;
align-items: center;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #494949;
.status {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 400;
color: #A6A6A6;
&.warning{
color: #FF4931;
}
}
}
.info-box{
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 400;
color: #838383;
margin-top: 30rpx;
}
.btn-container{
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 26rpx;
height: 60rpx;
.btn-box{
display: flex;
align-items: center;
.btn{
color: #3A61B1;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 400;
}
.line{
width: 1rpx;
height: 17rpx;
background: #737373;
margin: 0 35rpx;
}
}
.primary-btn{
width: 190rpx;
height: 60rpx;
line-height: 60rpx;
background: #3A61B1;
border-radius: 30px;
text-align: center;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
}
}