comment.wxss 1.1 KB

123456789101112131415
  1. .comment .comment-header{height:100rpx;line-height:100rpx;background-color:#fff;padding:0 20rpx;}
  2. .comment .comment-header text{height:56rpx;padding:0 18rpx;font-size:24rpx;color:#666666;background-color:#FFE7E7;margin-right:15rpx;display:inline-block;border-radius:50rpx;line-height:56rpx;}
  3. .comment .header-cha{background-color:#F5F5F5!important;}
  4. .comment .comment-ul{margin-top:2rpx;}
  5. .comment .comment-li{background-color:#fff;margin-bottom:10rpx;}
  6. .comment .li-view1{padding:20rpx 20rpx 29rpx 20rpx;}
  7. .comment .li-view1 .li-title{display:inline-block;vertical-align:middle;margin-right:12rpx;font-size:28rpx;color:#000000;}
  8. .comment .li-pic{width:57rpx;height:57rpx;border-radius:50%;}
  9. .comment .li-text{font-size:26rpx;color:#000000;padding:0 20rpx;}
  10. .comment .li-time{margin-top:23rpx;font-size:24rpx;color:#888888;padding:0 20rpx 30rpx 20rpx;}
  11. .comment .li-time text{margin-right:15rpx;}
  12. .comment .flex-pic{flex-wrap:wrap;justify-content:flex-start;padding:0!important;}
  13. .comment .li-pic2{width:163rpx;height:163rpx;margin-top:23rpx;margin-left:20rpx;
  14. }
  15. .comment-on{background-color:#FF3D3D!important;color:#fff!important;}