@import "./incidental.scss"; /* 主要区域 */ .main { width: 100%; background-color: #ffffff; padding: 30rpx; box-sizing: border-box; .title { font-size: 30rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #333333; line-height: 44rpx; } .incidental { width: 100%; margin-top: 20rpx; } } /* 通告评价 */ .evaluate { .title-r { font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #999999; } .score { display: flex; align-items: center; height: 48rpx; // margin-left: 30rpx; margin: 40rpx 0 50rpx 30rpx; .rate { padding: 0 20rpx; margin-top: -12rpx; } } } /* 虚线 */ .cut-off-rule { width: 100%; height: 1rpx; box-sizing: border-box; border-bottom: 1rpx dashed #CCCCCC; margin-top: 30rpx; } /* 文本域 */ textarea { width: 630rpx; height: 210rpx; background: #F5F5F5; border-radius: 8rpx; margin: 24rpx auto 0; padding: 20rpx 30rpx; box-sizing: border-box; text-align: left; } /* 按钮盒子 */ .but-box { width: 100%; text-align: center; margin: 50rpx 0; } /* 数据 */ .head { display: flex; justify-content: space-between; background: none !important; .box { width: 336rpx; height: 184rpx; background: #ffffff; border-radius: 16rpx; padding: 20rpx 30rpx; box-sizing: border-box; .title { display: flex; align-items: center; height: 40rpx; font-size: 28rpx !important; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #333333; text { color: var(--assist); font-size: 40rpx; margin-right: 10rpx; } } .data { display: flex; width: 100%; height: 84rpx; margin-top: 20rpx; text-align: center; .subarea { flex: 1; .nubmer { height: 40rpx; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: var(--assist); } .string { height: 34rpx; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; margin-top: 10rpx; } } .vertical { width: 2rpx; height: 74rpx; margin-top: 10rpx; background: #EEEEEE; } } } } .data-main { background: none !important; .data-content { padding: 30rpx; padding-right: 0; background-color: #ffffff; .title { display: flex; justify-content: space-between; width: 630rpx; height: 40rpx; &_l { font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #333333; } &_r { height: 34rpx; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #999999; margin-top: 6rpx; } } .user-list { width: 100%; margin-top: 24rpx; width: 630rpx; background: #F5F5F5; border-radius: 16rpx; padding: 30rpx 0; .user { display: flex; justify-content: space-between; width: 600rpx; height: 40rpx; margin-top: 40rpx; margin-left: 30rpx; padding-right: 20rpx; box-sizing: border-box; view { width: 530rpx; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; } text { font-size: 40rpx; color: var(--warning); } } .user:first-child { margin-top: 0; } } .line-between { height: 1rpx; width: 100%; background-color: #EEEEEE; margin: 30rpx 0; } } } .tab { display: flex; width: 100%; &_item { flex: 1; height: 96rpx; background-color: #F8F9FA; border-radius: 16rpx 16rpx 0 0; line-height: 96rpx; text-align: center; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; } .active { position: relative; background-color: #ffffff; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #3874F6; } }