zhongping-miniprogram/miniprogram/pages/commentResult/commentResult.scss

29 lines
504 B
SCSS

/* pages/commentResult/commentResult.wxss */
.box {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-top: 156rpx;
.icon_status {
width: 161rpx;
height: 208rpx;
}
.title {
font-size: 36rpx;
font-family: PingFang SC;
font-weight: bold;
color: #3E3E3E;
margin-bottom: 23rpx;
}
.content {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #A1A1A1;
margin-bottom: 36rpx;
}
}