page{ background:#f2f2f2; } .top{ font-size: 30rpx; color: #333; align-items: center; width:690rpx; margin:0 auto; padding: 16rpx; /* border-bottom: 1rpx solid #efefef; */ } .border{ border-bottom: 1rpx solid #efefef; } .assess{ display: flex; } .assess image{ width: 44rpx; height: 44rpx; margin-left: 20rpx; } .assess :first-child{ margin-left: 0rpx; } .assess-img{ display: flex; padding-top: 20rpx; } .text{ margin-left: 20rpx; color: #333; font-size: 30rpx; } .content{ width: 690rpx; margin:0 auto; font-size: 28rpx; color: #666; padding-bottom: 30rpx; padding-top: 30rpx; border-bottom: 1rpx solid #efefef; } .textarea{ margin-top:30rpx; width: 100%; } .place{ font-size: 26rpx; color:#999; } button{ width: 240rpx; height: 68rpx; position: fixed; bottom: 240rpx; left: 0; right: 0; margin: 0 auto; background:#33ad37; border-radius: 68rpx; color:#fff; font-size: 30rpx; display: flex; justify-content: center; justify-items: center; } .assessTime{ display: flex; flex-direction: row-reverse; font-size: 24rpx; color:#999; }