爱简收旧衣按件回收前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

249 lines
6.4 KiB

  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .customer-service.data-v-56c2ae06 {
  27. min-height: 100vh;
  28. background: linear-gradient(to bottom, #ebffe6, 5%, #ffffff);
  29. padding-bottom: calc(env(safe-area-inset-bottom) + 120rpx);
  30. }
  31. .nav-bar.data-v-56c2ae06 {
  32. display: flex;
  33. align-items: center;
  34. height: 88rpx;
  35. padding-top: var(--status-bar-height);
  36. }
  37. .nav-bar .title.data-v-56c2ae06 {
  38. font-family: PingFang SC;
  39. font-weight: 500;
  40. font-size: 16px;
  41. line-height: 140%;
  42. letter-spacing: 0%;
  43. text-align: center;
  44. vertical-align: middle;
  45. color: #333;
  46. margin-left: 30%;
  47. }
  48. .nav-bar .back-icon.data-v-56c2ae06, .nav-bar .more-icon.data-v-56c2ae06 {
  49. width: 88rpx;
  50. height: 88rpx;
  51. display: flex;
  52. align-items: center;
  53. justify-content: center;
  54. }
  55. .nav-bar .back-icon .iconfont.data-v-56c2ae06, .nav-bar .more-icon .iconfont.data-v-56c2ae06 {
  56. font-size: 40rpx;
  57. color: #333;
  58. }
  59. .content.data-v-56c2ae06 {
  60. padding: 40rpx 30rpx;
  61. background: #fff;
  62. width: 80%;
  63. margin: 0 auto;
  64. }
  65. .content .greeting.data-v-56c2ae06 {
  66. margin-bottom: 60rpx;
  67. }
  68. .content .greeting .title.data-v-56c2ae06 {
  69. font-size: 48rpx;
  70. font-weight: bold;
  71. color: #333;
  72. display: block;
  73. margin-bottom: 20rpx;
  74. }
  75. .content .greeting .subtitle.data-v-56c2ae06 {
  76. font-size: 28rpx;
  77. color: #999;
  78. }
  79. .content .contact-list.data-v-56c2ae06 {
  80. background: #fff;
  81. border-radius: 20rpx;
  82. margin-bottom: 40rpx;
  83. }
  84. .content .contact-list .contact-item.data-v-56c2ae06 {
  85. height: 110rpx;
  86. display: flex;
  87. align-items: center;
  88. justify-content: space-between;
  89. padding: 0 30rpx;
  90. border-bottom: 1rpx solid rgba(0, 0, 0, 0.05);
  91. }
  92. .content .contact-list .contact-item.data-v-56c2ae06:last-child {
  93. border-bottom: none;
  94. }
  95. .content .contact-list .contact-item .label.data-v-56c2ae06 {
  96. font-size: 32rpx;
  97. color: #333;
  98. }
  99. .content .contact-list .contact-item .arrow.data-v-56c2ae06 {
  100. font-size: 24rpx;
  101. color: #999;
  102. opacity: 0.5;
  103. }
  104. .content .info-section.data-v-56c2ae06 {
  105. margin-bottom: 40rpx;
  106. padding: 0 20rpx;
  107. }
  108. .content .info-section .info-item.data-v-56c2ae06 {
  109. margin-bottom: 30rpx;
  110. display: flex;
  111. align-items: flex-start;
  112. }
  113. .content .info-section .info-item .label.data-v-56c2ae06 {
  114. font-size: 28rpx;
  115. color: #666;
  116. white-space: nowrap;
  117. }
  118. .content .info-section .info-item .value.data-v-56c2ae06 {
  119. font-size: 28rpx;
  120. color: #666;
  121. flex: 1;
  122. }
  123. .content .faq-section.data-v-56c2ae06 {
  124. background: #fff;
  125. border-radius: 20rpx;
  126. margin-bottom: 40rpx;
  127. }
  128. .content .faq-section .faq-entry.data-v-56c2ae06 {
  129. height: 110rpx;
  130. display: flex;
  131. align-items: center;
  132. justify-content: space-between;
  133. padding: 0 30rpx;
  134. }
  135. .content .faq-section .faq-entry .label.data-v-56c2ae06 {
  136. font-size: 32rpx;
  137. color: #333;
  138. }
  139. .content .faq-section .faq-entry .arrow.data-v-56c2ae06 {
  140. font-size: 24rpx;
  141. color: #999;
  142. opacity: 0.5;
  143. }
  144. .content .faq-section .faq-tip.data-v-56c2ae06 {
  145. padding: 30rpx;
  146. font-size: 26rpx;
  147. color: #999;
  148. text-align: center;
  149. line-height: 1.6;
  150. border-top: 1rpx solid rgba(0, 0, 0, 0.05);
  151. }
  152. .bottom-btn.data-v-56c2ae06 {
  153. position: fixed;
  154. left: 0;
  155. right: 0;
  156. bottom: 0;
  157. padding: 20rpx 30rpx;
  158. padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
  159. background: rgba(255, 255, 255, 0.9);
  160. -webkit-backdrop-filter: blur(10px);
  161. backdrop-filter: blur(10px);
  162. }
  163. .bottom-btn .online-service-btn.data-v-56c2ae06 {
  164. width: 100%;
  165. height: 88rpx;
  166. line-height: 88rpx;
  167. background: linear-gradient(to right, #b9fdae, #09eadf);
  168. color: #fff;
  169. font-size: 32rpx;
  170. border-radius: 44rpx;
  171. border: none;
  172. }
  173. .phone-popup.data-v-56c2ae06 {
  174. position: fixed;
  175. top: 0;
  176. left: 0;
  177. right: 0;
  178. bottom: 0;
  179. z-index: 999;
  180. }
  181. .phone-popup .popup-mask.data-v-56c2ae06 {
  182. position: absolute;
  183. top: 0;
  184. left: 0;
  185. right: 0;
  186. bottom: 0;
  187. background: rgba(0, 0, 0, 0.4);
  188. }
  189. .phone-popup .popup-content.data-v-56c2ae06 {
  190. position: absolute;
  191. left: 0;
  192. right: 0;
  193. bottom: 0;
  194. background: #fff;
  195. border-radius: 20rpx 20rpx 0 0;
  196. overflow: hidden;
  197. transform: translateY(0);
  198. transition: transform 0.3s ease-out;
  199. }
  200. .phone-popup .popup-content .popup-header.data-v-56c2ae06 {
  201. position: relative;
  202. height: 160rpx;
  203. display: flex;
  204. align-items: center;
  205. justify-content: center;
  206. border-bottom: 1rpx solid #f5f5f5;
  207. }
  208. .phone-popup .popup-content .popup-header .title.data-v-56c2ae06 {
  209. font-size: 34rpx;
  210. color: #333;
  211. font-weight: 500;
  212. }
  213. .phone-popup .popup-content .popup-header .close.data-v-56c2ae06 {
  214. position: absolute;
  215. left: 30rpx;
  216. font-size: 32rpx;
  217. color: #333;
  218. }
  219. .phone-popup .popup-content .phone-number.data-v-56c2ae06 {
  220. height: 140rpx;
  221. display: flex;
  222. align-items: center;
  223. justify-content: center;
  224. padding: 0 40rpx;
  225. margin-bottom: env(safe-area-inset-bottom);
  226. }
  227. .phone-popup .popup-content .phone-number text.data-v-56c2ae06 {
  228. font-size: 36rpx;
  229. color: #333;
  230. font-weight: 400;
  231. }
  232. .phone-popup .popup-content .phone-number .phone-icon.data-v-56c2ae06 {
  233. width: 44rpx;
  234. height: 44rpx;
  235. background: #f5f5f5;
  236. padding: 20rpx;
  237. border-radius: 50%;
  238. }
  239. .phone-popup.popup-enter-active.data-v-56c2ae06, .phone-popup.popup-leave-active.data-v-56c2ae06 {
  240. transition: opacity 0.3s;
  241. }
  242. .phone-popup.popup-enter-active .popup-content.data-v-56c2ae06, .phone-popup.popup-leave-active .popup-content.data-v-56c2ae06 {
  243. transition: transform 0.3s ease-out;
  244. }
  245. .phone-popup.popup-enter.data-v-56c2ae06, .phone-popup.popup-leave-to.data-v-56c2ae06 {
  246. opacity: 0;
  247. }
  248. .phone-popup.popup-enter .popup-content.data-v-56c2ae06, .phone-popup.popup-leave-to .popup-content.data-v-56c2ae06 {
  249. transform: translateY(100%);
  250. }