app.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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: 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. background-color: pink;
  145. }
  146. .app_nav-wrap .name {
  147. margin-top: 16rpx;
  148. font-size: 24rpx;
  149. line-height: 36rpx;
  150. }
  151. .customer-van-model {
  152. width: 560rpx;
  153. border-radius: 24rpx;
  154. overflow: hidden;
  155. }
  156. .customer-van-model_body {
  157. display: flex;
  158. flex-direction: column;
  159. align-items: center;
  160. padding: 48rpx 0;
  161. }
  162. .customer-van-model_body .content {
  163. width: 480rpx;
  164. color: #333333;
  165. font-size: 32rpx;
  166. line-height: 48rpx;
  167. text-align: center;
  168. word-break: break-all;
  169. word-wrap: break-word;
  170. }
  171. .customer-van-model_body .content.cancel-order {
  172. display: flex;
  173. flex-flow: row wrap;
  174. justify-content: center;
  175. }
  176. .customer-van-model_body .content.cancel-order text {
  177. color: #333333;
  178. font-size: 32rpx;
  179. line-height: 48rpx;
  180. }
  181. .customer-van-model_footer {
  182. display: flex;
  183. align-items: center;
  184. border-top: 1rpx solid #EEEEEE;
  185. }
  186. .customer-van-model_footer button[type="default"].customer-van-model_cancel {
  187. position: relative;
  188. left: 0;
  189. top: 0;
  190. width: 50%;
  191. height: 104rpx;
  192. color: #666666;
  193. font-size: 32rpx;
  194. line-height: 48rpx;
  195. background: transparent;
  196. }
  197. .customer-van-model_footer button[type="default"].customer-van-model_cancel:after {
  198. position: absolute;
  199. right: 0;
  200. top: 0;
  201. bottom: 0;
  202. content: '';
  203. border-right: 1rpx solid #EEEEEE;
  204. }
  205. .customer-van-model_footer button[type="primary"].customer-van-model_confirm {
  206. width: 50%;
  207. height: 104rpx;
  208. color: #6b8559;
  209. font-size: 32rpx;
  210. font-weight: 500;
  211. line-height: 48rpx;
  212. background: transparent;
  213. }
  214. .customer-van-model_footer button[type="warn"].customer-van-model_confirm {
  215. width: 50%;
  216. height: 104rpx;
  217. color: #DC4F3F;
  218. font-size: 32rpx;
  219. font-weight: 500;
  220. line-height: 48rpx;
  221. background: transparent;
  222. }