personal.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. page {
  2. background-color: #f5f5f5;
  3. }
  4. .content-wrapper {
  5. margin-top: 524rpx;
  6. position: relative;
  7. padding: 0 30rpx;
  8. }
  9. .content-inner {
  10. background-color: #f5f5f5;
  11. }
  12. .main-content {
  13. height: 500rpx;
  14. }
  15. .order-group-wrapper {
  16. margin-bottom: 16rpx;
  17. }
  18. .order-group-note {
  19. font-size: 28rpx;
  20. }
  21. .cell-box {
  22. border-radius: 10rpx;
  23. overflow: hidden;
  24. margin-bottom: 20rpx;
  25. }
  26. .icon-color {
  27. color: #aaa;
  28. }
  29. .cell-class {
  30. height: 100rpx;
  31. display: flex;
  32. align-items: center;
  33. }
  34. .order-content {
  35. overflow: hidden;
  36. width: 100%;
  37. display: flex;
  38. background-color: #fff;
  39. border-radius: 16rpx;
  40. }
  41. .order-item {
  42. flex: 1;
  43. height: 180rpx;
  44. overflow: hidden;
  45. position: relative;
  46. text-align: center;
  47. }
  48. .order-content-box {
  49. margin: auto;
  50. position: absolute;
  51. width: 100%;
  52. top: 50%;
  53. left: 50%;
  54. -webkit-transform: translate(-50%, -50%);
  55. -ms-transform: translate(-50%, -50%);
  56. transform: translate(-50%, -50%);
  57. }
  58. .order-content-t {
  59. margin-top: 10rpx;
  60. font-size: 24rpx;
  61. color: #333;
  62. letter-spacing: 0;
  63. text-align: center;
  64. }
  65. .popup-content {
  66. background: #f5f5f5;
  67. margin-bottom: constant(safe-area-inset-bottom);
  68. margin-bottom: env(safe-area-inset-bottom);
  69. border-radius: 16rpx 16rpx 0 0;
  70. .popup-title {
  71. background: #fff;
  72. text-align: center;
  73. font-size: 24rpx;
  74. color: #999;
  75. height: 112rpx;
  76. text-align: center;
  77. line-height: 112rpx;
  78. border-radius: 16rpx 16rpx 0 0;
  79. }
  80. }
  81. .border-bottom-1px {
  82. position: relative;
  83. &::after {
  84. position: absolute;
  85. display: block;
  86. content: '';
  87. box-sizing: border-box;
  88. top: 0;
  89. left: 0;
  90. width: 200%;
  91. height: 200%;
  92. transform: scale(0.5);
  93. transform-origin: left top;
  94. border-bottom: 2rpx solid #e5e5e5;
  95. }
  96. }
  97. .popup-content {
  98. .popup-phone,
  99. .popup-close {
  100. background: #fff;
  101. height: 100rpx;
  102. display: flex;
  103. justify-content: center;
  104. align-items: center;
  105. text-align: center;
  106. font-size: 30rpx;
  107. font-family: PingFangSC-Regular, PingFang SC;
  108. font-weight: 400;
  109. color: #333;
  110. }
  111. .popup-phone.online {
  112. margin-bottom: 20rpx;
  113. }
  114. .popup-phone.online::after {
  115. content: none;
  116. }
  117. .popup-close {
  118. color: #333;
  119. border: 0;
  120. margin-top: 16rpx;
  121. }
  122. }
  123. .my-order {
  124. border-radius: 10rpx;
  125. }
  126. .footer__version {
  127. text-align: center;
  128. margin-top: 50rpx;
  129. color: #999;
  130. margin-bottom: 4rpx;
  131. font-size: 24rpx;
  132. line-height: 32rpx;
  133. }
  134. .cell-box {
  135. .order-group__left {
  136. margin-right: 0;
  137. }
  138. .t-cell-padding {
  139. padding: 32rpx 18rpx 32rpx 32rpx;
  140. }
  141. }