user-center.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. @charset "UTF-8";
  2. .text-center.data-v-73dd4536 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-73dd4536 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-73dd4536 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-73dd4536 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-73dd4536 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-73dd4536 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-73dd4536 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-73dd4536 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-73dd4536 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-my-service.data-v-73dd4536 {
  39. width: 702rpx;
  40. border-radius: 16rpx;
  41. margin: 24rpx auto;
  42. box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.05);
  43. background: #fff;
  44. }
  45. .app-my-service .title.data-v-73dd4536 {
  46. padding: 32rpx 32rpx 16rpx;
  47. }
  48. .app-my-service .list .item .icon.data-v-73dd4536 {
  49. width: 50rpx;
  50. height: 50rpx;
  51. display: block;
  52. }
  53. .app-my-service .list .item .arrow.data-v-73dd4536 {
  54. width: 12rpx;
  55. height: 22rpx;
  56. }
  57. .app-my-service .list.row .item-container.data-v-73dd4536 {
  58. padding: 20rpx 32rpx;
  59. }
  60. .app-my-service .list.row .icon.data-v-73dd4536 {
  61. margin-right: 16rpx;
  62. }
  63. .app-my-service .list.grid .item.data-v-73dd4536 {
  64. width: 25%;
  65. }
  66. .app-my-service .list.grid .item .icon.data-v-73dd4536 {
  67. margin-bottom: 28rpx;
  68. }
  69. .app-my-service .list.grid .item .name.data-v-73dd4536 {
  70. padding: 0 12rpx;
  71. font-size: 24rpx;
  72. color: #666666;
  73. white-space: nowrap;
  74. overflow: hidden;
  75. text-overflow: ellipsis;
  76. }
  77. .app-my-service .list.grid .item-container.data-v-73dd4536 {
  78. padding: 24rpx 0;
  79. }
  80. .u-foot-box.data-v-73dd4536 {
  81. position: relative;
  82. height: 104rpx;
  83. }
  84. .u-icon.data-v-73dd4536 {
  85. margin-top: 44rpx;
  86. width: 40rpx;
  87. height: 40rpx;
  88. margin-right: 17rpx;
  89. }
  90. .u-foot-item.data-v-73dd4536 {
  91. font-size: 26rpx;
  92. color: #666666;
  93. padding-top: 14rpx;
  94. width: 50%;
  95. }
  96. .u-foot-info.data-v-73dd4536 {
  97. text-align: center;
  98. }
  99. .u-foot-num.data-v-73dd4536 {
  100. font-size: 32rpx;
  101. margin-bottom: 10rpx;
  102. }
  103. .u-line.data-v-73dd4536 {
  104. height: 40rpx;
  105. width: 2rpx;
  106. background-color: #666666;
  107. position: absolute;
  108. top: 45rpx;
  109. left: 50%;
  110. margin-left: -2rpx;
  111. }