index.rpx.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .page {
  2. background: #F7F7F7;
  3. padding: 0 10rpx 32rpx 32rpx;
  4. min-height: 98vh;
  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. background: #FFFFFF;
  21. border-radius: 16rpx;
  22. margin: 24rpx 0;
  23. padding: 0 24rpx;
  24. position: relative;
  25. }
  26. .storeName{
  27. height: 48rpx;
  28. font-size: 32rpx;
  29. font-weight: 400;
  30. color: #666666;
  31. line-height: 48rpx;
  32. margin-top: 24rpx;
  33. }
  34. .time{
  35. height: 48rpx;
  36. font-size: 28rpx;
  37. font-weight: 400;
  38. color: #999999;
  39. line-height: 48rpx;
  40. margin-top: 24rpx;
  41. }
  42. .name{
  43. height: 48rpx;
  44. font-size: 28rpx;
  45. font-weight: 700;
  46. color: #333333;
  47. line-height: 48rpx;
  48. }
  49. .icon-num{
  50. margin-top: 24rpx;
  51. }
  52. .key{
  53. width: 120rpx;
  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. .phone{
  70. height: 44rpx;
  71. font-size: 28rpx;
  72. color: #979595;
  73. line-height: 44rpx;
  74. margin-left: 12rpx;
  75. }
  76. .xiugai{
  77. position:absolute;
  78. top: 26rpx;
  79. right: 26rpx;
  80. }