record.wxss 696 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. page{background-color: rgb(242, 242, 242);}
  2. .page-content{
  3. margin: 0 20rpx;
  4. border-radius: 20rpx;
  5. }
  6. .list{
  7. border-radius: 20rpx;
  8. background-color: #fff;
  9. padding: 0 40rpx;
  10. margin-top: 36rpx;
  11. }
  12. .item{
  13. display: flex;
  14. align-items: center;
  15. justify-content: space-between;
  16. font-size: 15px;
  17. padding: 36rpx 0;
  18. }
  19. .item + .item{border-top: 1px solid #969696;}
  20. .right-num{text-align: right;}
  21. .icon{
  22. width: 24rpx;
  23. height: 24rpx;
  24. margin-left: 10rpx;
  25. }
  26. .left-title, .right-num{
  27. font-weight: bold;
  28. color: #323232;
  29. margin-bottom: 24rpx;
  30. }
  31. .left-spec, .have{
  32. font-size: 12px;
  33. color: #969696;
  34. }
  35. .null-have{
  36. height: 40px;
  37. text-align: center;
  38. line-height: 40px;
  39. }