app.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. view,
  2. text,
  3. image,
  4. form,
  5. button,
  6. input,
  7. textarea {
  8. margin: 0;
  9. padding: 0;
  10. box-sizing: border-box;
  11. font-family: PingFang SC, HYQiHei-FES, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  12. font-weight: 400;
  13. line-height: 1.42857143;
  14. -webkit-tap-highlight-color: transparent;
  15. -webkit-text-size-adjust: 100%;
  16. }
  17. button {
  18. border: none;
  19. outline: none;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }
  24. input {
  25. outline: none;
  26. border: none;
  27. -webkit-appearance: none
  28. }
  29. button::after {
  30. border: none;
  31. }
  32. view.footer-fixed-bottom {
  33. position: fixed;
  34. left: 0;
  35. right: 0;
  36. bottom: 0;
  37. z-index: 10;
  38. background: rgba(255, 255, 255, 1);
  39. box-shadow: 0 -16px 15px 0 rgba(237, 237, 237, 0.25);
  40. }
  41. view.footer-fixed-bottom > view {
  42. display: flex;
  43. justify-content: center;
  44. align-items: center;
  45. padding: 24rpx 0 24rpx 0;
  46. }
  47. view.footer-fixed-bottom:after {
  48. display: block;
  49. content: '';
  50. width: 100%;
  51. padding-bottom: constant(safe-area-inset-bottom);
  52. padding-bottom: env(safe-area-inset-bottom);
  53. }
  54. view.footer-fixed-bottom button {
  55. width: 690rpx;
  56. height: 104rpx;
  57. border-radius: 24rpx;
  58. font-size: 32rpx;
  59. font-weight: 500;
  60. color: rgba(255, 255, 255, 1);
  61. }
  62. view.footer-fixed-bottom button[type='primary'] {
  63. background-color: #4A6A96;
  64. }
  65. view.footer-fixed-bottom button[type='default'] {
  66. background-color: #DDDDDD;
  67. }
  68. .app_page-header-search {
  69. display: flex;
  70. align-items: center;
  71. justify-content: center;
  72. }
  73. .app_page-header-search-warp {
  74. display: flex;
  75. align-items: center;
  76. width: 640rpx;
  77. height: 68rpx;
  78. border-radius: 40rpx;
  79. background: #F6F7FA;
  80. }
  81. .app_page-header-search-warp.app_width-690 {
  82. width: 690rpx;
  83. }
  84. .app_page-header-search-warp label {
  85. width: 66rpx;
  86. }
  87. .app_page-header-search-warp image {
  88. display: block;
  89. width: 29rpx;
  90. height: 29rpx;
  91. background: pink;
  92. }
  93. .app_page-header-search-warp input {
  94. width: calc(100% - 66rpx);
  95. font-size: 28rpx;
  96. color: #1F1F39;
  97. }
  98. .app_header-search-placeholder {
  99. color: rgba(190, 192, 202, 1);
  100. }
  101. .app_nav-wrap {
  102. width: 100%;
  103. border-bottom: 1rpx solid rgba(189, 189, 189, 1);
  104. white-space: nowrap;
  105. font-size: 0;
  106. }
  107. .app_nav-wrap .nav {
  108. position: relative;
  109. left: 0;
  110. bottom: 0;
  111. display: inline-block;
  112. padding: 0 22rpx 24rpx;
  113. font-size: 0;
  114. color: rgba(145, 179, 121, 1);
  115. text-align: center;
  116. }
  117. .app_nav-wrap .nav.active {
  118. color: rgba(51, 51, 51, 1);
  119. }
  120. .app_nav-wrap .nav.active .photo {
  121. border: 4rpx solid rgba(145, 179, 121, 1);
  122. }
  123. .app_nav-wrap .nav.active:after {
  124. position: absolute;
  125. left: 50%;
  126. bottom: 0;
  127. content: '';
  128. width: 88%;
  129. height: 12rpx;
  130. border-radius: 10rpx 10rpx 0 0;
  131. background: rgba(145, 179, 121, 1);
  132. transform: translateX(-50%);
  133. }
  134. .app_nav-wrap .photo {
  135. width: 106rpx;
  136. height: 106rpx;
  137. border-radius: 30rpx;
  138. margin: 0 auto;
  139. overflow: hidden;
  140. }
  141. .app_nav-wrap .photo image {
  142. display: block;
  143. width: 100%;
  144. height: 100%;
  145. background-color: pink;
  146. }
  147. .app_nav-wrap .name {
  148. margin-top: 16rpx;
  149. font-size: 24rpx;
  150. line-height: 36rpx;
  151. }
  152. .customer-van-model {
  153. width: 560rpx;
  154. border-radius: 24rpx;
  155. overflow: hidden;
  156. }
  157. .customer-van-model_body {
  158. display: flex;
  159. flex-direction: column;
  160. align-items: center;
  161. padding: 48rpx 0;
  162. }
  163. .customer-van-model_body .content {
  164. width: 480rpx;
  165. color: #333333;
  166. font-size: 32rpx;
  167. line-height: 48rpx;
  168. text-align: center;
  169. word-break: break-all;
  170. word-wrap: break-word;
  171. }
  172. .customer-van-model_body .content.cancel-order {
  173. display: flex;
  174. flex-flow: row wrap;
  175. justify-content: center;
  176. }
  177. .customer-van-model_body .content.cancel-order text {
  178. color: #333333;
  179. font-size: 32rpx;
  180. line-height: 48rpx;
  181. }
  182. .customer-van-model_footer {
  183. display: flex;
  184. align-items: center;
  185. border-top: 1rpx solid #EEEEEE;
  186. }
  187. .customer-van-model_footer button[type="default"].customer-van-model_cancel {
  188. position: relative;
  189. left: 0;
  190. top: 0;
  191. width: 50%;
  192. height: 104rpx;
  193. color: #666666;
  194. font-size: 32rpx;
  195. line-height: 48rpx;
  196. background: transparent;
  197. }
  198. .customer-van-model_footer button[type="default"].customer-van-model_cancel:after {
  199. position: absolute;
  200. right: 0;
  201. top: 0;
  202. bottom: 0;
  203. content: '';
  204. border-right: 1rpx solid #EEEEEE;
  205. }
  206. .customer-van-model_footer button[type="primary"].customer-van-model_confirm {
  207. width: 50%;
  208. height: 104rpx;
  209. color: #6b8559;
  210. font-size: 32rpx;
  211. font-weight: 500;
  212. line-height: 48rpx;
  213. background: transparent;
  214. }
  215. .customer-van-model_footer button[type="warn"].customer-van-model_confirm {
  216. width: 50%;
  217. height: 104rpx;
  218. color: #DC4F3F;
  219. font-size: 32rpx;
  220. font-weight: 500;
  221. line-height: 48rpx;
  222. background: transparent;
  223. }