inquiryPay.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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. page {
  27. background: #f6f6f6;
  28. }
  29. /**
  30. * 这里是uni-app内置的常用样式变量
  31. *
  32. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  33. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  34. *
  35. */
  36. /**
  37. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  38. *
  39. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  40. */
  41. /* 颜色变量 */
  42. /* 行为相关颜色 */
  43. /* 文字基本颜色 */
  44. /* 背景颜色 */
  45. /* 边框颜色 */
  46. /* 尺寸变量 */
  47. /* 文字尺寸 */
  48. /* 图片尺寸 */
  49. /* Border Radius */
  50. /* 水平间距 */
  51. /* 垂直间距 */
  52. /* 透明度 */
  53. /* 文章场景相关 */
  54. .content.data-v-464ba66b {
  55. position: relative;
  56. }
  57. .content .cont.data-v-464ba66b {
  58. position: relative;
  59. padding: 0rpx 20rpx 160rpx;
  60. z-index: 999;
  61. width: 100%;
  62. display: flex;
  63. flex-direction: column;
  64. }
  65. .content .other-info.data-v-464ba66b {
  66. margin-top: 20rpx;
  67. background-color: #fff;
  68. border-radius: 20rpx;
  69. overflow: hidden;
  70. padding: 0 30rpx;
  71. }
  72. .content .other-info .title.data-v-464ba66b {
  73. height: 80rpx;
  74. line-height: 80rpx;
  75. font-size: 30rpx;
  76. color: #000;
  77. font-weight: bold;
  78. border-bottom: 2rpx solid #eeeeee;
  79. }
  80. .content .other-info .item.data-v-464ba66b {
  81. height: 80rpx;
  82. display: flex;
  83. align-items: center;
  84. justify-content: space-between;
  85. }
  86. .content .other-info .item.data-v-464ba66b:last-child {
  87. border-bottom: none;
  88. }
  89. .content .other-info .item .left.data-v-464ba66b {
  90. flex: 1;
  91. display: flex;
  92. align-items: center;
  93. }
  94. .content .other-info .item .left .label.data-v-464ba66b {
  95. min-width: 140rpx;
  96. font-size: 28rpx;
  97. color: #000;
  98. }
  99. .content .other-info .item .left .text.data-v-464ba66b {
  100. font-size: 28rpx;
  101. color: #1b1b1b;
  102. }
  103. .content .other-info .item .right.data-v-464ba66b {
  104. display: flex;
  105. align-items: center;
  106. justify-content: flex-end;
  107. }
  108. .content .other-info .item .right .text.data-v-464ba66b {
  109. font-size: 28rpx;
  110. color: #1b1b1b;
  111. }
  112. .content .other-info .item .right .ic-close.data-v-464ba66b {
  113. margin-left: 10rpx;
  114. width: 30rpx;
  115. height: 30rpx;
  116. }
  117. .content .other-info .item .right .ic-back.data-v-464ba66b {
  118. margin-left: 10rpx;
  119. width: 15rpx;
  120. height: 30rpx;
  121. }
  122. .content .other-info .item .item-btn.data-v-464ba66b {
  123. max-width: 200rpx;
  124. padding: 0rpx 15rpx;
  125. height: 48rpx;
  126. border-radius: 24rpx;
  127. line-height: 48rpx;
  128. font-size: 24rpx;
  129. color: #000;
  130. border: 1rpx solid #d8d8d8;
  131. display: flex;
  132. align-items: center;
  133. justify-content: center;
  134. }
  135. .content .btn-box.data-v-464ba66b {
  136. height: 140rpx;
  137. z-index: 9999;
  138. width: 100%;
  139. padding: 0rpx 30rpx;
  140. position: fixed;
  141. bottom: 0;
  142. left: 0;
  143. box-sizing: border-box;
  144. background-color: #ffffff;
  145. display: flex;
  146. align-items: center;
  147. justify-content: center;
  148. }
  149. .content .btn-box .btn.data-v-464ba66b {
  150. width: 100%;
  151. height: 88rpx;
  152. line-height: 88rpx;
  153. text-align: center;
  154. font-size: 34rpx;
  155. font-family: PingFang SC;
  156. font-weight: 400;
  157. color: #FFFFFF;
  158. background: #C39A58;
  159. border-radius: 10rpx;
  160. }
  161. .coupon.data-v-464ba66b {
  162. height: 100%;
  163. }
  164. .coupon .empty.data-v-464ba66b {
  165. display: flex;
  166. align-items: center;
  167. justify-content: center;
  168. height: 650rpx;
  169. width: 100%;
  170. }
  171. .coupon .empty image.data-v-464ba66b {
  172. width: 280rpx;
  173. height: 200rpx;
  174. }
  175. .coupon-box.data-v-464ba66b {
  176. overflow-y: auto;
  177. padding: 80rpx 20rpx 80rpx;
  178. height: 650rpx;
  179. width: 100%;
  180. display: flex;
  181. flex-direction: column;
  182. align-items: flex-start;
  183. justify-content: flex-start;
  184. box-sizing: border-box;
  185. }
  186. .coupon-box .coupon-item.data-v-464ba66b {
  187. width: 100%;
  188. display: flex;
  189. align-items: center;
  190. justify-content: flex-start;
  191. margin-bottom: 16rpx;
  192. height: 170rpx;
  193. }
  194. .coupon-box .coupon-item.data-v-464ba66b:last-child {
  195. margin-bottom: 0rpx;
  196. }
  197. .coupon-box .coupon-item .left.data-v-464ba66b {
  198. color: #fff;
  199. font-size: 36rpx;
  200. font-weight: bold;
  201. text-align: center;
  202. display: flex;
  203. flex-direction: column;
  204. align-items: center;
  205. justify-content: center;
  206. position: relative;
  207. width: 230rpx;
  208. }
  209. .coupon-box .coupon-item .left image.data-v-464ba66b {
  210. position: absolute;
  211. width: 230rpx;
  212. height: 170rpx;
  213. color: #fff;
  214. }
  215. .coupon-box .coupon-item .left .num.data-v-464ba66b {
  216. font-size: 40rpx;
  217. }
  218. .coupon-box .coupon-item .left .pic-num.data-v-464ba66b {
  219. font-size: 20rpx;
  220. z-index: 99;
  221. }
  222. .coupon-box .coupon-item .right.data-v-464ba66b {
  223. display: flex;
  224. flex-direction: column;
  225. align-items: flex-start;
  226. justify-content: flex-start;
  227. height: 170rpx;
  228. width: calc(100% - 230rpx);
  229. padding: 0 17rpx 0 24rpx;
  230. background-color: #fff;
  231. box-sizing: border-box;
  232. }
  233. .coupon-box .coupon-item .right .title.data-v-464ba66b {
  234. width: 100%;
  235. font-size: 30rpx;
  236. color: #282828;
  237. height: 93rpx;
  238. line-height: 93rpx;
  239. border-bottom: 1px solid #f0f0f0;
  240. }
  241. .coupon-box .coupon-item .right .btns.data-v-464ba66b {
  242. display: flex;
  243. align-items: center;
  244. justify-content: space-between;
  245. width: 100%;
  246. font-size: 20rpx;
  247. color: #999;
  248. height: 76rpx;
  249. }
  250. .coupon-box .coupon-item .right .btns .btn.data-v-464ba66b {
  251. width: 136rpx;
  252. height: 44rpx;
  253. border-radius: 22rpx;
  254. font-size: 22rpx;
  255. color: #fff;
  256. text-align: center;
  257. line-height: 44rpx;
  258. background-color: #C39A58;
  259. }
  260. .coupon-box .coupon-item .right .btns .btn .gray.data-v-464ba66b {
  261. background-color: #ccc;
  262. }