index.wxss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. :host {
  2. background-color: #f5f5f5;
  3. }
  4. .select-service .service-form .service-from-group {
  5. margin-top: 20rpx;
  6. }
  7. .select-service .service-form {
  8. padding-bottom: calc(env(safe-area-inset-bottom) + 80rpx);
  9. }
  10. .order-goods-card-footer {
  11. display: flex;
  12. width: calc(100% - 190rpx);
  13. justify-content: space-between;
  14. position: absolute;
  15. bottom: 0;
  16. left: 190rpx;
  17. }
  18. .order-goods-card-footer-num {
  19. color: #999;
  20. }
  21. .select-service .order-goods-card-footer .order-goods-card-footer-price-class {
  22. font-size: 36rpx;
  23. color: #333;
  24. font-family: DIN Alternate;
  25. }
  26. .select-service .order-goods-card-footer .order-goods-card-footer-price-decimal {
  27. font-size: 28rpx;
  28. color: #333;
  29. font-family: DIN Alternate;
  30. }
  31. .select-service .order-goods-card-footer .order-goods-card-footer-price-symbol {
  32. color: #333;
  33. font-size: 24rpx;
  34. font-family: DIN Alternate;
  35. }
  36. .select-service .remark {
  37. min-height: 110rpx;
  38. border-radius: 10rpx;
  39. margin-top: 20rpx;
  40. background-color: #f5f5f5;
  41. }
  42. .select-service .remark::after {
  43. border: none;
  44. }
  45. .select-service .special-cell .special-cell-note {
  46. display: flex;
  47. flex-direction: column;
  48. }
  49. .select-service .special-cell .wr-cell__title {
  50. margin-right: 100rpx;
  51. }
  52. .select-service .special-cell .special-cell-note-price-class {
  53. font-size: 36rpx;
  54. color: #fa4126;
  55. font-family: DIN Alternate;
  56. }
  57. .select-service .special-cell .special-cell-note-price-decimal {
  58. font-size: 28rpx;
  59. color: #fa4126;
  60. font-family: DIN Alternate;
  61. }
  62. .select-service .special-cell .special-cell-note-price-symbol {
  63. color: #fa4126;
  64. font-size: 24rpx;
  65. font-family: DIN Alternate;
  66. }
  67. .select-service .bottom-bar__btn {
  68. width: 686rpx;
  69. background-color: #fa4126;
  70. color: white;
  71. font-size: 32rpx;
  72. border-radius: 48rpx;
  73. position: absolute;
  74. left: 50%;
  75. top: 20rpx;
  76. transform: translateX(-50%);
  77. }
  78. .select-service .bottom-bar__btn::after {
  79. border: none;
  80. }
  81. .select-service .bottom-bar__btn.disabled {
  82. background-color: #c6c6c6;
  83. --td-button-default-active-bg-color: #c6c6c6;
  84. --td-button-default-border-bg-color: #c6c6c6;
  85. }
  86. .select-service .bottom-bar__btn.disabled::after {
  87. border: none;
  88. }
  89. .select-service .order-goods-card .wr-goods-card {
  90. padding: 0 30rpx;
  91. }
  92. .order-goods-card-footer {
  93. display: flex;
  94. width: calc(100% - 190rpx);
  95. justify-content: space-between;
  96. position: absolute;
  97. bottom: 20rpx;
  98. left: 190rpx;
  99. }
  100. .order-goods-card-footer-num {
  101. color: #999;
  102. line-height: 40rpx;
  103. }
  104. .order-goods-card-title-class {
  105. width: 10rpx !important;
  106. }
  107. .input-dialog__content .input-dialog__input {
  108. font-size: 72rpx !important;
  109. height: 64rpx;
  110. }
  111. .t-input__label {
  112. margin-right: 0 !important;
  113. }
  114. .input-dialog__label {
  115. font-size: 48rpx;
  116. color: #333;
  117. }
  118. .input-dialog__content .input-dialog__input,
  119. .input-dialog__label {
  120. height: 64rpx;
  121. line-height: 64rpx !important;
  122. }
  123. .input-dialog__content .input {
  124. font-size: 48rpx;
  125. padding-left: 0;
  126. padding-right: 0;
  127. --td-input-border-left-space: 0;
  128. }
  129. .input-dialog__content .tips {
  130. margin-top: 24rpx;
  131. font-size: 24rpx;
  132. color: #999999;
  133. }
  134. .t-input__name {
  135. width: 10rpx !important;
  136. }
  137. .input-dialog__title {
  138. color: #333;
  139. font-size: 32rpx;
  140. font-weight: normal;
  141. }
  142. .dialog--service-status {
  143. background-color: #f3f4f5;
  144. overflow: hidden;
  145. }
  146. .dialog--service-status .options .option {
  147. color: #333333;
  148. font-size: 30rpx;
  149. text-align: center;
  150. height: 100rpx;
  151. line-height: 100rpx;
  152. background-color: white;
  153. }
  154. .dialog--service-status .options .option:not(:last-child) {
  155. border-bottom: 1rpx solid #e6e6e6;
  156. }
  157. .dialog--service-status .options .option--active {
  158. opacity: 0.5;
  159. }
  160. .dialog--service-status .options .option.main {
  161. color: #fa4126;
  162. }
  163. .dialog--service-status .cancel {
  164. color: #333333;
  165. font-size: 30rpx;
  166. text-align: center;
  167. height: 100rpx;
  168. line-height: 100rpx;
  169. background-color: white;
  170. margin-top: 20rpx;
  171. }
  172. .dialog--service-status .cancel--active {
  173. opacity: 0.5;
  174. }
  175. .amount-dialog--focus .popup__content--center,
  176. .remark-dialog--focus .popup__content--center {
  177. top: 100rpx;
  178. transform: translate(-50%, 0);
  179. }
  180. .dialog .dialog__button-confirm {
  181. color: #fa4126;
  182. color: var(--color-primary, #fa4126);
  183. }
  184. .select-service .bottom-bar {
  185. background-color: #fff;
  186. position: fixed;
  187. bottom: 0;
  188. left: 0;
  189. width: 100%;
  190. height: 158rpx;
  191. z-index: 3;
  192. }
  193. .order-goods-card {
  194. background: #fff;
  195. margin-bottom: 24rpx;
  196. }
  197. .service-from-group__wrapper {
  198. display: flex;
  199. flex-direction: column;
  200. font-family: DIN Alternate;
  201. font-weight: bold;
  202. font-size: 36rpx;
  203. text-align: right;
  204. color: #fa4126;
  205. }
  206. .service-from-group__price {
  207. display: flex;
  208. align-items: center;
  209. color: #bbb;
  210. font-size: 24rpx;
  211. position: relative;
  212. left: 30rpx;
  213. }
  214. .textarea--label {
  215. }
  216. .service-from-group__textarea {
  217. margin-top: 20rpx;
  218. background-color: #fff;
  219. padding: 32rpx 32rpx 24rpx;
  220. }
  221. .textarea--content {
  222. margin-top: 32rpx;
  223. background: #f5f5f5 !important;
  224. border-radius: 16rpx;
  225. }
  226. .service-from-group__textarea .t-textarea__wrapper .t-textarea__wrapper-textarea {
  227. height: 136rpx;
  228. box-sizing: border-box;
  229. }
  230. .service-from-group__grid {
  231. padding: 0 32rpx 48rpx;
  232. background: #fff;
  233. margin-bottom: 148rpx;
  234. }
  235. .upload-addcontent-slot {
  236. background-color: #f5f5f5;
  237. height: inherit;
  238. display: flex;
  239. flex-direction: column;
  240. align-items: center;
  241. justify-content: center;
  242. }
  243. .refund-money__description {
  244. font-size: 24rpx !important;
  245. }
  246. .upload-desc {
  247. text-align: center;
  248. display: flex;
  249. flex-direction: column;
  250. font-size: 24rpx;
  251. color: #999;
  252. }
  253. .t-cell__left__icon {
  254. position: relative;
  255. top: -24rpx;
  256. margin-right: 18rpx;
  257. }
  258. .service-choice .t-cell__title-text {
  259. color: #333;
  260. font-weight: bold;
  261. }
  262. .service-form .service-from-group .service-from-group__wrapper .refund-money-price-class {
  263. font-size: 36rpx;
  264. font-family: DIN Alternate;
  265. }
  266. .service-form .service-from-group .service-from-group__wrapper .refund-money-price-decimal {
  267. font-size: 28rpx;
  268. font-family: DIN Alternate;
  269. }
  270. .service-form .service-from-group .service-from-group__wrapper .refund-money-price-symbol {
  271. font-size: 24rpx;
  272. font-family: DIN Alternate;
  273. }
  274. .t-button {
  275. --td-button-default-color: #000;
  276. --td-button-primary-text-color: #fa4126;
  277. }