detail.wxss 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .shop-address.data-v-57d42baa {
  28. width: 92%;
  29. margin: 0 auto;
  30. padding: 20rpx 0 0 0;
  31. font-size: 28rpx;
  32. color: #333;
  33. }
  34. .shop-address text.data-v-57d42baa {
  35. padding-right: 20rpx;
  36. }
  37. .shop-box.data-v-57d42baa {
  38. width: 100%;
  39. background-color: #fff;
  40. }
  41. .shop-box .qrcode.data-v-57d42baa {
  42. width: 80%;
  43. height: 370rpx;
  44. background-color: #f5eff0;
  45. margin: 40rpx auto 0 auto;
  46. border-radius: 20rpx;
  47. position: relative;
  48. }
  49. .shop-box .qrcode image.data-v-57d42baa {
  50. position: absolute;
  51. top: 50%;
  52. left: 50%;
  53. -webkit-transform: translate(-50%, -50%);
  54. transform: translate(-50%, -50%);
  55. margin: 0 auto;
  56. display: block;
  57. width: 300rpx;
  58. height: 300rpx;
  59. }
  60. .shop-box .code.data-v-57d42baa {
  61. width: 80%;
  62. height: 100rpx;
  63. line-height: 100rpx;
  64. font-size: 50rpx;
  65. text-align: center;
  66. margin: 0 auto 20rpx auto;
  67. background-color: #c30d24;
  68. color: #fff;
  69. border-radius: 20rpx;
  70. position: relative;
  71. }
  72. .shop-box .code.data-v-57d42baa:before {
  73. width: 34rpx;
  74. height: 34rpx;
  75. display: inline-block;
  76. content: " ";
  77. position: absolute;
  78. right: -18rpx;
  79. top: -14rpx;
  80. border-radius: 50%;
  81. background-color: #fff;
  82. }
  83. .shop-box .code.data-v-57d42baa:after {
  84. width: 34rpx;
  85. height: 34rpx;
  86. display: inline-block;
  87. content: " ";
  88. position: absolute;
  89. left: -18rpx;
  90. top: -14rpx;
  91. border-radius: 50%;
  92. background-color: #fff;
  93. }
  94. .top.data-v-57d42baa {
  95. background-color: #fff;
  96. position: relative;
  97. }
  98. .top.data-v-57d42baa:before {
  99. position: absolute;
  100. right: 0;
  101. bottom: 0;
  102. left: 0;
  103. height: 4rpx;
  104. background: -webkit-repeating-linear-gradient(135deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  105. background: repeating-linear-gradient(-45deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  106. background-size: 160rpx;
  107. content: '';
  108. }
  109. .top .status.data-v-57d42baa {
  110. width: 100%;
  111. margin: 0 auto;
  112. padding: 10rpx 0;
  113. }
  114. .top .address.data-v-57d42baa {
  115. font-size: 28rpx;
  116. width: 92%;
  117. margin: 0 auto;
  118. }
  119. .top .address .info.data-v-57d42baa {
  120. height: 60rpx;
  121. line-height: 60rpx;
  122. }
  123. .top .address .info ._span.data-v-57d42baa:first-child {
  124. padding-right: 20rpx;
  125. }
  126. .top .address .address-info.data-v-57d42baa {
  127. height: 60rpx;
  128. line-height: 40rpx;
  129. }
  130. .goods.data-v-57d42baa {
  131. background-color: #fff;
  132. margin-top: 30rpx;
  133. padding-bottom: 20rpx;
  134. }
  135. .goods .title.data-v-57d42baa {
  136. width: 100%;
  137. margin: 0 auto;
  138. color: #666;
  139. font-size: 28rpx;
  140. height: 80rpx;
  141. line-height: 80rpx;
  142. border-bottom: 2rpx solid #eee;
  143. }
  144. .goods .title text.data-v-57d42baa {
  145. padding-left: 20rpx;
  146. }
  147. .goods .goods-box.data-v-57d42baa {
  148. padding: 0 32rpx;
  149. }
  150. .goods .goods-box .goods-item.data-v-57d42baa {
  151. padding-top: 20rpx;
  152. }
  153. .goods .goods-box .goods-item .goods-img.data-v-57d42baa {
  154. width: 154rpx;
  155. height: 154rpx;
  156. display: inline-block;
  157. float: left;
  158. }
  159. .goods .goods-box .goods-item .goods-img image.data-v-57d42baa {
  160. width: 100%;
  161. height: 100%;
  162. }
  163. .goods .goods-box .goods-item .goods-info.data-v-57d42baa {
  164. display: inline-block;
  165. width: 72%;
  166. font-size: 28rpx;
  167. float: right;
  168. }
  169. .goods .goods-box .goods-item .goods-info .t.data-v-57d42baa {
  170. width: 100%;
  171. height: 90rpx;
  172. }
  173. .goods .goods-box .goods-item .goods-info .t text.data-v-57d42baa:first-child {
  174. float: left;
  175. display: -webkit-box;
  176. overflow: hidden;
  177. -webkit-line-clamp: 2;
  178. -webkit-box-orient: vertical;
  179. width: 70%;
  180. }
  181. .goods .goods-box .goods-item .goods-info .t text.data-v-57d42baa:last-child {
  182. width: 30%;
  183. float: right;
  184. text-align: right;
  185. }
  186. .goods .goods-box .goods-item .goods-info .b.data-v-57d42baa {
  187. width: 100%;
  188. height: 80rpx;
  189. font-size: 26rpx;
  190. }
  191. .goods .goods-box .goods-item .goods-info .b text.data-v-57d42baa:first-child {
  192. float: left;
  193. color: #999;
  194. }
  195. .goods .goods-box .goods-item .goods-info .b text.data-v-57d42baa:last-child {
  196. float: right;
  197. color: #666;
  198. }
  199. .order.data-v-57d42baa {
  200. background-color: #fff;
  201. margin-top: 30rpx;
  202. padding-bottom: 20rpx;
  203. }
  204. .order .title.data-v-57d42baa {
  205. width: 100%;
  206. margin: 0 auto;
  207. color: #666;
  208. font-size: 30rpx;
  209. height: 80rpx;
  210. line-height: 80rpx;
  211. border-bottom: 2rpx solid #eee;
  212. }
  213. .order .title text.data-v-57d42baa {
  214. padding-left: 30rpx;
  215. }
  216. .order .list.data-v-57d42baa {
  217. width: 100%;
  218. }
  219. .order .list .list-box.data-v-57d42baa {
  220. width: 92%;
  221. height: auto !important;
  222. height: 80rpx;
  223. min-height: 80rpx;
  224. line-height: 80rpx;
  225. margin: 0 auto;
  226. font-size: 26rpx;
  227. color: #333;
  228. border-bottom: 2rpx solid #ebedf0;
  229. }
  230. .order .list .list-box view.data-v-57d42baa {
  231. display: inline-block;
  232. }
  233. .order .list .list-box view.data-v-57d42baa:first-child {
  234. float: left;
  235. }
  236. .order .list .list-box view.data-v-57d42baa:last-child {
  237. float: right;
  238. }
  239. .order .list .list-box textarea.data-v-57d42baa {
  240. height: 150rpx;
  241. }
  242. .operation-placeholder.data-v-57d42baa {
  243. width: 100%;
  244. height: 140rpx;
  245. line-height: 140rpx;
  246. }
  247. .operation.data-v-57d42baa {
  248. width: 100%;
  249. height: 110rpx;
  250. line-height: 110rpx;
  251. text-align: right;
  252. background-color: #fff;
  253. position: fixed;
  254. left: 0;
  255. bottom: 0;
  256. border-top: 2rpx solid #eee;
  257. }
  258. .operation text.data-v-57d42baa {
  259. font-size: 28rpx;
  260. text-align: center;
  261. border-radius: 30rpx;
  262. background-color: #fff;
  263. padding: 16rpx 30rpx;
  264. margin-right: 20rpx;
  265. }
  266. .operation text.cancel.data-v-57d42baa {
  267. color: #333;
  268. border: 2rpx solid #ddd;
  269. }
  270. .operation text.pay.data-v-57d42baa {
  271. background-color: #e93323;
  272. color: #fff;
  273. }
  274. .operation .confirm.data-v-57d42baa {
  275. color: #fff;
  276. background-color: #c30d24;
  277. }
  278. .operation .refund.data-v-57d42baa {
  279. color: #c30d24;
  280. background-color: #fff;
  281. border: 1px solid #c30d24;
  282. }
  283. .operation .evaluate.data-v-57d42baa {
  284. color: #fff;
  285. background-color: #009688;
  286. }
  287. .payment-box .payment-item.data-v-57d42baa {
  288. padding: 20rpx 32rpx;
  289. border-bottom: 2rpx solid #eee;
  290. }
  291. .payment-box .payment-item view.data-v-57d42baa {
  292. display: inline;
  293. }
  294. .payment-box .payment-item view.data-v-57d42baa:first-child {
  295. font-size: 28rpx;
  296. }
  297. .payment-box .payment-item view:first-child text.data-v-57d42baa {
  298. width: 40rpx;
  299. height: 40rpx;
  300. line-height: 40rpx;
  301. text-align: center;
  302. border-radius: 50%;
  303. padding: 4rpx;
  304. }
  305. .payment-box .payment-item view.data-v-57d42baa:nth-child(2) {
  306. font-size: 28rpx;
  307. padding-left: 20rpx;
  308. }
  309. .payment-box .payment-item view:nth-child(2) ._i.data-v-57d42baa {
  310. font-size: 24rpx;
  311. font-style: normal;
  312. color: #999;
  313. padding-left: 20rpx;
  314. }
  315. .payment-box .payment-item view.data-v-57d42baa:nth-child(3) {
  316. float: right;
  317. display: none;
  318. color: #999;
  319. }
  320. .payment-box .payment-item view.active.data-v-57d42baa {
  321. display: block;
  322. }
  323. .payment-box .payment-item view.activeColor.data-v-57d42baa {
  324. color: red;
  325. }
  326. .payment-box #wechat.data-v-57d42baa {
  327. position: relative;
  328. top: 2rpx;
  329. width: 40rpx;
  330. height: 40rpx;
  331. display: inline-block;
  332. color: #fff;
  333. background-color: #41b035;
  334. }
  335. .payment-box #alipay.data-v-57d42baa {
  336. position: relative;
  337. top: 2rpx;
  338. width: 40rpx;
  339. height: 40rpx;
  340. display: inline-block;
  341. color: #fff;
  342. background-color: #1296db;
  343. }
  344. .payment-box #appleiap.data-v-57d42baa {
  345. position: relative;
  346. top: 2rpx;
  347. width: 40rpx;
  348. height: 40rpx;
  349. display: inline-block;
  350. color: #333;
  351. background-color: #fff;
  352. border: 1px solid #eee;
  353. }
  354. .payment-box #balance.data-v-57d42baa {
  355. position: relative;
  356. top: 2rpx;
  357. width: 40rpx;
  358. height: 40rpx;
  359. background-repeat: no-repeat;
  360. background-size: 40rpx 40rpx;
  361. display: inline-block;
  362. color: #fff;
  363. background-color: #fe960f;
  364. }
  365. .payment-box .check.data-v-57d42baa {
  366. position: relative;
  367. top: 12rpx;
  368. width: 40rpx;
  369. height: 40rpx;
  370. display: inline-block;
  371. }