.head { width: 100vw; box-sizing: border-box; padding: 20rpx 30rpx; background-color: #fff; .title { line-height: 40rpx; font-size: 28rpx; color: #333333; margin-bottom: 20rpx; } text { font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; } } .client { background-color: #fff; padding-bottom: 20rpx; margin-bottom: 20rpx; .user { display: flex; width: 100vw; height: 136rpx; box-sizing: border-box; padding: 20rpx 30rpx; .portrait { display: flex; align-items: center; width: 96rpx; height: 96rpx; background: #E7EEFF; border-radius: 16rpx; text-align: center; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #3874F6; margin-right: 20rpx; flex-shrink: 0; } .right { height: 100%; flex: 1; width: 0; .title { font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #333333; height: 40rpx; line-height: 40rpx; } .tag-box { display: flex; align-items: center; width: 100%; .datatag, .systemtag { flex-shrink: 0; margin-top: 12rpx; background: #FAAB16; color: #ffffff; margin-right: 10rpx; display: flex; align-items: center; height: 36rpx; font-size: 20rpx; padding: 0 10rpx; border-radius: 20rpx; font-family: PingFang SC-Regular, PingFang SC; } .systemtag { background: #FA8C16; } } } } .option { display: flex; justify-content: space-between; width: 100vw; padding: 0 30rpx; box-sizing: border-box; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; margin-bottom: 20rpx; view { line-height: 34rpx; } } } .label { width: 750rpx; height: 80rpx; background: #FFFFFF; font-size: 28rpx; color: #333333; box-sizing: border-box; padding: 20rpx 30rpx; margin-top: 20rpx; } .text { padding: 0 30rpx 20rpx; background-color: #fff; textarea { width: 690rpx; height: 180rpx; background: #F5F5F5 !important; border-radius: 16rpx; box-sizing: border-box; padding: 20rpx; font-size: 24rpx !important; } } .footer { display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx; position: fixed; width: 100vw; height: 130rpx; background: #FFFFFF; box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16); bottom: 0; box-sizing: border-box; .but { width: 156rpx; height: 90rpx; background: #3874F6; border-radius: 8rpx; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #FFFFFF; } }