app.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  1. /* common.wxss */
  2. @import "/utils/common.wxss";
  3. page {
  4. background: #f7f7f7;
  5. }
  6. .common-header-xian {
  7. border-top: 1rpx solid #eee;
  8. position: fixed;
  9. top: 0;
  10. width: 100%;
  11. z-index: 100;
  12. }
  13. .del {
  14. text-decoration: line-through;
  15. padding-left: 10rpx;
  16. color: #999;
  17. }
  18. /* 没有更多 */
  19. .no-more {
  20. text-align: center;
  21. color: #737373;
  22. padding: 20rpx 0;
  23. }
  24. .yoshop-notcont {
  25. padding: 130rpx 100rpx;
  26. box-sizing: border-box;
  27. }
  28. .yoshop-notcont .cont {
  29. display: block;
  30. text-align: center;
  31. font-size: 30rpx;
  32. color: #999;
  33. margin-top: 10rpx;
  34. }
  35. .yoshop-notcont .iconfont {
  36. font-size: 150rpx;
  37. color: #ccc;
  38. text-align: center;
  39. display: block;
  40. margin-bottom: 12rpx;
  41. }
  42. .yoshop-notcont .img {
  43. width: 200px;
  44. height: 120px;
  45. margin: 0 auto;
  46. }
  47. .yoshop-notcont .img image {
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .yoshop-notcont .jump {
  52. display: block;
  53. margin: auto;
  54. margin-top: 20rpx;
  55. width: 180rpx;
  56. line-height: 60rpx;
  57. color: #fff;
  58. background: #ff5c5c;
  59. border-radius: 10rpx;
  60. text-align: center;
  61. font-size: 30rpx;
  62. }
  63. /*
  64. .selectNumber {
  65. height: 52rpx;
  66. flex-direction: row;
  67. border: 1px solid rgb(231, 231, 231);
  68. border-radius: 5rpx;
  69. display: inline-block;
  70. }
  71. .selectNumber .default {
  72. width: 60rpx;
  73. height: 52rpx;
  74. float: left;
  75. line-height: 48rpx;
  76. padding: 0;
  77. background: #fff;
  78. color: #444;
  79. font-size: 40rpx;
  80. border-radius: unset;
  81. }
  82. .selectNumber .default-active {
  83. background: #fbfbfb;
  84. color: #ddd;
  85. }
  86. .selectNumber button:after {
  87. content: none;
  88. border: none;
  89. }
  90. .selectNumber input {
  91. float: left;
  92. width: 40px;
  93. height: 26px;
  94. line-height: 26px;
  95. border-right: 1rpx solid #eee;
  96. border-left: 1rpx solid #eee;
  97. text-align: center;
  98. font-size: 28rpx;
  99. color: #444;
  100. }
  101. */
  102. /* 返回顶部 */
  103. .widget-goTop {
  104. position: fixed;
  105. bottom: 150rpx;
  106. z-index: 10;
  107. right: 24rpx;
  108. background: rgba(255, 255, 255, 0.9);
  109. width: 76rpx;
  110. height: 76rpx;
  111. border-radius: 76rpx;
  112. border: 1rpx solid #eee;
  113. }
  114. .widget-goTop .icon-fanhuidingbu {
  115. color: #666;
  116. display: block;
  117. text-align: center;
  118. line-height: 76rpx;
  119. font-size: 32rpx;
  120. }
  121. @-webkit-keyframes rotate {
  122. 0% {
  123. transform: rotate(0deg) scale(1);
  124. }
  125. 100% {
  126. transform: rotate(360deg) scale(1);
  127. }
  128. }
  129. @keyframes rotate {
  130. 0% {
  131. transform: rotate(0deg) scale(1);
  132. }
  133. 100% {
  134. transform: rotate(360deg) scale(1);
  135. }
  136. }
  137. /* 底线 */
  138. .title-footer {
  139. position: relative;
  140. z-index: 1;
  141. height: 80rpx;
  142. line-height: 80rpx;
  143. overflow: hidden;
  144. color: #888;
  145. text-align: center;
  146. margin: 0 18rpx 0;
  147. }
  148. .title-footer .cont {
  149. background: #f7f7f7;
  150. padding: 0 12rpx;
  151. font-size: 28rpx;
  152. z-index: 10;
  153. }
  154. .title-footer .hr {
  155. background: #eee;
  156. height: 1rpx;
  157. border: 0;
  158. position: absolute;
  159. left: 10%;
  160. right: 10%;
  161. top: 50%;
  162. margin-top: 1px;
  163. z-index: -1;
  164. }
  165. .slide-image {
  166. width: 100%;
  167. height: 100%;
  168. margin: 0 auto;
  169. display: block;
  170. }
  171. .goods-comment-box .user {
  172. margin-right: 15rpx;
  173. }
  174. .goods-comment-box .user_name {
  175. color: #999;
  176. }
  177. .goods-comment-cont {
  178. font-size: 30rpx;
  179. color: #333;
  180. margin: 10rpx 0;
  181. }
  182. /* 底部操作栏 */
  183. .footer-fixed {
  184. position: fixed;
  185. bottom: 0px;
  186. left: 0px;
  187. right: 0px;
  188. display: flex;
  189. height: 92rpx;
  190. z-index: 11;
  191. box-shadow: 0 -2px 20px 0 rgba(144, 52, 52, 0.1);
  192. background: #fff;
  193. }
  194. /* 底部操作按钮 */
  195. .footer-fixed .opt-btn {
  196. display: flex;
  197. text-align: center;
  198. font-size: 30rpx;
  199. width: 100%;
  200. height: 100%;
  201. justify-content: center;
  202. align-items: center;
  203. }
  204. .footer-fixed .opt-btn.btn-main {
  205. background-image: linear-gradient(90deg, #ff387f, #ff2e34);
  206. color: #fff;
  207. }
  208. .footer-fixed .opt-btn.btn-gray {
  209. background-color: #ccc;
  210. color: #fff;
  211. }
  212. /* 废弃 */
  213. .order-bt {
  214. width: 50%;
  215. /* background: linear-gradient(to right, #fa1e8c 0, #fc1e56 100%); */
  216. background-image: linear-gradient(90deg, #ff387f, #ff2e34);
  217. color: #fff;
  218. text-align: center;
  219. line-height: 92rpx;
  220. font-size: 30rpx;
  221. }
  222. .goods-detail-box {
  223. padding: 0;
  224. min-height: 150px;
  225. }
  226. .com_xing .icon-shoucang {
  227. padding-right: 6rpx;
  228. color: #ccc;
  229. font-size: 26rpx;
  230. }
  231. .com_xing .icon-shoucang.active {
  232. color: #f4a213;
  233. }
  234. .goods-comment-box .left {
  235. flex: 3;
  236. position: relative;
  237. }
  238. .goods-comment-box .right {
  239. flex: 3;
  240. }
  241. .v-hide {
  242. display: none !important;
  243. }
  244. .v-show {
  245. display: block !important;
  246. }
  247. .flow-checkout-header {
  248. padding: 28rpx 0;
  249. background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANYAAAANCAYAAADVGpDCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3Yjk4M2ExYy1jMDhkLTQ1OTktYTI0Ny1kZjNjYzdiYTQ5ZTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDQwNkY3RkU5N0NGMTFFNUI3N0M4NTU4MzM2RjlFODIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDQwNkY3RkQ5N0NGMTFFNUI3N0M4NTU4MzM2RjlFODIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNzgwZWI1NS03OGFhLTQzOTUtODQ4OC1lOWI5YmVlYTY1ZDciIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1OTRiYzUyMy1jMzc3LTExNzgtYTdkZS04NGY3YmM1ZGIxMDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz556PLxAAACBElEQVR42tyaSyhEYRTHP48imlKibDQeSSlkSlEWLCRFsZNH5FE2FqQ8ErIRC9lIkTwXSpMkWWChhEJCSnlkoUZGSsr78f98n43CMFPu/Z/6NZuZ2zn33/+cb869XkmLx8IDEQaGQJbgiytQDSY3MyL+LYnL/HxPXSoHDIJQQq2WQQk4Dbbb/yUB29LJ+6e3B66VB3ZITbUIEqSpCGoJBP1ghtBUD6ARpEtTGSEhXzd+awE9oJzQUPegWdf3QlBPMhgDMYRa7YNisGWkpP5qrBQtVBShUHugUE9hs4fUtwG0utlEjRivoA/Ug1sj3vjffr8FNJEK1auPFHcE9UTq5pdK2PwcoAzMG7mjuRrRYEIfK9jiDJSCBZJ6ynSTsBBqNQ0qgdPISbq6vJCFbJOaagrEk5gqWNczRGiqG1Ah1LLMafRkf5pYIUKtZnMJDXUNasAIST2ZYFioRx9ssQaKwJFZEv5uYmWDXVJTrYBEElP562PfPKGpnkAbSDOTqb6aWAGgW6iHol5kQj2CdtAJngnqkc1hHMQRNr9DPaXWzZj8Z2PZtFCxhEIdaKE2CGqRJ4060AH8CLUaALX6f5VpBZLhI9SaeZXQVHKNLt84SCIxVbhQi5YuQlNd6OVElZlN9TGxrGBUn2PZ4lyoTdIsST0FQj0UDSLUak6ot3gcBLVY3wQYAJoVXxmNERajAAAAAElFTkSuQmCC') bottom left repeat-x;
  250. background-size: 120rpx auto;
  251. position: relative;
  252. }
  253. .flow-header-left {
  254. /* flex: 14; */
  255. }
  256. .flow-header-right {
  257. flex: 1;
  258. }
  259. .flow-header-right image {
  260. width: 34rpx;
  261. height: 34rpx;
  262. margin-top: 20rpx;
  263. float: right;
  264. }
  265. .flow-checkout-header .flow-checkout-address {
  266. color: #777;
  267. margin-top: 6rpx;
  268. }
  269. .flow-shopList {
  270. padding: 18rpx 0;
  271. }
  272. .flow-shopList .flow-list-left {
  273. margin-right: 20rpx;
  274. }
  275. .flow-shopList .flow-list-left image {
  276. width: 200rpx;
  277. height: 200rpx;
  278. border: 1rpx solid #eee;
  279. background: #fff;
  280. }
  281. .flow-shopList .flow-list-right .flow-cont {
  282. font-size: 28rpx;
  283. color: #ff495e;
  284. }
  285. .flow-shopList .flow-list-right .small {
  286. font-size: 26rpx;
  287. color: #777;
  288. }
  289. .flow-shopList .flow-list-right .flow-list-cont {
  290. padding-top: 10rpx;
  291. }
  292. .flow-fixed-footer {
  293. position: fixed;
  294. bottom: 0;
  295. width: 100%;
  296. background: #fff;
  297. border-top: 1px solid #eee;
  298. z-index: 11;
  299. }
  300. /* 共几件商品 */
  301. .flow-num-box {
  302. font-size: 28rpx;
  303. color: #777;
  304. padding: 16rpx 24rpx;
  305. text-align: right;
  306. }
  307. .flow-all-money {
  308. padding: 0 24rpx;
  309. color: #444;
  310. }
  311. .flow-all-money .flow-all-list {
  312. font-size: 28rpx;
  313. padding: 20rpx 0;
  314. border-bottom: 1rpx solid rgb(248, 248, 248);
  315. }
  316. .flow-all-money .flow-all-list:last-child {
  317. border-bottom: none;
  318. }
  319. .flow-all-money .flow-all-list-cont {
  320. font-size: 28rpx;
  321. padding: 10rpx 0;
  322. }
  323. .flow-all-money .flow-arrow {
  324. justify-content: flex-end;
  325. align-items: center;
  326. }
  327. .flow-fixed-footer .chackout-left {
  328. font-size: 30rpx;
  329. line-height: 92rpx;
  330. color: #777;
  331. flex: 4;
  332. padding-left: 12px;
  333. }
  334. .flow-fixed-footer .chackout-right {
  335. font-size: 34rpx;
  336. flex: 2;
  337. }
  338. .flow-btn {
  339. background: linear-gradient(to right, #fa1e8c 0, #fc1e56 100%);
  340. color: #fff;
  341. text-align: center;
  342. line-height: 92rpx;
  343. display: block;
  344. font-size: 30rpx;
  345. }
  346. .flow-list .header .shop_name {
  347. padding-left: 10rpx;
  348. font-size: 30rpx;
  349. color: #333;
  350. }
  351. .flow-list .header image {
  352. width: 34rpx;
  353. height: 37rpx;
  354. position: absolute;
  355. top: 50%;
  356. margin-top: -18rpx;
  357. left: 15px;
  358. }
  359. .flow-list .header {
  360. background: #fdf9f9;
  361. padding: 24rpx 0;
  362. border-top: 1rpx solid #eee;
  363. border-bottom: 1rpx solid #eee;
  364. font-size: 30rpx;
  365. position: relative;
  366. }
  367. .flow-list custom-li, .addres-list custom-li {
  368. margin-top: 25rpx;
  369. display: block;
  370. }
  371. .flow-list custom-li:first-child, .addres-list custom-li:first-child {
  372. margin-top: 0;
  373. }
  374. .flow-distribution-right .icon-xiangyoujiantou {
  375. font-size: 26rpx;
  376. position: absolute;
  377. right: 15px;
  378. top: 50%;
  379. margin-top: -16rpx;
  380. color: #999;
  381. }
  382. .flow-checkout-address text {
  383. padding-right: 5rpx;
  384. }
  385. .flow-header-right .icon-xiangyoujiantou {
  386. position: absolute;
  387. right: 15px;
  388. top: 50%;
  389. margin-top: -13rpx;
  390. font-size: 32rpx;
  391. color: #999;
  392. }
  393. .flow-shopList .flow-list-left image {
  394. width: 180rpx;
  395. height: 180rpx;
  396. }
  397. .profile-btn button {
  398. background: linear-gradient(to right, #fa1e8c 0, #fc1e56 100%);
  399. color: white;
  400. margin-bottom: 20rpx;
  401. }
  402. .flow-checkout-header .icon-dingwei {
  403. position: absolute;
  404. top: 50%;
  405. left: 15px;
  406. font-size: 40rpx;
  407. color: #777;
  408. margin-top: -20rpx;
  409. }
  410. .index-cont-search {
  411. width: 100%;
  412. font-size: 28rpx;
  413. position: relative;
  414. background: #f7f7f7;
  415. }
  416. .index-cont-search icon {
  417. position: absolute;
  418. left: 50%;
  419. margin-left: -70rpx;
  420. top: 50%;
  421. margin-top: -15rpx;
  422. }
  423. .index-cont-search text {
  424. margin-left: 72rpx;
  425. }
  426. @-webkit-keyframes shop {
  427. 0% {
  428. transform: translateY(-80px);
  429. }
  430. 50% {
  431. transform: translateY(0px);
  432. }
  433. 100% {
  434. transform: translateY(-80px);
  435. }
  436. }
  437. @keyframes shop {
  438. 0% {
  439. transform: translateY(-80px);
  440. }
  441. 50% {
  442. transform: translateY(0px);
  443. }
  444. 100% {
  445. transform: translateY(-80px);
  446. }
  447. }
  448. .user-orderJtou {
  449. color: #777;
  450. font-size: 26rpx;
  451. }
  452. .address-box .left-name {
  453. width: 95px;
  454. }
  455. .address-box .right-cont {
  456. font-size: 30rpx;
  457. color: #444;
  458. }
  459. .address-box .right-cont input {
  460. width: 100%;
  461. font-size: 30rpx;
  462. color: #444;
  463. }
  464. .address-cont-box picker {
  465. display: inline-block;
  466. margin-right: 15px;
  467. width: 100%;
  468. }
  469. .button {
  470. border: 1px solid #1aad19;
  471. border-radius: 2px;
  472. }
  473. .picker {
  474. padding: 13px;
  475. background-color: #fff;
  476. }
  477. .profile-list {
  478. padding: 24rpx 0;
  479. border-bottom: 1px solid #f6f6f9;
  480. }
  481. .profile-list .admin {
  482. font-size: 30rpx;
  483. color: #333;
  484. }
  485. .profile-btn button {
  486. font-size: 34rpx;
  487. }
  488. .profile-btn button[disabled] {
  489. background: #f16474;
  490. color: white;
  491. }
  492. .btn-green button {
  493. background: #1aad19;
  494. color: white;
  495. }
  496. .btn-green button[disabled] {
  497. background: #9de49c;
  498. color: white;
  499. }
  500. .search-box .left {
  501. width: 28px;
  502. }
  503. .search-box .left icon {
  504. padding: 18rpx;
  505. }
  506. .search-box .right {
  507. flex: 1;
  508. }
  509. .xEmojiView {
  510. margin: 15rpx 0;
  511. }