artlist.wxss 358 B

12345678910111213141516171819202122
  1. .center {
  2. background: #f3f3f3;
  3. }
  4. .massage {
  5. background: #ffffff;
  6. padding: 30rpx;
  7. border-bottom: 1px solid #e9e9e9;
  8. }
  9. .massage .title {
  10. font-size: 28rpx;
  11. font-family: PingFang SC;
  12. font-weight: 500;
  13. color: #333333;
  14. }
  15. .massage .time {
  16. margin-top: 18rpx;
  17. font-size: 20rpx;
  18. font-family: PingFang SC;
  19. font-weight: 500;
  20. color: #999999;
  21. }