cmy.css 7.9 KB

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