confirm.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  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. .distribution {
  28. width: 100%;
  29. height: 90rpx;
  30. line-height: 90rpx;
  31. background-color: #fff;
  32. }
  33. .distribution text {
  34. display: inline-block;
  35. font-size: 30rpx;
  36. width: 50%;
  37. height: 90rpx;
  38. line-height: 90rpx;
  39. text-align: center;
  40. }
  41. .distribution text.active {
  42. color: #b91922;
  43. }
  44. .distribution-placeholder {
  45. width: 100%;
  46. height: 12rpx;
  47. }
  48. .money {
  49. color: #fc4141;
  50. }
  51. .van-address-item__edit {
  52. display: none;
  53. }
  54. .top {
  55. background-color: #fff;
  56. position: relative;
  57. }
  58. .top:before {
  59. position: absolute;
  60. right: 0;
  61. bottom: 0;
  62. left: 0;
  63. height: 4rpx;
  64. background: -webkit-repeating-linear-gradient(135deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  65. background: repeating-linear-gradient(-45deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  66. background-size: 160rpx;
  67. content: '';
  68. }
  69. .top .top-map {
  70. width: 60rpx;
  71. height: 60rpx;
  72. position: absolute;
  73. top: 50%;
  74. -webkit-transform: translateY(-50%);
  75. transform: translateY(-50%);
  76. left: 20rpx;
  77. }
  78. .top .top-map text {
  79. font-size: 32rpx;
  80. }
  81. .top .arrow-right {
  82. width: 60rpx;
  83. height: 60rpx;
  84. position: absolute;
  85. top: 50%;
  86. -webkit-transform: translateY(-50%);
  87. transform: translateY(-50%);
  88. right: 0px;
  89. }
  90. .top .arrow-right text {
  91. -webkit-transform: rotate(180deg);
  92. transform: rotate(180deg);
  93. display: inline-block;
  94. }
  95. .top .address {
  96. font-size: 28rpx;
  97. width: 85%;
  98. margin: 0 auto;
  99. padding: 20rpx 0px;
  100. padding-left: 40rpx;
  101. position: relative;
  102. }
  103. .top .address .info {
  104. height: 60rpx;
  105. line-height: 60rpx;
  106. }
  107. .top .address .info ._span:first-child {
  108. padding-right: 20rpx;
  109. }
  110. .top .address .address-info {
  111. height: auto !important;
  112. height: 60rpx;
  113. min-height: 40rpx;
  114. line-height: 40rpx;
  115. }
  116. .goods {
  117. background-color: #fff;
  118. margin-top: 30rpx;
  119. padding-bottom: 20rpx;
  120. }
  121. .goods .title {
  122. width: 100%;
  123. margin: 0 auto;
  124. color: #666;
  125. font-size: 28rpx;
  126. height: 80rpx;
  127. line-height: 80rpx;
  128. border-bottom: 2rpx solid #eee;
  129. }
  130. .goods .title text {
  131. padding-left: 20rpx;
  132. }
  133. .goods .goods-box {
  134. padding: 0 32rpx;
  135. }
  136. .goods .goods-box .goods-item {
  137. padding-top: 20rpx;
  138. }
  139. .goods .goods-box .goods-item .goods-img {
  140. width: 154rpx;
  141. height: 154rpx;
  142. display: inline-block;
  143. float: left;
  144. }
  145. .goods .goods-box .goods-item .goods-img image {
  146. width: 100%;
  147. height: 100%;
  148. }
  149. .goods .goods-box .goods-item .goods-info {
  150. display: inline-block;
  151. width: 72%;
  152. font-size: 28rpx;
  153. float: right;
  154. }
  155. .goods .goods-box .goods-item .goods-info text {
  156. font-style: normal;
  157. }
  158. .goods .goods-box .goods-item .goods-info .t {
  159. width: 100%;
  160. height: 45px;
  161. }
  162. .goods .goods-box .goods-item .goods-info .t text:first-child {
  163. float: left;
  164. display: -webkit-box;
  165. overflow: hidden;
  166. -webkit-line-clamp: 2;
  167. -webkit-box-orient: vertical;
  168. width: 70%;
  169. }
  170. .goods .goods-box .goods-item .goods-info .t text:last-child {
  171. width: 30%;
  172. float: right;
  173. text-align: right;
  174. }
  175. .goods .goods-box .goods-item .goods-info .b {
  176. width: 100%;
  177. height: 40px;
  178. font-size: 13px;
  179. }
  180. .goods .goods-box .goods-item .goods-info .b view {
  181. float: left;
  182. color: #999;
  183. }
  184. .goods .goods-box .goods-item .goods-info .b .goods-nums {
  185. float: right;
  186. color: #666;
  187. }
  188. .order {
  189. background-color: #fff;
  190. margin-top: 30rpx;
  191. padding-bottom: 20rpx;
  192. }
  193. .order .title {
  194. width: 100%;
  195. margin: 0 auto;
  196. color: #666;
  197. font-size: 30rpx;
  198. height: 80rpx;
  199. line-height: 80rpx;
  200. border-bottom: 1px solid #eee;
  201. }
  202. .order .title text {
  203. padding-left: 30rpx;
  204. }
  205. .order .list {
  206. width: 100%;
  207. }
  208. .order .list .list-box {
  209. width: 92%;
  210. height: auto !important;
  211. height: 80rpx;
  212. min-height: 80rpx;
  213. line-height: 80rpx;
  214. margin: 0 auto;
  215. font-size: 26rpx;
  216. color: #333;
  217. border-bottom: 2rpx solid #ebedf0;
  218. }
  219. .order .list .list-box view {
  220. display: inline-block;
  221. }
  222. .order .list .list-box view:first-child {
  223. float: left;
  224. }
  225. .order .list .list-box view:last-child {
  226. float: right;
  227. }
  228. .order .list .list-box textarea {
  229. height: 150rpx;
  230. }
  231. .payment-box .payment-item {
  232. padding: 20rpx 32rpx;
  233. border-bottom: 2rpx solid #eee;
  234. }
  235. .payment-box .payment-item view {
  236. display: inline;
  237. }
  238. .payment-box .payment-item view:first-child {
  239. font-size: 28rpx;
  240. }
  241. .payment-box .payment-item view:first-child text {
  242. width: 40rpx;
  243. height: 40rpx;
  244. line-height: 40rpx;
  245. text-align: center;
  246. border-radius: 50%;
  247. padding: 4rpx;
  248. }
  249. .payment-box .payment-item view:nth-child(2) {
  250. font-size: 28rpx;
  251. padding-left: 20rpx;
  252. }
  253. .payment-box .payment-item view:nth-child(2) ._i {
  254. font-size: 24rpx;
  255. font-style: normal;
  256. color: #999;
  257. padding-left: 20rpx;
  258. }
  259. .payment-box .payment-item view:nth-child(3) {
  260. float: right;
  261. display: none;
  262. color: #999;
  263. }
  264. .payment-box .payment-item view.active {
  265. display: block;
  266. }
  267. .payment-box .payment-item view.activeColor {
  268. color: red;
  269. }
  270. .payment-box #wechat {
  271. position: relative;
  272. top: 2rpx;
  273. width: 40rpx;
  274. height: 40rpx;
  275. display: inline-block;
  276. color: #fff;
  277. background-color: #41b035;
  278. }
  279. .payment-box #alipay {
  280. position: relative;
  281. top: 2rpx;
  282. width: 40rpx;
  283. height: 40rpx;
  284. display: inline-block;
  285. color: #fff;
  286. background-color: #1296db;
  287. }
  288. .payment-box #appleiap {
  289. position: relative;
  290. top: 2rpx;
  291. width: 40rpx;
  292. height: 40rpx;
  293. display: inline-block;
  294. color: #333;
  295. background-color: #fff;
  296. border: 1px solid #eee;
  297. }
  298. .payment-box #balance {
  299. position: relative;
  300. top: 2rpx;
  301. width: 40rpx;
  302. height: 40rpx;
  303. background-repeat: no-repeat;
  304. background-size: 40rpx 40rpx;
  305. display: inline-block;
  306. color: #fff;
  307. background-color: #fe960f;
  308. }
  309. .payment-box .check {
  310. position: relative;
  311. top: 12rpx;
  312. width: 40rpx;
  313. height: 40rpx;
  314. display: inline-block;
  315. }
  316. .operation-placeholder {
  317. width: 100%;
  318. height: 140rpx;
  319. line-height: 140rpx;
  320. }
  321. .operation {
  322. width: 100%;
  323. height: 110rpx;
  324. line-height: 110rpx;
  325. text-align: right;
  326. background-color: #fff;
  327. position: fixed;
  328. left: 0;
  329. bottom: 0;
  330. border-top: 2rpx solid #eee;
  331. z-index: 11111;
  332. }
  333. .operation .amount {
  334. float: left;
  335. padding-top: 0;
  336. font-size: 28rpx;
  337. text-align: center;
  338. background-color: #fff;
  339. padding: 6rpx 30rpx;
  340. display: inline;
  341. margin-right: 20rpx;
  342. }
  343. .operation .amount text {
  344. font-style: normal;
  345. font-size: 32rpx;
  346. color: #555;
  347. }
  348. .operation .amount text:last-child {
  349. color: #db1111;
  350. font-size: 34rpx;
  351. position: relative;
  352. top: 2rpx;
  353. }
  354. .operation .pay {
  355. font-size: 28rpx;
  356. text-align: center;
  357. border-radius: 30rpx;
  358. background-color: #fff;
  359. padding: 16rpx 30rpx;
  360. display: inline;
  361. background-color: #c30d24;
  362. margin-right: 20rpx;
  363. color: #fff;
  364. }