a.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. @charset "utf-8";
  2. //font
  3. $table:98px*0.5;
  4. $a :0.5;
  5. $z1 :10;
  6. $z2 :50;
  7. $z3 :100;
  8. body {
  9. padding-bottom : $table;
  10. font-size : 1.5rem;
  11. height : 100%;
  12. position : relative;
  13. max-width : 500px;
  14. margin : auto;
  15. .table {
  16. position : absolute;
  17. bottom : 0;
  18. left : 0;
  19. width : 100%;
  20. height : $table;
  21. margin : 0;
  22. background-color: #fff;
  23. padding : 5px 0;
  24. z-index : 10000;
  25. max-width : 500px;
  26. ul {
  27. width : 100%;
  28. height: 100%;
  29. a:nth-child(1) li {
  30. background-image: url(../static/img/ztb.png);
  31. }
  32. a:nth-child(2) li {
  33. background-image: url(../static/img/gc.png);
  34. }
  35. a:nth-child(3) li {
  36. background-image: url(../static/img/xm.png);
  37. }
  38. a:nth-child(4) li {
  39. background-image: url(../static/img/me.png);
  40. }
  41. a:nth-child(1) li.selected {
  42. background-image: url(../static/img/ztb1.png);
  43. }
  44. a:nth-child(2) li.selected {
  45. background-image: url(../static/img/gc1.png);
  46. }
  47. a:nth-child(3) li.selected {
  48. background-image: url(../static/img/xm1.png);
  49. }
  50. a:nth-child(4) li.selected {
  51. background-image: url(../static/img/me1.png);
  52. }
  53. li {
  54. width : 24%;
  55. height : 100%;
  56. display : inline-block;
  57. text-align : center;
  58. background-size: 22px !important;
  59. background : no-repeat center top;
  60. background-position: center 2px;
  61. span {
  62. margin-top: 24px;
  63. display : inline-block;
  64. color : rgba(175, 175, 175, 1);
  65. font-size: 10px;
  66. }
  67. }
  68. li.selected {
  69. span {
  70. color: #ff5c5c;
  71. }
  72. }
  73. }
  74. }
  75. .search {
  76. width : 100%;
  77. height : 44px;
  78. padding : 6px 17px;
  79. background: #fff;
  80. text-align: center;
  81. input {
  82. width : 73%;
  83. height : $a*60px;
  84. background-color : rgba(240, 243, 245, 1);
  85. border-radius : $a*30px;
  86. border : none;
  87. background-image : url(../static/img/search.png);
  88. background-repeat : no-repeat;
  89. background-position: 15px center;
  90. background-size : 16px;
  91. padding-left : 40px;
  92. color : rgba(153, 153, 153, 1);
  93. outline : none;
  94. }
  95. span {
  96. font-size : 1.5rem;
  97. font-family: PingFang-SC-Medium;
  98. font-weight: 500;
  99. color : rgba(255, 92, 92, 1);
  100. margin-left: 13px;
  101. }
  102. }
  103. .bidlist {
  104. overflow-y : auto;
  105. padding-bottom : 75px;
  106. background-color: #f8f9fa;
  107. height : 90%;
  108. li {
  109. height : 302px*$a;
  110. margin-bottom : 18px*$a;
  111. background-color: #fff;
  112. padding : 35px*$a;
  113. h2 {
  114. height : 31px*$a;
  115. font-size : 36px*$a;
  116. font-family: PingFang-SC-Bold;
  117. font-weight: bold;
  118. color : rgba(32, 32, 32, 1);
  119. line-height: 31px*$a;
  120. }
  121. .p1 {
  122. margin : 20px*$a 0;
  123. font-size : 28px*$a;
  124. font-family: PingFang-SC-Medium;
  125. font-weight: 500;
  126. color : rgba(122, 122, 122, 1);
  127. }
  128. .time {
  129. float: right;
  130. }
  131. }
  132. }
  133. .label {
  134. background : rgba(242, 242, 250, 1);
  135. border-radius: 4px;
  136. font-size : 24px*$a;
  137. font-family : PingFang-SC-Regular;
  138. font-weight : 400;
  139. color : rgba(108, 116, 122, 1);
  140. padding : 5px;
  141. }
  142. .time {
  143. color: #afafaf;
  144. }
  145. * {
  146. margin : 0;
  147. padding: 0;
  148. }
  149. }
  150. * {
  151. text-decoration: none;
  152. list-style : none;
  153. box-sizing : border-box;
  154. }
  155. table {
  156. table-layout: fixed;
  157. word-break : break-all;
  158. }
  159. $colour :#009688 #5FB878 #393D49 #1E9FFF #F7B824 #FF5722;
  160. // //组件---支付弹窗
  161. .payment {
  162. position : fixed;
  163. width : 100%;
  164. left : 0;
  165. top : 0;
  166. height : 100%;
  167. background-color : rgba(0, 0, 0, .5);
  168. background-position-x: 20px;
  169. background-size : 50%;
  170. div {
  171. height: auto;
  172. }
  173. >div {
  174. position : absolute;
  175. bottom : 0;
  176. left : 0;
  177. background-color: #fff;
  178. padding : 20px 0;
  179. width : 100%;
  180. max-height : 360px;
  181. >p {
  182. margin-bottom: 20px;
  183. font-size : 16px;
  184. font-family : PingFang-SC-Bold;
  185. font-weight : bold;
  186. color : rgba(32, 32, 32, 1);
  187. padding : 0 15px;
  188. }
  189. .auto {
  190. overflow-x: scroll;
  191. border-top: .5px solid #f0f0f0;
  192. border-bottom: .5px solid #f0f0f0;
  193. ul {
  194. text-align: center;
  195. padding: 20px 0;
  196. overflow-x: auto;
  197. width : 390px;
  198. // border-top: .5px solid #afafaf;
  199. li {
  200. width : 107px;
  201. text-align : center;
  202. display : inline-block;
  203. margin-right: 10px;
  204. p {
  205. line-height : 58px;
  206. width : 100%;
  207. height : 64px;
  208. text-align : center;
  209. display : inline-block;
  210. background : rgba(255, 255, 255, 1);
  211. border : 2px solid #f0f0f0;
  212. border-radius: 16px;
  213. color : red;
  214. span {
  215. font-size : 18px;
  216. font-family: PingFang-SC-Bold;
  217. font-weight: bold;
  218. i {
  219. font-size : 14px;
  220. font-style: normal;
  221. }
  222. }
  223. }
  224. >span {
  225. font-size : 22px*0.5;
  226. font-family: PingFang-SC-Medium;
  227. font-weight: 500;
  228. color : rgba(175, 175, 175, 1);
  229. }
  230. }
  231. .discount {
  232. p {
  233. line-height: normal;
  234. padding-top: 8px;
  235. }
  236. .del {
  237. display : block;
  238. font-size : 26px*0.5;
  239. font-family : PingFang-SC-Medium;
  240. font-weight : 500;
  241. text-decoration: line-through;
  242. color : rgba(204, 204, 204, 1);
  243. }
  244. }
  245. }
  246. }
  247. .confirm {
  248. padding: 20px 15px 0 15px;
  249. width : 100%;
  250. button {
  251. width : 90%;
  252. height : 40px;
  253. background : rgba(255, 92, 92, 1);
  254. border-radius: 8px;
  255. border : none;
  256. margin : auto;
  257. display : block;
  258. color : #fff;
  259. font-size : 16px;
  260. font-family : PingFang-SC-Medium;
  261. font-weight : 500;
  262. }
  263. p {
  264. font-size : 29px*0.5;
  265. font-family: PingFang-SC-Medium;
  266. font-weight: 500;
  267. color : rgba(175, 175, 175, 1);
  268. text-align : center;
  269. margin-top : 10px;
  270. span {
  271. color: red;
  272. }
  273. }
  274. }
  275. }
  276. }
  277. //组件---标题
  278. .head {
  279. padding : 10px 10px;
  280. text-align: center;
  281. img {
  282. height: 20px;
  283. }
  284. img:last-child {
  285. margin-left: 10px;
  286. }
  287. span {
  288. display : inline-block;
  289. width : calc(100% - 80px);
  290. padding-left: 40px;
  291. font-size : 18px;
  292. font-family : PingFang-SC-Bold;
  293. font-weight : bold;
  294. color : rgba(32, 32, 32, 1);
  295. }
  296. }
  297. .sub {
  298. .add {
  299. padding-left: 15px;
  300. border-top : 1px solid #f0f0f0;
  301. li {
  302. padding: 35px*0.5 0;
  303. position: relative;
  304. &::after{
  305. position: absolute;
  306. content: '';
  307. display: block;
  308. width: 100%;
  309. height: 1px;
  310. left: 0;
  311. bottom: 0;
  312. right: 0;
  313. // margin-left: -1.5rem;
  314. // margin-right: -1.5rem;
  315. padding-right: 1.5rem;
  316. background-color: #f0f0f0;
  317. }
  318. .title {
  319. font-size : 16px;
  320. font-family: PingFang-SC-Medium;
  321. font-weight: 500;
  322. color : rgba(32, 32, 32, 1);
  323. }
  324. .name {
  325. font-size : 28px*0.5;
  326. font-family : PingFang-SC-Medium;
  327. font-weight : 500;
  328. color : rgba(175, 175, 175, 1);
  329. float : right;
  330. padding-right: 15px;
  331. img {
  332. width : 8px;
  333. vertical-align: sub;
  334. margin-left : 5px;
  335. }
  336. }
  337. }
  338. }
  339. button {
  340. width : 100%;
  341. height : 50px;
  342. position : absolute;
  343. bottom : 0;
  344. left : 0;
  345. border : none;
  346. background : rgba(255, 92, 92, 1);
  347. font-size : 18px;
  348. font-family: PingFang-SC-Medium;
  349. font-weight: 500;
  350. color : rgba(255, 255, 255, 1);
  351. }
  352. }