orderDetail.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. .f-header .tit {
  11. font-size: 34rpx;
  12. color: #303133;
  13. line-height: 1;
  14. font-weight: bold;
  15. }
  16. .f-header .tit-box {
  17. flex: 1;
  18. display: flex;
  19. flex-direction: column;
  20. }
  21. /*功能栏左侧小图标*/
  22. .f-header .f-left-icon {
  23. height: 34rpx;
  24. width: 8rpx;
  25. background-image: linear-gradient(#901b21, #901b21);
  26. margin-right: 10rpx;
  27. border-radius: 10rpx;
  28. }
  29. page {
  30. background: #f8f6f6;
  31. }
  32. .express-box {
  33. margin-top: 20rpx;
  34. width: 100%;
  35. display: flex;
  36. align-items: center;
  37. justify-content: space-between;
  38. font-size: 28rpx;
  39. font-weight: 500;
  40. }
  41. .express-box .express-frame {
  42. display: flex;
  43. align-items: center;
  44. justify-content: space-between;
  45. width: 100%;
  46. height: 100rpx;
  47. }
  48. .express-box .express-text {
  49. font-weight: 600;
  50. margin-right: 20rpx;
  51. width: 140rpx;
  52. display: block;
  53. }
  54. .orderDetialBox {
  55. margin-top: 20rpx;
  56. padding: 0 30rpx;
  57. background-color: #ffffff;
  58. font-size: 28rpx;
  59. color: #606266;
  60. }
  61. .orderDetialBox .item {
  62. height: 80rpx;
  63. }
  64. .orderDetialBox .item .text {
  65. padding-left: 10rpx;
  66. }
  67. .orderDetialBox .item .buttom-right {
  68. width: 180rpx;
  69. border-radius: 99rpx;
  70. padding: 10rpx;
  71. text-align: center;
  72. border: 1px solid #ebeef5;
  73. }
  74. .address-box {
  75. margin-top: 20rpx;
  76. padding: 30rpx;
  77. padding-bottom: 35rpx;
  78. background-color: #ffffff;
  79. line-height: 1;
  80. }
  81. .address-box .address-top {
  82. margin-bottom: 30rpx;
  83. }
  84. .address-box .address-top .title {
  85. font-size: 32rpx;
  86. color: #303133;
  87. }
  88. .address-box .address-top .phone {
  89. font-size: 28rpx;
  90. color: #909399;
  91. }
  92. .address-box .addrdss-detail {
  93. font-size: 28rpx;
  94. color: #606266;
  95. }
  96. .address-box .a-bg {
  97. position: absolute;
  98. bottom: 0;
  99. left: 0;
  100. width: 100%;
  101. height: 5rpx;
  102. }
  103. .row {
  104. display: flex;
  105. align-items: center;
  106. position: relative;
  107. padding: 0 30rpx;
  108. height: 80rpx;
  109. background: #fff;
  110. }
  111. .row .order-status {
  112. font-size: 32rpx;
  113. color: #dd524d;
  114. font-weight: 500;
  115. }
  116. .row .refund {
  117. font-size: 30rpx;
  118. color: #303133;
  119. }
  120. .row .noRefund {
  121. font-size: 30rpx;
  122. color: #909399;
  123. }
  124. .row .tit {
  125. flex-shrink: 0;
  126. width: 120rpx;
  127. font-size: 30rpx;
  128. color: #303133;
  129. }
  130. .row .input {
  131. text-align: right;
  132. flex: 1;
  133. font-size: 30rpx;
  134. color: #303133;
  135. }
  136. .row .input.payColor {
  137. color: #dd524d;
  138. }
  139. .row .iconlocation {
  140. font-size: 36rpx;
  141. color: #909399;
  142. }
  143. .add-btn {
  144. display: flex;
  145. align-items: center;
  146. justify-content: center;
  147. width: 690rpx;
  148. height: 80rpx;
  149. margin: 60rpx auto;
  150. font-size: 32rpx;
  151. color: #fff;
  152. background-color: #ee2f72;
  153. border-radius: 10rpx;
  154. }
  155. /* 多条商品 */
  156. .order-item {
  157. display: flex;
  158. flex-direction: column;
  159. padding-left: 30rpx;
  160. background: #fff;
  161. margin-top: 20rpx;
  162. /* 单条商品 */
  163. }
  164. .order-item .goods-box-single {
  165. display: flex;
  166. padding: 20rpx 0;
  167. }
  168. .order-item .goods-box-single .goods-img {
  169. display: block;
  170. width: 120rpx;
  171. height: 120rpx;
  172. }
  173. .order-item .goods-box-single .right {
  174. flex: 1;
  175. display: flex;
  176. flex-direction: column;
  177. padding: 0 30rpx 0 24rpx;
  178. overflow: hidden;
  179. height: 100%;
  180. }
  181. .order-item .goods-box-single .right .title {
  182. align-self: flex-start;
  183. font-size: 30rpx;
  184. color: #303133;
  185. }
  186. .order-item .goods-box-single .right .title-right {
  187. flex-shrink: 0;
  188. text-align: right;
  189. align-self: flex-start;
  190. }
  191. .order-item .goods-box-single .right .attr-box {
  192. font-size: 26rpx;
  193. color: #909399;
  194. }
  195. .order-item .goods-box-single .right .evaluate {
  196. color: #ffffff;
  197. font-size: 24rpx;
  198. display: inline-block;
  199. text-align: right;
  200. }
  201. .order-item .goods-box-single .right .evaluate text {
  202. background: #fa2740;
  203. padding: 5rpx 15rpx;
  204. }
  205. .order-item .goods-box-single .right .yesevaluate {
  206. color: #333333;
  207. font-size: 24rpx;
  208. display: inline-block;
  209. text-align: right;
  210. }
  211. .order-item .goods-box-single .right .yesevaluate text {
  212. border: 2rpx solid #333333;
  213. padding: 5rpx 15rpx;
  214. }
  215. .order-item .goods-box-single .right .price {
  216. font-size: 30rpx;
  217. color: #303133;
  218. }
  219. .order-item .goods-box-single .right .price:before {
  220. content: '¥';
  221. font-size: 24rpx;
  222. margin: 0 2rpx 0 8rpx;
  223. }
  224. .f-header {
  225. display: flex;
  226. align-items: center;
  227. height: 80rpx;
  228. }
  229. .btHeight {
  230. height: 100rpx;
  231. }
  232. .group-nav {
  233. position: fixed;
  234. bottom: 120rpx;
  235. left: 0;
  236. height: 100rpx;
  237. width: 100%;
  238. justify-content: flex-end;
  239. padding-right: 30rpx;
  240. }
  241. .group-nav .bottom {
  242. margin-left: 20rpx;
  243. }
  244. .qrsh {
  245. width: 626rpx;
  246. height: 84rpx;
  247. background: #901b21;
  248. border-radius: 42rpx;
  249. text-align: center;
  250. font-size: 32rpx;
  251. font-weight: bold;
  252. color: #ffffff;
  253. line-height: 84rpx;
  254. position: fixed;
  255. bottom: 20rpx;
  256. left: 62rpx;
  257. }
  258. .zt-qrsh {
  259. width: 750rpx;
  260. display: flex;
  261. justify-content: space-around;
  262. text-align: center;
  263. line-height: 90rpx;
  264. font-size: 36rpx;
  265. font-weight: 500;
  266. color: #901B21;
  267. padding: 19rpx 0 20rpx 0;
  268. background-color: #fff;
  269. position: fixed;
  270. bottom: 0;
  271. }
  272. .zt-qrsh .hxm {
  273. width: 339rpx;
  274. height: 90rpx;
  275. border: 1px solid #901b21;
  276. border-radius: 45rpx;
  277. }
  278. .zt-qrsh .zt-qr {
  279. width: 339rpx;
  280. height: 90rpx;
  281. background-color: #901B21;
  282. color: #fff;
  283. border-radius: 45rpx;
  284. }
  285. .stores-wrapper {
  286. padding-top: 20rpx;
  287. height: 100%;
  288. }
  289. .stores-wrapper .store {
  290. height: 231rpx;
  291. background: #ffffff;
  292. box-shadow: 0px 0px 20rpx 0rpx rgba(50, 50, 52, 0.06);
  293. border-radius: 10rpx;
  294. margin: 0 auto 15rpx;
  295. position: relative;
  296. padding: 25rpx 0 0 20rpx;
  297. }
  298. .stores-wrapper .store .store-logo {
  299. height: 65rpx;
  300. font-size: 32rpx;
  301. font-weight: bold;
  302. color: #333333;
  303. line-height: 65rpx;
  304. margin-bottom: 20rpx;
  305. position: relative;
  306. }
  307. .stores-wrapper .store .store-logo image {
  308. width: 65rpx;
  309. height: 65rpx;
  310. border-radius: 50%;
  311. }
  312. .stores-wrapper .store .store-logo .store-name {
  313. max-width: 500rpx;
  314. display: inline-block;
  315. padding-left: 12rpx;
  316. position: absolute;
  317. top: 0;
  318. }
  319. .stores-wrapper .store .store-base {
  320. height: 37rpx;
  321. line-height: 37rpx;
  322. font-size: 24rpx;
  323. font-weight: bold;
  324. color: #333333;
  325. }
  326. .stores-wrapper .store .store-base text {
  327. font-weight: normal;
  328. }
  329. .stores-wrapper .store .store-lv {
  330. display: inline-block;
  331. padding: 0 10rpx;
  332. height: 40rpx;
  333. background: linear-gradient(-90deg, #dcb876 0%, #eecd92 100%);
  334. border-radius: 5rpx;
  335. text-align: center;
  336. line-height: 40rpx;
  337. color: #fff;
  338. font-size: 23rpx;
  339. position: absolute;
  340. right: 20rpx;
  341. top: 38rpx;
  342. }
  343. .stores-wrapper .store .store-can {
  344. width: 113rpx;
  345. height: 44rpx;
  346. border: 2px solid #901b21;
  347. border-radius: 5rpx;
  348. font-size: 23rpx;
  349. text-align: center;
  350. line-height: 44rpx;
  351. font-weight: 500;
  352. color: #901b21;
  353. position: absolute;
  354. right: 20rpx;
  355. bottom: 25rpx;
  356. }