index.rpx.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. font-size: 40rpx;
  21. background: #FFFFFF;
  22. border-radius: 16rpx;
  23. margin-top: 24rpx;
  24. padding: 10rpx 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. width: 120rpx;
  55. height: 44rpx;
  56. font-size: 28rpx;
  57. font-weight: 400;
  58. color: #999999;
  59. line-height: 44rpx;
  60. margin-left: 12rpx;
  61. }
  62. .number{
  63. height: 44rpx;
  64. font-size: 28rpx;
  65. font-weight: 700;
  66. color: #333333;
  67. line-height: 44rpx;
  68. margin-left: 12rpx;
  69. }
  70. .phone{
  71. height: 44rpx;
  72. font-size: 28rpx;
  73. color: #979595;
  74. line-height: 44rpx;
  75. margin-left: 12rpx;
  76. }
  77. .xiugai{
  78. position:absolute;
  79. top: 26rpx;
  80. right: 26rpx;
  81. }