skinRecordList.wxss 491 B

12345678910111213141516171819202122232425262728293031
  1. .history-box{
  2. padding-left: 30rpx;
  3. margin-top: 40rpx;
  4. }
  5. .history-item{
  6. width: 690rpx;
  7. height: 170rpx;
  8. background-color: #fff;
  9. border-radius: 24rpx;
  10. margin-top: 20rpx;
  11. padding-left: 30rpx;
  12. box-sizing: border-box;
  13. padding-top: 30rpx;
  14. position: relative;
  15. }
  16. .store{
  17. font-size: 36rpx;
  18. color: #333333;
  19. }
  20. .time{
  21. font-size: 28rpx;
  22. color: #999999;
  23. margin-top: 20rpx;
  24. }
  25. .icon image{
  26. width: 12rpx;
  27. height: 24rpx;
  28. position: absolute;
  29. right: 50rpx;
  30. top: 76rpx;
  31. }