index.rpx.css 993 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .item{
  2. width: 638rpx;
  3. /*height: 280rpx;*/
  4. background: #FFFFFF;
  5. border-radius: 16rpx;
  6. margin-top: 24rpx;
  7. padding: 24rpx 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. margin-top: 8rpx;
  33. }
  34. .icon-num{
  35. margin-top: 16rpx;
  36. }
  37. .key{
  38. height: 44rpx;
  39. font-size: 28rpx;
  40. font-weight: 400;
  41. color: #999999;
  42. line-height: 44rpx;
  43. margin-left: 12rpx;
  44. }
  45. .number{
  46. height: 44rpx;
  47. font-size: 28rpx;
  48. font-weight: 700;
  49. color: #333333;
  50. line-height: 44rpx;
  51. margin-left: 12rpx;
  52. }
  53. .xiugai{
  54. position:absolute;
  55. bottom: 26rpx;
  56. right: 26rpx;
  57. }