index.rpx.css 956 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .item{
  2. width: 638rpx;
  3. height: 226rpx;
  4. background: #FFFFFF;
  5. border-radius: 16rpx;
  6. margin-top: 24rpx;
  7. padding: 0 24rpx;
  8. position: relative;
  9. }
  10. .storeName{
  11. height: 48rpx;
  12. font-size: 28rpx;
  13. font-weight: 400;
  14. color: #666666;
  15. line-height: 48rpx;
  16. margin-top: 24rpx;
  17. }
  18. .time{
  19. height: 48rpx;
  20. font-size: 28rpx;
  21. font-weight: 400;
  22. color: #999999;
  23. line-height: 48rpx;
  24. margin-top: 24rpx;
  25. }
  26. .name{
  27. height: 48rpx;
  28. font-size: 28rpx;
  29. font-weight: 700;
  30. color: #333333;
  31. line-height: 48rpx;
  32. }
  33. .icon-num{
  34. margin-top: 24rpx;
  35. }
  36. .key{
  37. height: 44rpx;
  38. font-size: 28rpx;
  39. font-weight: 400;
  40. color: #999999;
  41. line-height: 44rpx;
  42. margin-left: 12rpx;
  43. }
  44. .number{
  45. height: 44rpx;
  46. font-size: 28rpx;
  47. font-weight: 700;
  48. color: #333333;
  49. line-height: 44rpx;
  50. margin-left: 12rpx;
  51. }
  52. .xiugai{
  53. position:absolute;
  54. bottom: 26rpx;
  55. right: 26rpx;
  56. }