index.rpx.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. .phone{
  53. height: 44rpx;
  54. font-size: 28rpx;
  55. color: #333333;
  56. line-height: 44rpx;
  57. margin-left: 12rpx;
  58. }
  59. .xiugai{
  60. position:absolute;
  61. bottom: 26rpx;
  62. right: 26rpx;
  63. }