/* pages/evaluation/evaluation.wxss */ .container{ padding: 0; margin: 0; } page{ background: #f1f1f1; } .loading { height: 200rpx; line-height: 100rpx; background: #f1f1f1; color: #999; text-align: center; } .evaluation-box{ width: 646rpx; background: #FFF; margin: 20rpx auto 40rpx; border-left: 4rpx solid #cc6031; border-radius: 15rpx; display: flex; flex-wrap: wrap; padding: 25rpx; box-shadow: 0 15rpx 20rpx #CCC; } .flag{ color: #FFF; background: #cc6031; line-height: 30rpx; height: 30rpx; margin-top: 20rpx; font-size: 24rpx; margin-right: 10rpx; padding: 0 5rpx; border-radius: 10rpx; font-weight: 400; } .title{ font-size: 32rpx; height: 60rpx; line-height: 60rpx; width: 420rpx; } .date{ margin-left: auto; height: 60rpx; line-height: 60rpx; } .time{ width: 646rpx; height: 60rpx; line-height: 60rpx; } .teacher,.more{ font-size: 28rpx; height: 60rpx; line-height: 60rpx; color: #999; } .more{ margin-left: auto; }