爱简收旧衣按件回收前端代码仓库
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.

221 lines
5.2 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. .faq-page.data-v-2d4a740c {
  27. min-height: 100vh;
  28. background: linear-gradient(180deg, #fff3db 0%, #ffffff 100%);
  29. padding-bottom: env(safe-area-inset-bottom);
  30. }
  31. .nav-bar.data-v-2d4a740c {
  32. display: flex;
  33. align-items: center;
  34. height: calc(150rpx + var(--status-bar-height));
  35. padding: 0 32rpx;
  36. padding-top: var(--status-bar-height);
  37. background: linear-gradient(180deg, #fff3db 100%, #ffffff 0%);
  38. position: fixed;
  39. top: 0;
  40. left: 0;
  41. right: 0;
  42. z-index: 999;
  43. box-sizing: border-box;
  44. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
  45. }
  46. .nav-bar .back.data-v-2d4a740c {
  47. padding: 20rpx;
  48. margin-left: -20rpx;
  49. }
  50. .nav-bar .title.data-v-2d4a740c {
  51. flex: 1;
  52. text-align: center;
  53. font-size: 34rpx;
  54. font-weight: 500;
  55. color: #222;
  56. }
  57. .main-content.data-v-2d4a740c {
  58. margin-top: calc(150rpx + var(--status-bar-height));
  59. margin-bottom: 40rpx;
  60. padding-bottom: calc(88rpx + env(safe-area-inset-bottom));
  61. }
  62. .content-card.data-v-2d4a740c {
  63. margin: 0 32rpx;
  64. padding: 32rpx;
  65. background: #fff;
  66. border-radius: 32rpx;
  67. box-shadow: 0 8rpx 32rpx rgba(60, 167, 250, 0.08);
  68. }
  69. .qa-list.data-v-2d4a740c {
  70. padding: 0 36rpx;
  71. }
  72. .qa-item.data-v-2d4a740c {
  73. margin-bottom: 36rpx;
  74. }
  75. .question-row.data-v-2d4a740c {
  76. display: flex;
  77. align-items: center;
  78. margin-bottom: 8rpx;
  79. }
  80. .q-icon.data-v-2d4a740c {
  81. color: #ffb300;
  82. font-size: 32rpx;
  83. font-weight: bold;
  84. margin-right: 12rpx;
  85. }
  86. .question.data-v-2d4a740c {
  87. font-size: 32rpx;
  88. font-weight: bold;
  89. color: #222;
  90. }
  91. .answer.data-v-2d4a740c {
  92. font-size: 26rpx;
  93. color: #999;
  94. line-height: 1.7;
  95. padding-left: 44rpx;
  96. }
  97. .dashed-line.data-v-2d4a740c {
  98. border-bottom: 2rpx dashed #e5e5e5;
  99. margin: 24rpx 36rpx 0 36rpx;
  100. }
  101. .bottom-tip.data-v-2d4a740c {
  102. font-size: 24rpx;
  103. color: #999;
  104. text-align: left;
  105. line-height: 1.6;
  106. padding: 32rpx 36rpx 0 36rpx;
  107. }
  108. .bottom-btns.data-v-2d4a740c {
  109. position: fixed;
  110. left: 0;
  111. right: 0;
  112. bottom: 0;
  113. z-index: 101;
  114. display: flex;
  115. justify-content: center;
  116. align-items: center;
  117. gap: 32rpx;
  118. padding: 24rpx 36rpx calc(24rpx + env(safe-area-inset-bottom)) 36rpx;
  119. background: #fff;
  120. box-shadow: 0 -2rpx 12rpx rgba(0, 0, 0, 0.03);
  121. }
  122. .btn-outline.data-v-2d4a740c {
  123. flex: 1;
  124. height: 88rpx;
  125. line-height: 88rpx;
  126. background: #fff0d2;
  127. color: #ffb300;
  128. font-size: 32rpx;
  129. border-radius: 44rpx;
  130. border: 2rpx solid #ffb300;
  131. margin-right: 0;
  132. }
  133. .btn-gradient.data-v-2d4a740c {
  134. flex: 1;
  135. height: 88rpx;
  136. line-height: 88rpx;
  137. background: linear-gradient(90deg, #ffdf8c 0%, #ffb300 100%);
  138. color: #fff;
  139. font-size: 32rpx;
  140. border-radius: 44rpx;
  141. border: none;
  142. margin-left: 0;
  143. }
  144. .phone-popup.data-v-2d4a740c {
  145. position: fixed;
  146. left: 0;
  147. right: 0;
  148. bottom: 0;
  149. top: 0;
  150. z-index: 9999;
  151. display: flex;
  152. align-items: flex-end;
  153. justify-content: center;
  154. }
  155. .phone-popup .popup-mask.data-v-2d4a740c {
  156. position: absolute;
  157. left: 0;
  158. right: 0;
  159. top: 0;
  160. bottom: 0;
  161. background: rgba(0, 0, 0, 0.7);
  162. z-index: 0;
  163. }
  164. .phone-popup .popup-content.data-v-2d4a740c {
  165. position: relative;
  166. width: 100vw;
  167. background: #fff;
  168. border-radius: 24rpx 24rpx 0 0;
  169. box-shadow: 0 -4rpx 32rpx rgba(0, 0, 0, 0.08);
  170. padding-bottom: env(safe-area-inset-bottom);
  171. animation: popupUp-2d4a740c 0.2s;
  172. }
  173. @keyframes popupUp-2d4a740c {
  174. from {
  175. transform: translateY(100%);
  176. }
  177. to {
  178. transform: translateY(0);
  179. }
  180. }
  181. .phone-popup .popup-header.data-v-2d4a740c {
  182. display: flex;
  183. align-items: center;
  184. justify-content: center;
  185. height: 56px;
  186. border-bottom: 1px solid #f2f2f2;
  187. position: relative;
  188. }
  189. .phone-popup .popup-header .close-btn.data-v-2d4a740c {
  190. position: absolute;
  191. left: 24px;
  192. font-size: 17px;
  193. color: #999;
  194. }
  195. .phone-popup .popup-header .popup-title.data-v-2d4a740c {
  196. font-size: 18px;
  197. color: #222;
  198. font-weight: 600;
  199. letter-spacing: 1px;
  200. }
  201. .phone-popup .popup-phone-row.data-v-2d4a740c {
  202. display: flex;
  203. align-items: center;
  204. justify-content: center;
  205. padding: 40px 0 32px 0;
  206. }
  207. .phone-popup .popup-phone-row .popup-phone.data-v-2d4a740c {
  208. font-size: 24px;
  209. color: #222;
  210. font-weight: 400;
  211. letter-spacing: 1px;
  212. margin-right: 18px;
  213. }
  214. .phone-popup .popup-phone-row .popup-phone-icon.data-v-2d4a740c {
  215. width: 44px;
  216. height: 44px;
  217. background: #f5f5f5;
  218. border-radius: 50%;
  219. display: flex;
  220. align-items: center;
  221. justify-content: center;
  222. }