app.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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 -16rpx 15rpx 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: 68rpx;
  86. }
  87. .app_page-header-search-warp image {
  88. display: block;
  89. width: 68rpx;
  90. height: 68rpx;
  91. }
  92. .app_page-header-search-warp input {
  93. width: calc(100% - 66rpx);
  94. font-size: 28rpx;
  95. color: #1F1F39;
  96. }
  97. .app_header-search-placeholder {
  98. color: rgba(190, 192, 202, 1);
  99. }
  100. .app_nav-wrap {
  101. width: 100%;
  102. border-bottom: 1rpx solid rgba(189, 189, 189, 1);
  103. white-space: nowrap;
  104. font-size: 0;
  105. }
  106. .app_nav-wrap .nav {
  107. position: relative;
  108. left: 0;
  109. bottom: 0;
  110. display: inline-block;
  111. padding: 0 22rpx 24rpx;
  112. font-size: 0;
  113. color: rgba(145, 179, 121, 1);
  114. text-align: center;
  115. }
  116. .app_nav-wrap .nav.active {
  117. color: rgba(51, 51, 51, 1);
  118. }
  119. .app_nav-wrap .nav.active .photo {
  120. border: 4rpx solid rgba(145, 179, 121, 1);
  121. }
  122. .app_nav-wrap .nav.active:after {
  123. position: absolute;
  124. left: 50%;
  125. bottom: 0;
  126. content: '';
  127. width: 88%;
  128. height: 12rpx;
  129. border-radius: 10rpx 10rpx 0 0;
  130. background: rgba(145, 179, 121, 1);
  131. transform: translateX(-50%);
  132. }
  133. .app_nav-wrap .photo {
  134. width: 106rpx;
  135. height: 106rpx;
  136. border-radius: 30rpx;
  137. margin: 0 auto;
  138. overflow: hidden;
  139. }
  140. .app_nav-wrap .photo image {
  141. display: block;
  142. width: 100%;
  143. height: 100%;
  144. }
  145. .app_nav-wrap .name {
  146. margin-top: 16rpx;
  147. font-size: 24rpx;
  148. line-height: 36rpx;
  149. }
  150. .customer-van-model {
  151. width: 560rpx;
  152. border-radius: 24rpx;
  153. overflow: hidden;
  154. }
  155. .customer-van-model_body {
  156. display: flex;
  157. flex-direction: column;
  158. align-items: center;
  159. padding: 48rpx 0;
  160. }
  161. .customer-van-model_body .content {
  162. width: 480rpx;
  163. color: #333333;
  164. font-size: 32rpx;
  165. line-height: 48rpx;
  166. text-align: center;
  167. word-break: break-all;
  168. word-wrap: break-word;
  169. }
  170. .customer-van-model_body .content.cancel-order {
  171. display: flex;
  172. flex-flow: row wrap;
  173. justify-content: center;
  174. }
  175. .customer-van-model_body .content.cancel-order text {
  176. color: #333333;
  177. font-size: 32rpx;
  178. line-height: 48rpx;
  179. }
  180. .customer-van-model_footer {
  181. display: flex;
  182. align-items: center;
  183. border-top: 1rpx solid #EEEEEE;
  184. }
  185. .customer-van-model_footer button[type="default"].customer-van-model_cancel {
  186. position: relative;
  187. left: 0;
  188. top: 0;
  189. width: 50%;
  190. height: 104rpx;
  191. color: #666666;
  192. font-size: 32rpx;
  193. line-height: 48rpx;
  194. background: transparent;
  195. }
  196. .customer-van-model_footer button[type="default"].customer-van-model_cancel:after {
  197. position: absolute;
  198. right: 0;
  199. top: 0;
  200. bottom: 0;
  201. content: '';
  202. border-right: 1rpx solid #EEEEEE;
  203. }
  204. .customer-van-model_footer button[type="primary"].customer-van-model_confirm {
  205. width: 50%;
  206. height: 104rpx;
  207. color: #6b8559;
  208. font-size: 32rpx;
  209. font-weight: 500;
  210. line-height: 48rpx;
  211. background: transparent;
  212. }
  213. .customer-van-model_footer button[type="warn"].customer-van-model_confirm {
  214. width: 50%;
  215. height: 104rpx;
  216. color: #DC4F3F;
  217. font-size: 32rpx;
  218. font-weight: 500;
  219. line-height: 48rpx;
  220. background: transparent;
  221. }
  222. .van-picker {
  223. --picker-confirm-action-color: #333;
  224. }
  225. .list-bitmap {
  226. display: flex;
  227. flex-direction: column;
  228. align-items: center;
  229. width: 100%;
  230. padding-top: 80rpx;
  231. }
  232. .list-bitmap image {
  233. width: 342rpx;
  234. height: 316rpx;
  235. }
  236. .list-bitmap text {
  237. margin-top: 50rpx;
  238. color: rgba(102, 102, 102, 1);
  239. font-size: 28rpx;
  240. line-height: 34rpx;
  241. }
  242. .pulldown-wrapper,
  243. .pullup-wrapper {
  244. display: flex;
  245. justify-content: center;
  246. align-items: center;
  247. width: 100%;
  248. height: 60px;
  249. }
  250. .van-loading__text {
  251. color: #969799;
  252. font-size: 14px;
  253. line-height: 20px;
  254. }