cmy.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. /*初始化类*/
  2. @font-face {
  3. font-family: 'iconfont';
  4. /* project id 1482221 */
  5. src: url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.eot');
  6. src: url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.eot?#iefix') format('embedded-opentype'),
  7. url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.woff2') format('woff2'),
  8. url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.woff') format('woff'),
  9. url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.ttf') format('truetype'),
  10. url('https://at.alicdn.com/t/font_1482221_x9emymthrxs.svg#iconfont') format('svg');
  11. }
  12. .cart-color {
  13. color: #ff3700!important;
  14. border: 1px solid #ff3700!important
  15. }
  16. .mask {
  17. position: fixed;
  18. top: 0;
  19. left: 0;
  20. right: 0;
  21. bottom: 0;
  22. background-color: #000;
  23. opacity: .5;
  24. z-index: 5
  25. }
  26. .iconfont {
  27. font-family: "iconfont" !important;
  28. font-size: 34rpx;
  29. font-style: normal;
  30. -webkit-font-smoothing: antialiased;
  31. -webkit-text-stroke-width: 0rpx;
  32. -moz-osx-font-smoothing: grayscale;
  33. }
  34. .goodWrapper .item {
  35. margin-left: 30rpx;
  36. padding-right: 30rpx;
  37. border-bottom: 2rpx solid #f0f0f0;
  38. height: 180rpx
  39. }
  40. .goodWrapper .item .pictrue {
  41. width: 130rpx;
  42. height: 130rpx
  43. }
  44. .goodWrapper .item .pictrue image {
  45. width: 100%;
  46. height: 100%;
  47. border-radius: 6rpx
  48. }
  49. .goodWrapper .item .text {
  50. width: 537rpx;
  51. position: relative
  52. }
  53. .goodWrapper .item .text .name {
  54. font-size: 28rpx;
  55. color: #282828;
  56. width: 453rpx
  57. }
  58. .goodWrapper .item .text .num {
  59. font-size: 26rpx;
  60. color: #868686
  61. }
  62. .goodWrapper .item .text .attr {
  63. font-size: 20rpx;
  64. color: #868686;
  65. margin-top: 7rpx
  66. }
  67. .goodWrapper .item .text .money {
  68. font-size: 26rpx;
  69. margin-top: 17rpx
  70. }
  71. .goodWrapper .item .text .evaluate {
  72. position: absolute;
  73. width: 114rpx;
  74. height: 46rpx;
  75. border: 1rpx solid #bbb;
  76. border-radius: 4rpx;
  77. text-align: center;
  78. line-height: 46rpx;
  79. right: 0;
  80. bottom: -5rpx
  81. }
  82. .goodWrapper .item .text .evaluate.userEvaluated {
  83. font-size: 26rpx;
  84. color: #aaa;
  85. background-color: #f7f7f7;
  86. border-color: #f7f7f7
  87. }
  88. .acea-row {
  89. display: -webkit-box;
  90. display: -moz-box;
  91. display: -webkit-flex;
  92. display: -ms-flexbox;
  93. display: flex;
  94. -webkit-box-lines: multiple;
  95. -moz-box-lines: multiple;
  96. -o-box-lines: multiple;
  97. -webkit-flex-wrap: wrap;
  98. -ms-flex-wrap: wrap;
  99. flex-wrap: wrap
  100. }
  101. .acea-row.row-middle {
  102. -webkit-box-align: center;
  103. -moz-box-align: center;
  104. -o-box-align: center;
  105. -ms-flex-align: center;
  106. -webkit-align-items: center;
  107. align-items: center
  108. }
  109. .bg-color-red {
  110. background-color: #e93323 !important;
  111. }
  112. .acea-row.row-right {
  113. -webkit-box-pack: end;
  114. -moz-box-pack: end;
  115. -o-box-pack: end;
  116. -ms-flex-pack: end;
  117. -webkit-justify-content: flex-end;
  118. justify-content: flex-end
  119. }
  120. .acea-row.row-between-wrapper {
  121. -webkit-box-align: center;
  122. -moz-box-align: center;
  123. -o-box-align: center;
  124. -ms-flex-align: center;
  125. -webkit-align-items: center;
  126. align-items: center;
  127. -webkit-box-pack: justify;
  128. -moz-box-pack: justify;
  129. -o-box-pack: justify;
  130. -ms-flex-pack: justify;
  131. -webkit-justify-content: space-between;
  132. justify-content: space-between
  133. }
  134. .acea-row.row-column-around {
  135. -webkit-flex-direction: column;
  136. -ms-flex-direction: column;
  137. flex-direction: column;
  138. justify-content: space-around;
  139. -webkit-justify-content: space-around
  140. }
  141. .acea-row.row-center-wrapper {
  142. -webkit-box-align: center;
  143. -moz-box-align: center;
  144. -o-box-align: center;
  145. -ms-flex-align: center;
  146. -webkit-align-items: center;
  147. align-items: center;
  148. -webkit-box-pack: center;
  149. -moz-box-pack: center;
  150. -o-box-pack: center;
  151. -ms-flex-pack: center;
  152. -webkit-justify-content: center;
  153. justify-content: center
  154. }
  155. .bg-color {
  156. background-color: #e93323 !important
  157. }
  158. .font-color,
  159. .font-color-red {
  160. color: #fc4141 !important
  161. }
  162. .line1 {
  163. overflow: hidden;
  164. text-overflow: ellipsis;
  165. white-space: nowrap
  166. }
  167. .line2 {
  168. word-break: break-all;
  169. display: -webkit-box;
  170. -webkit-line-clamp: 2;
  171. -webkit-box-orient: vertical;
  172. overflow: hidden
  173. }
  174. .iconedit:before {
  175. content: "\e649";
  176. }
  177. .iconfavorfill:before {
  178. content: "\e64b";
  179. }
  180. .iconfavor:before {
  181. content: "\e64c";
  182. }
  183. .iconlocation:before {
  184. content: "\e651";
  185. }
  186. .iconroundcheckfill:before {
  187. content: "\e656";
  188. }
  189. .iconroundcheck:before {
  190. content: "\e657";
  191. }
  192. .iconunfold:before {
  193. content: "\e661";
  194. }
  195. .iconlikefill:before {
  196. content: "\e668";
  197. }
  198. .icon-aixin:before {
  199. content: "\e60e";
  200. }
  201. .iconlike:before {
  202. content: "\e669";
  203. }
  204. .iconshop:before {
  205. content: "\e676";
  206. }
  207. .iconcart:before {
  208. content: "\e6af";
  209. }
  210. .icondelete:before {
  211. content: "\e6b4";
  212. }
  213. .iconhome:before {
  214. content: "\e6b8";
  215. }
  216. .iconcartfill:before {
  217. content: "\e6b9";
  218. }
  219. .iconhomefill:before {
  220. content: "\e6bb";
  221. }
  222. .iconlock:before {
  223. content: "\e6c0";
  224. }
  225. .iconfriendadd:before {
  226. content: "\e6ca";
  227. }
  228. .iconfold:before {
  229. content: "\e6de";
  230. }
  231. .iconapps:before {
  232. content: "\e729";
  233. }
  234. .iconadd:before {
  235. content: "\e767";
  236. }
  237. .iconmove:before {
  238. content: "\e768";
  239. }
  240. .icontriangledownfill:before {
  241. content: "\e79b";
  242. }
  243. .icontriangleupfill:before {
  244. content: "\e79c";
  245. }
  246. .iconshaixuan:before {
  247. content: "\e74a";
  248. }
  249. .iconyanzhengma:before {
  250. content: "\e684";
  251. }
  252. .iconjifen:before {
  253. content: "\e60f";
  254. }
  255. .iconwuliuxinxi:before {
  256. content: "\e62b";
  257. }
  258. .iconmessage:before {
  259. content: "\e78a";
  260. }
  261. .iconsetting:before {
  262. content: "\e78e";
  263. }
  264. .iconaddition:before {
  265. content: "\e6e0";
  266. }
  267. .iconclose:before {
  268. content: "\e6e9";
  269. }
  270. .iconenter:after {
  271. content: "\e6f8";
  272. }
  273. .iconprompt:before {
  274. content: "\e71b";
  275. }
  276. .iconreturn:before {
  277. content: "\e720";
  278. }
  279. .iconsearch:before {
  280. content: "\e741";
  281. }
  282. .iconpengyouquan:before {
  283. content: "\e62c";
  284. }
  285. .iconweixin:before {
  286. content: "\e60e";
  287. }
  288. .iconzhifubao:before {
  289. content: "\e673";
  290. }
  291. .iconyue:before {
  292. content: "\e618";
  293. }
  294. .iconweixin1:before {
  295. content: "\e622";
  296. }
  297. .iconlock1:before {
  298. content: "\e64d";
  299. }
  300. .iconuser:before {
  301. content: "\e64e";
  302. }
  303. .iconchenggongtixianshouyi:before {
  304. content: "\e64f";
  305. }
  306. .iconviptuiguangdingdan:before {
  307. content: "\e650";
  308. }
  309. .icondaifukuan:before {
  310. content: "\e652";
  311. }
  312. .icondaijiesuanshouyi:before {
  313. content: "\e653";
  314. }
  315. .icondaidakuanshouyi:before {
  316. content: "\e654";
  317. }
  318. .icondaifahuo:before {
  319. content: "\e655";
  320. }
  321. .icondaishouhuoshouyi:before {
  322. content: "\e658";
  323. }
  324. .icondaishouhuo:before {
  325. content: "\e659";
  326. }
  327. .iconwuxiaoshouyi:before {
  328. content: "\e65a";
  329. }
  330. .icontixianmingxi:before {
  331. content: "\e65b";
  332. }
  333. .iconshouyi:before {
  334. content: "\e65c";
  335. }
  336. .iconkouchutixianshouxufei:before {
  337. content: "\e65d";
  338. }
  339. .iconyishenqingshouyi:before {
  340. content: "\e65e";
  341. }
  342. .icontuihuanhuo:before {
  343. content: "\e65f";
  344. }
  345. /*水平线*/
  346. .hr {
  347. width: 100%;
  348. position: relative;
  349. border-bottom: 1px solid #dddddd;
  350. /* height: 0.5rpx; */
  351. }
  352. /* 一行显示 */
  353. .clamp {
  354. overflow: hidden;
  355. text-overflow: ellipsis;
  356. white-space: nowrap;
  357. display: block;
  358. }
  359. .common-hover {
  360. background: #f5f5f5;
  361. }
  362. /* 角标 */
  363. .corner {
  364. background-color: #e51c23;
  365. position: absolute;
  366. right: -18rpx;
  367. top: -18rpx;
  368. color: #FFFFFF;
  369. text-align: center;
  370. border-radius: 999px;
  371. font-size: 24rpx !important;
  372. min-width: 35rpx;
  373. min-height: 35rpx;
  374. display: flex;
  375. align-items: center;
  376. justify-content: center;
  377. line-height: 1;
  378. }
  379. /*文字对齐*/
  380. .text-left {
  381. text-align: left !important;
  382. }
  383. .text-center {
  384. text-align: center !important;
  385. }
  386. .text-justify {
  387. text-align: justify !important;
  388. }
  389. .text-right {
  390. text-align: right !important;
  391. }
  392. .text-default {
  393. color: #212121 !important;
  394. }
  395. .text-white {
  396. color: #ffffff !important;
  397. }
  398. .text-primary {
  399. color: #00bcd4 !important;
  400. }
  401. .text-success {
  402. color: #009688 !important;
  403. }
  404. .text-info {
  405. color: #03a9f4 !important;
  406. }
  407. .text-warning {
  408. color: #ffc107 !important;
  409. }
  410. .text-danger {
  411. color: #e51c23 !important;
  412. }
  413. .text-pink {
  414. color: #e91e63 !important;
  415. }
  416. .text-purple {
  417. color: #673ab7 !important;
  418. }
  419. .text-indigo {
  420. color: #3f51b5 !important;
  421. }
  422. .text-gray {
  423. color: #999999 !important;
  424. }
  425. .bg-default {
  426. background-color: #f5f5f5 !important;
  427. }
  428. .bg-primary {
  429. background-color: #00bcd4 !important;
  430. }
  431. .bg-success {
  432. background-color: #009688 !important;
  433. }
  434. .bg-info {
  435. background-color: #03a9f4 !important;
  436. }
  437. .bg-warning {
  438. background-color: #f1c40f !important;
  439. }
  440. .bg-danger {
  441. background-color: #e51c23 !important;
  442. }
  443. .bg-pink {
  444. background-color: #e91e63 !important;
  445. }
  446. .bg-purple {
  447. background-color: #673ab7 !important;
  448. }
  449. .bg-indigo {
  450. background-color: #3f51b5 !important;
  451. }
  452. .bg-white {
  453. background-color: white !important;
  454. }
  455. .bg-gray {
  456. background-color: #e3e3e3 !important;
  457. }
  458. /* 边框 */
  459. .border-radius-15 {
  460. border-radius: 15rpx;
  461. }
  462. .border-radius-10 {
  463. border-radius: 10rpx;
  464. }
  465. .border-radius-all {
  466. border-radius: 1000rpx;
  467. }
  468. /* 底部边线 */
  469. .borde-b {
  470. border-bottom: 1px solid #EEEEEE;
  471. }
  472. /* 弹性盒子 */
  473. .flex {
  474. display: flex;
  475. align-items: center;
  476. justify-content: space-between;
  477. }
  478. .flex_item {
  479. display: flex;
  480. align-items: center;
  481. /* justify-content: space-between; */
  482. }
  483. .items-left {
  484. justify-content: flex-start;
  485. }
  486. .items-right {
  487. justify-content: flex-end;
  488. }
  489. .flex-shrink-false {
  490. flex-shrink: 0;
  491. }
  492. .flex-grow-true {
  493. flex-grow: 1;
  494. }
  495. .position-relative {
  496. position: relative;
  497. }