index.rpx.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .page {
  2. background: #F7F7F7;
  3. padding: 0 32rpx;
  4. height: 100vh;
  5. }
  6. .addGroup{
  7. width: 686rpx;
  8. height: 84rpx;
  9. background: #FFE05C;
  10. border-radius: 54rpx;
  11. font-size: 28rpx;
  12. font-weight: 400;
  13. color: #333333;
  14. line-height: 84rpx;
  15. text-align: center;
  16. margin-top: 24rpx;
  17. }
  18. .item{
  19. width: 638rpx;
  20. height: 226rpx;
  21. background: #FFFFFF;
  22. border-radius: 16rpx;
  23. margin-top: 24rpx;
  24. padding: 0 24rpx;
  25. position: relative;
  26. }
  27. .storeName{
  28. height: 48rpx;
  29. font-size: 28rpx;
  30. font-weight: 400;
  31. color: #666666;
  32. line-height: 48rpx;
  33. margin-top: 24rpx;
  34. }
  35. .time{
  36. height: 48rpx;
  37. font-size: 28rpx;
  38. font-weight: 400;
  39. color: #999999;
  40. line-height: 48rpx;
  41. margin-top: 24rpx;
  42. }
  43. .name{
  44. height: 48rpx;
  45. font-size: 28rpx;
  46. font-weight: 700;
  47. color: #333333;
  48. line-height: 48rpx;
  49. }
  50. .icon-num{
  51. margin-top: 24rpx;
  52. }
  53. .key{
  54. height: 44rpx;
  55. font-size: 28rpx;
  56. font-weight: 400;
  57. color: #999999;
  58. line-height: 44rpx;
  59. margin-left: 12rpx;
  60. }
  61. .number{
  62. height: 44rpx;
  63. font-size: 28rpx;
  64. font-weight: 700;
  65. color: #333333;
  66. line-height: 44rpx;
  67. margin-left: 12rpx;
  68. }
  69. .xiugai{
  70. position:absolute;
  71. bottom: 26rpx;
  72. right: 26rpx;
  73. }