style2.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  1. /*
  2. <!--
  3. * 17素材vip建站专区模块代码
  4. * 详尽信息请看官网:http://www.17sucai.com/pins/vip
  5. *
  6. * Copyright , 温州易站网络科技有限公司版权所有
  7. *
  8. * 请尊重原创,未经允许请勿转载。
  9. * 在保留版权的前提下可应用于个人或商业用途
  10. -->
  11. */
  12. html,body {
  13. color: #333;
  14. margin: 0;
  15. height: 100%;
  16. font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  17. -webkit-font-smoothing: antialiased;
  18. -moz-osx-font-smoothing: grayscale;
  19. font-weight: normal;
  20. }
  21. * {
  22. -webkit-box-sizing: border-box;
  23. -moz-box-sizing: border-box;
  24. box-sizing: border-box;
  25. }
  26. a {
  27. text-decoration: none;
  28. color: #000;
  29. }
  30. a, label, button, input, select {
  31. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  32. }
  33. img {
  34. border: 0;
  35. }
  36. body {
  37. background: #fff;
  38. color: #666;
  39. }
  40. html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
  41. margin: 0;
  42. padding: 0;
  43. }
  44. a {
  45. text-decoration: none;
  46. color: #08acee;
  47. }
  48. button {
  49. outline: 0;
  50. }
  51. img {
  52. border: 0;
  53. }
  54. button,input,optgroup,select,textarea {
  55. margin: 0;
  56. font: inherit;
  57. color: inherit;
  58. outline: none;
  59. }
  60. li {
  61. list-style: none;
  62. }
  63. a {
  64. color: #666;
  65. }
  66. .clearfix::after {
  67. clear: both;
  68. content: ".";
  69. display: block;
  70. height: 0;
  71. visibility: hidden;
  72. }
  73. .clearfix {
  74. }
  75. .divHeight {
  76. width: 100%;
  77. height: 10px;
  78. background: #f5f5f5;
  79. position: relative;
  80. overflow: hidden;
  81. }
  82. .r-line {
  83. position: relative;
  84. }
  85. .r-line:after {
  86. content: '';
  87. position: absolute;
  88. z-index: 0;
  89. top: 0;
  90. right: 0;
  91. height: 100%;
  92. border-right: 1px solid #D9D9D9;
  93. -webkit-transform: scaleX(0.5);
  94. transform: scaleX(0.5);
  95. -webkit-transform-origin: 100% 0;
  96. transform-origin: 100% 0;
  97. }
  98. .b-line {
  99. position: relative;
  100. }
  101. .b-line:after {
  102. content: '';
  103. position: absolute;
  104. z-index: 2;
  105. bottom: 0;
  106. left: 0;
  107. width: 100%;
  108. height: 1px;
  109. border-bottom: 1px solid #e2e2e2;
  110. -webkit-transform: scaleY(0.5);
  111. transform: scaleY(0.5);
  112. -webkit-transform-origin: 0 100%;
  113. transform-origin: 0 100%;
  114. }
  115. .aui-flex {
  116. display: -webkit-box;
  117. display: -webkit-flex;
  118. display: flex;
  119. -webkit-box-align: center;
  120. -webkit-align-items: center;
  121. align-items: center;
  122. padding: 15px;
  123. position: relative;
  124. }
  125. .aui-flex-box {
  126. -webkit-box-flex: 1;
  127. -webkit-flex: 1;
  128. flex: 1;
  129. min-width: 0;
  130. font-size: 14px;
  131. color: #333;
  132. }
  133. /* 必要布局样式css */
  134. .aui-flexView {
  135. width: 100%;
  136. height: 100%;
  137. margin: 0 auto;
  138. display: -webkit-box;
  139. display: -webkit-flex;
  140. display: -ms-flexbox;
  141. display: flex;
  142. -webkit-box-orient: vertical;
  143. -webkit-box-direction: normal;
  144. -webkit-flex-direction: column;
  145. -ms-flex-direction: column;
  146. flex-direction: column;
  147. }
  148. .aui-scrollView {
  149. width: 100%;
  150. height: 100%;
  151. -webkit-box-flex: 1;
  152. -webkit-flex: 1;
  153. -ms-flex: 1;
  154. flex: 1;
  155. overflow-y: auto;
  156. overflow-x: hidden;
  157. -webkit-overflow-scrolling: touch;
  158. position: relative;
  159. }
  160. .aui-navBar {
  161. height: 44px;
  162. position: relative;
  163. display: -webkit-box;
  164. display: -webkit-flex;
  165. display: -ms-flexbox;
  166. display: flex;
  167. z-index: 102;
  168. background: #3a3a3a;
  169. }
  170. .aui-navBar-item {
  171. height: 44px;
  172. min-width: 25%;
  173. -webkit-box-flex: 0;
  174. -webkit-flex: 0 0 25%;
  175. -ms-flex: 0 0 25%;
  176. flex: 0 0 25%;
  177. padding: 0 0.9rem;
  178. display: -webkit-box;
  179. display: -webkit-flex;
  180. display: -ms-flexbox;
  181. display: flex;
  182. -webkit-box-align: center;
  183. -webkit-align-items: center;
  184. -ms-flex-align: center;
  185. align-items: center;
  186. font-size: 0.7rem;
  187. white-space: nowrap;
  188. overflow: hidden;
  189. color: #808080;
  190. position: relative;
  191. }
  192. .aui-navBar-item:first-child {
  193. -webkit-box-ordinal-group: 2;
  194. -webkit-order: 1;
  195. -ms-flex-order: 1;
  196. order: 1;
  197. margin-right: -25%;
  198. font-size: 0.9rem;
  199. font-weight: bold;
  200. }
  201. .aui-navBar-item:last-child {
  202. -webkit-box-ordinal-group: 4;
  203. -webkit-order: 3;
  204. -ms-flex-order: 3;
  205. order: 3;
  206. -webkit-box-pack: end;
  207. -webkit-justify-content: flex-end;
  208. -ms-flex-pack: end;
  209. justify-content: flex-end;
  210. }
  211. .aui-center {
  212. -webkit-box-ordinal-group: 3;
  213. -webkit-order: 2;
  214. -ms-flex-order: 2;
  215. order: 2;
  216. display: -webkit-box;
  217. display: -webkit-flex;
  218. display: -ms-flexbox;
  219. display: flex;
  220. -webkit-box-pack: center;
  221. -webkit-justify-content: center;
  222. -ms-flex-pack: center;
  223. justify-content: center;
  224. -webkit-box-align: center;
  225. -webkit-align-items: center;
  226. -ms-flex-align: center;
  227. align-items: center;
  228. height: 44px;
  229. width: 50%;
  230. margin-left: 25%;
  231. }
  232. .aui-center-title {
  233. text-align: center;
  234. width: 100%;
  235. white-space: nowrap;
  236. overflow: hidden;
  237. display: block;
  238. text-overflow: ellipsis;
  239. font-size: 0.95rem;
  240. color: #fff;
  241. }
  242. .icon {
  243. width: 20px;
  244. height: 20px;
  245. display: block;
  246. border: none;
  247. float: left;
  248. background-size: 20px;
  249. background-repeat: no-repeat;
  250. }
  251. .icon-return{
  252. background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABzElEQVRoQ93b7U0DMQwGYHsCGIENYIQyAqMwAWUDNoENgA3YAEaACYxeKZWqqqWXXGy/xr+ba57Lhy62olIgzOxSRB5E5EZEvkTkXlW/R7quI40i2zTsa8Pu/vpDRG5H0NTgE9gdGqP81PvyacFnsHA+qur2X4AXYH8wxVUV67kr6EZ4IXajqljH3UEF9sbi7dCAI7A04CgsBTgSmw6OxqaCM7Bp4CxsCjgTGw7OxoaCGbBhYBZsCJgJ6w5mw7qCGbFuYFasC5gZOx3Mjp0KroCdBq6CnQI2sysReT7IG+/nmpBwG85BdSetzjRYleIxM1QCkCRHZeBYUGFXjXBF7DC4rdnPSiO7m35DU9rMkPFHcavENN7vpAd4uNA1e4M69rxRMDYplDkuTnSSFj0EBrJtWm/V0MPgquhV4Iro1eBq6CngSuhp4CroqeAK6OlgdrQLmBntBmZFu4IZ0e7ghkZW5EVErrO/vUPADY0DB769U9FhYBZ0KJgBHQ7ORqeAM9Fp4Cx0KjgDnQ6ORlOAI9E04Cg0FTgCTQf2RlOCF6LvVBUHkq6gBS9A494SDiNdQQ3+A/2uqpsuafsxPXgPjUtZKMBjVLcjt9LwrF8TKGNMKd0SiQAAAABJRU5ErkJggg==');
  253. }
  254. .icon-more{
  255. background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADN0lEQVRoQ+2XW4iNURTHf39EJLeSF5HkLrmWJLwhl5jBg1t5QUp4k8uLEEnhReFFzZSpcYky3lyeRG7lrnhzeRGRXGJp6ZsaZ77v29+Z5uU7s1edOp299n+vtf7r/PfaoouZuli+xIRrnfHIcGS4xioQW7rGCG2XTmQ4MlxjFYgtXWOERtGKLR1busYqEFu6xgiNKh1buku3tJl1A5YAU4CvwCPgjqTPHSmMmfUD1gBDgLfAQ/9I+tlBvDFAPdAdeAE8kPQqDyuzpc1sA7APGJoCcBnYLOldkUDNrDdwwPcA/r2tfQOOA3sk/SmINw44AixK8X8N7JDkMRYTLTPz4HYFDn8OzAyxbWZ9gFvAtADeKUmbQgmb2VTgJtA3x/c3sFTS1Uqfdgyb2VzgRujgZP2apIV5vmZ2DNhWEG+jpNNZvmbWA3gJjCiA53/BSZLetPVNS7gFWFAAsNXFK3klzd/MBgLvgZ4F8T4BwyR9ycBbDTQWxHK3ZkkrMxM2M28TP9RFoKg1SFqXEaALVENRoMSvXtKFDLzmRKSKQroY9pf0vXXDfwyb2XTgblG0xO+eJN/XzgpqQeU+Fy/XkDS8p4ALVjU2QZLv+2edkfB9SamC1MGE90ran5HwM2BsNdkCEyU9yUrY78mPVbZ0o6S1ndjSKySdz8Dz3+uqSDi/pR3IzFyAFlcBWifpYkaAA5IBo/LuzYL3/9pgSa6waS29CmiqIrZLkpa39U9T6dHJBFQkSJ9uxucNDGa2FThRMMjDknbm+ZrZdWBeATwDZkm6nZtwwvIywJUy73Hh4+VsSY9Dh5vZWWB9wM8DmyPpVyDhQT7eAiMDeLslHaz0yRstfUY9Cgyv2OSV87bfXnmpZwVgZn7NHQK2AD55tTVv35OAi9WPUPESQnzcPQPMT/H30dKTPZeGlfs8NDNfd1WcDIwCvPpNkhy0ajOzXslDxB8j/oD44Pd01qAROsDMnO0ZPlElhfQrtUWSk5Jq8T0cqmrZ1yPDZWcwFH9kOFShsq9HhsvOYCj+yHCoQmVfjwyXncFQ/JHhUIXKvh4ZLjuDofgjw6EKlX09Mlx2BkPxR4ZDFSr7epdj+C8Kte49x1xtrwAAAABJRU5ErkJggg==');
  256. }
  257. .m-slider {
  258. overflow-x: hidden;
  259. width: 100%;
  260. position: relative;
  261. }
  262. .slider-wrapper {
  263. display: -webkit-box;
  264. display: -webkit-flex;
  265. display: -ms-flexbox;
  266. display: flex;
  267. width: 100%;
  268. height: 100%;
  269. -webkit-transform: translate3d(0px, 0px, 0px);
  270. transform: translate3d(0px, 0px, 0px);
  271. position: relative;
  272. z-index: 1;
  273. -webkit-transition-property: -webkit-transform;
  274. transition-property: -webkit-transform;
  275. transition-property: transform;
  276. transition-property: transform, -webkit-transform;
  277. }
  278. .slider-item {
  279. width: 100%;
  280. height: 100%;
  281. -webkit-flex-shrink: 0;
  282. -ms-flex-negative: 0;
  283. flex-shrink: 0;
  284. background: #fff;
  285. }
  286. .slider-item img {
  287. width: 90%;
  288. height: auto;
  289. display: block;
  290. border: none;
  291. margin:1rem auto;
  292. }
  293. .slider-pagination {
  294. text-align: right;
  295. position: absolute;
  296. width: 100%;
  297. z-index: 2;
  298. right: 0;
  299. bottom: 20px;
  300. pointer-events: none;
  301. display: -webkit-box;
  302. display: -webkit-flex;
  303. display: -ms-flexbox;
  304. display: flex;
  305. -webkit-box-align: end;
  306. -webkit-align-items: flex-end;
  307. -ms-flex-align: end;
  308. align-items: flex-end;
  309. -webkit-box-pack: center;
  310. -webkit-justify-content: center;
  311. -ms-flex-pack: center;
  312. justify-content: center;
  313. }
  314. .slider-pagination > .slider-pagination-item {
  315. margin: 0 .25rem;
  316. width: 8px;
  317. height: 8px;
  318. display: inline-block;
  319. border-radius: 100%;
  320. background-color: rgba(255,255,255,0.8);
  321. }
  322. .slider-pagination > .slider-pagination-item.slider-pagination-item-active {
  323. background-color: #df3c37;
  324. border-radius: 100%;
  325. }
  326. .aui-palace {
  327. padding: 0.5rem 0;
  328. position: relative;
  329. overflow: hidden;
  330. }
  331. .aui-palace-grid {
  332. position: relative;
  333. float: left;
  334. padding: 1px;
  335. width: 20%;
  336. box-sizing: border-box;
  337. margin: 5px 0;
  338. }
  339. .aui-palace-grid-icon {
  340. width: 30px;
  341. height: 30px;
  342. margin: 0 auto;
  343. }
  344. .aui-palace-grid-icon img {
  345. display: block;
  346. width: 100%;
  347. height: 100%;
  348. border: none;
  349. }
  350. .aui-palace-grid-text {
  351. display: block;
  352. text-align: center;
  353. color: #333;
  354. font-size: 0.85rem;
  355. white-space: nowrap;
  356. text-overflow: ellipsis;
  357. overflow: hidden;
  358. padding-top: 0.2rem;
  359. }
  360. .aui-palace-grid-text h2 {
  361. font-size: 0.8rem;
  362. font-weight: normal;
  363. color: #666666;
  364. }
  365. .m-actionsheet {
  366. text-align: center;
  367. position: fixed;
  368. bottom: 0;
  369. left: 0;
  370. width: 100%;
  371. z-index: 1000;
  372. background-color: #EFEFF4;
  373. -webkit-transform: translate(0, 100%);
  374. transform: translate(0, 100%);
  375. -webkit-transition: -webkit-transform .3s;
  376. transition: -webkit-transform .3s;
  377. transition: transform .3s;
  378. transition: transform .3s, -webkit-transform .3s;
  379. }
  380. .mask-black {
  381. background-color: rgba(0, 0, 0, 0.4);
  382. position: fixed;
  383. z-index: 500;
  384. bottom: 0;
  385. right: 0;
  386. left: 0;
  387. top: 0;
  388. display: -webkit-box;
  389. display: -webkit-flex;
  390. display: -ms-flexbox;
  391. display: flex;
  392. -webkit-box-pack: center;
  393. -webkit-justify-content: center;
  394. -ms-flex-pack: center;
  395. justify-content: center;
  396. -webkit-box-align: center;
  397. -webkit-align-items: center;
  398. -ms-flex-align: center;
  399. align-items: center;
  400. z-index: 998;
  401. }
  402. .actionsheet-action {
  403. display: block;
  404. margin-top: .15rem;
  405. font-size: 0.28rem;
  406. color: #555;
  407. height: 1rem;
  408. line-height: 1rem;
  409. background-color: #FFF;
  410. }
  411. .m-actionsheet {
  412. text-align: center;
  413. position: fixed;
  414. bottom: 0;
  415. left: 0;
  416. width: 100%;
  417. z-index: 10005;
  418. background-color: #ffffff;
  419. -webkit-transform: translate(0, 100%);
  420. transform: translate(0, 100%);
  421. -webkit-transition: -webkit-transform .3s;
  422. transition: -webkit-transform .3s;
  423. transition: transform .3s;
  424. transition: transform .3s, -webkit-transform .3s;
  425. }
  426. .actionsheet-toggle {
  427. -webkit-transform: translate(0, 0);
  428. transform: translate(0, 0);
  429. }
  430. .actionsheet-item {
  431. display: block;
  432. position: relative;
  433. font-size: 0.85rem;
  434. color: #555;
  435. height: 2rem;
  436. line-height: 2rem;
  437. background-color: #FFF;
  438. }
  439. .actionsheet-item {
  440. display: block;
  441. position: relative;
  442. font-size: 0.85rem;
  443. color: #555;
  444. height: 2rem;
  445. line-height: 2rem;
  446. background-color: #FFF;
  447. }
  448. .aui-coll-cancel a {
  449. height: 45px;
  450. line-height: 45px;
  451. font-size: 12px;
  452. background: #f9f9f9;
  453. display: block;
  454. text-align: center;
  455. width: 100%;
  456. }
  457. .aui-coll-share-img {
  458. width: 38px;
  459. height: 38px;
  460. margin: 0 auto;
  461. }
  462. .aui-coll-share-img img {
  463. width: 100%;
  464. height: auto;
  465. display: block;
  466. border: none;
  467. }
  468. .aui-coll-share-box {
  469. position: relative;
  470. overflow: hidden;
  471. padding: 10px 0;
  472. }
  473. .aui-coll-cancel a {
  474. height: 45px;
  475. line-height: 45px;
  476. font-size: 12px;
  477. background: #f9f9f9;
  478. display: block;
  479. text-align: center;
  480. width: 100%;
  481. }
  482. .aui-coll-share-item {
  483. position: relative;
  484. float: left;
  485. padding: 8px 10px;
  486. width: 33.333%;
  487. box-sizing: border-box;
  488. font-size: 12px;
  489. height: 85px;
  490. }
  491. .aui-rule {
  492. position: absolute;
  493. right: 0;
  494. top: 1rem;
  495. background: #54ca9a;
  496. border-radius: 50px 0 0 50px;
  497. font-size: 0.8rem;
  498. padding: 0.2rem 0.6rem;
  499. color: #fff;
  500. }
  501. .aui-loan-body{
  502. width:100%;
  503. padding:2rem 0 1.2rem 0;
  504. text-align:center;
  505. }
  506. .aui-loan-body h1{
  507. color:#fff;
  508. font-size:1.5rem;
  509. }
  510. .aui-loan-body p {
  511. color:#fff;
  512. font-size:0.95rem;
  513. font-weight:normal;
  514. }
  515. .aui-image-text {
  516. position: relative;
  517. padding: 1rem;
  518. overflow:hidden;
  519. }
  520. .aui-image-text .aui-flex {
  521. width: 48%;
  522. float: left;
  523. border-radius: 10px;
  524. margin: 0 1% 0 1%;
  525. padding: 1px 5px;
  526. background:#fff;
  527. }
  528. .aui-shrink-img {
  529. width: 32px;
  530. height: 32px;
  531. margin-right: 0.5rem;
  532. }
  533. .aui-shrink-img img {
  534. width: 32px;
  535. height: 32px;
  536. border: none;
  537. display: block;
  538. border-radius: 3px;
  539. }
  540. .aui-image-text .aui-flex-box h2 {
  541. font-weight: 500;
  542. font-size: 1rem;
  543. color: #3d4457;
  544. }
  545. .aui-image-text .aui-flex-box p {
  546. font-weight: normal;
  547. font-size: 0.8rem;
  548. color: #a9a9a9;
  549. margin-bottom: 0.3rem;
  550. overflow: hidden;
  551. display: -webkit-box;
  552. -webkit-line-clamp: 1;
  553. -webkit-box-orient: vertical;
  554. word-break: break-all;
  555. text-overflow: ellipsis;
  556. text-align: justify;
  557. }
  558. .aui-image-text-one{
  559. padding:0;
  560. }
  561. .aui-image-text-one .aui-shrink-img {
  562. width:50px;
  563. height:50px;
  564. margin-right:0;
  565. }
  566. .aui-image-text-one .aui-shrink-img img{
  567. width:50px;
  568. height:50px;
  569. }
  570. .aui-image-text-one .aui-flex:after{
  571. content: '';
  572. position: absolute;
  573. z-index: 0;
  574. top: 0;
  575. right: 0;
  576. height: 100%;
  577. border-right: 1px solid #D9D9D9;
  578. -webkit-transform: scaleX(0.5);
  579. transform: scaleX(0.5);
  580. -webkit-transform-origin: 100% 0;
  581. transform-origin: 100% 0;
  582. }
  583. .aui-image-text-one .aui-flex{
  584. padding:1rem;
  585. margin-right:0;
  586. width:50%;
  587. margin-left:0;
  588. }
  589. .aui-image-text-one .aui-flex:before{
  590. content: '';
  591. position: absolute;
  592. z-index: 0;
  593. bottom: 0;
  594. left: 0;
  595. width: 100%;
  596. height: 1px;
  597. border-bottom: 1px solid #D9D9D9;
  598. -webkit-transform: scaleY(0.5);
  599. transform: scaleY(0.5);
  600. -webkit-transform-origin: 0 100%;
  601. transform-origin: 0 100%;
  602. }
  603. .aui-flex-box h2{
  604. font-weight: 500;
  605. font-size: 1rem;
  606. color: #3d4457;
  607. }
  608. .aui-ad{
  609. width:100%;
  610. }
  611. .aui-ad img{
  612. width:100%;
  613. height: auto;
  614. display: block;
  615. border: none;
  616. }
  617. .aui-list-theme {
  618. overflow: hidden;
  619. position: relative;
  620. padding: 1px 0 1px 10px;
  621. background: #fff;
  622. }
  623. .aui-list-theme-item {
  624. width: 29.999999%;
  625. float: left;
  626. overflow: hidden;
  627. margin: 0 9px 1px 1px;
  628. }
  629. .aui-list-img {
  630. height: auto;
  631. width: 100%;
  632. overflow: hidden;
  633. position: relative;
  634. }
  635. .aui-tag-number {
  636. background-color: rgba(0,0,0,0.6);
  637. padding: 0.25rem 0.2rem;
  638. position: absolute;
  639. font-size: 0.7rem;
  640. border-radius: 0.2rem;
  641. display: block;
  642. top: 0;
  643. left: 0;
  644. color: #fff;
  645. }
  646. .aui-list-img img {
  647. width: 100%;
  648. height: auto;
  649. display: block;
  650. // background-color: #FFF;
  651. border: none;
  652. }
  653. .aui-flex-box span {
  654. color: #616161;
  655. font-size: 0.9rem;
  656. }
  657. .aui-list-title {
  658. padding: 10px 1px;
  659. }
  660. .aui-list-title h3 {
  661. font-size: 0.85rem;
  662. width: auto;
  663. color: #757575;
  664. margin-top: 0.1rem;
  665. margin-bottom: 0.1rem;
  666. overflow: hidden;
  667. line-height:1.2;
  668. text-overflow: ellipsis;
  669. display: -webkit-box;
  670. -webkit-box-orient: vertical;
  671. -webkit-line-clamp: 1;
  672. font-weight: normal;
  673. }
  674. .aui-list-title .aui-flex {
  675. padding: 10px 0 5px 0;
  676. position: absolute;
  677. bottom: 10px;
  678. }
  679. .aui-list-title p {
  680. text-align: left;
  681. font-size: 0.8rem;
  682. color: #a4a4a4;
  683. }
  684. .aui-list-title p em{
  685. color:#e64856;
  686. font-style:normal;
  687. font-size : 1rem;
  688. }
  689. .aui-list-title p i{
  690. color:#e64856;
  691. font-style:normal;
  692. font-size:0.85rem;
  693. }
  694. .aui-list-theme-one .aui-list-theme-item{
  695. width:49%;
  696. margin-right:0;
  697. }