cus-client-page.scss 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. @import "../base/utils";
  2. @import "cus-client-common";
  3. @mixin setClientPage() {
  4. /******** describe: 网站首页 author: TX date:2020-07-30 ********/
  5. .client-index-page{
  6. width: 100%;
  7. /* 网站banner */
  8. .client-index-banner{
  9. width: 100%;
  10. height: 480px;
  11. margin-top: 80px;
  12. background-image: url("~@/assets/images/client/index/" + "index-banner-background.png");
  13. background-position-x: center;
  14. .banner-left{
  15. width:500px;
  16. display: inline-block;
  17. h1{@include setFontStyle(40);color: #FFF;letter-spacing: 0;padding-top: 150px;}
  18. p{@include setFontStyle(4);display: inline-block;background: #6D4FFF;border-radius: 24px;color: #FFF;margin: 24px 5px;padding: 6px 40px;}
  19. }
  20. .banner-right{
  21. width: 611px;
  22. height: 432px;
  23. float: right;
  24. margin-top: 48px;
  25. background-image: url("~@/assets/images/client/index/" + "index-banner-img.png");
  26. position: relative;
  27. .banner-tel-box{
  28. width: 284px;
  29. height: 328px;
  30. background-image: url("~@/assets/images/client/index/" + "index-banner-tel.png");
  31. position: absolute;
  32. top: -10px;
  33. left: 140px;
  34. //电视屏幕
  35. img{position: absolute;top: 25px;left: 98px;animation: 5s bannerTel ease infinite;-webkit-animation: 5s bannerTel ease infinite;-moz-animation: 5s bannerTel ease infinite;-o-animation: 5s bannerTel ease infinite;}
  36. //电视屏幕动画效果
  37. @keyframes bannerTel{
  38. from {top: 25px;left: 98px;opacity: 1;}
  39. to {top: 35px;left: 65px;opacity: 0.1;}
  40. }
  41. }
  42. //饼图
  43. .banner-pie{
  44. width: 35px;
  45. height: 31px;
  46. display: block;
  47. position: absolute;
  48. top: 86px;
  49. right: 62px;
  50. background-image: url("~@/assets/images/client/index/" + "index-banner-pie.png");
  51. animation: 5s webPie ease infinite;-webkit-animation: 5s webPie ease infinite;-moz-animation: 5s webPie ease infinite;-o-animation: 5s webPie ease infinite;
  52. }
  53. //饼图动画效果
  54. @keyframes webPie {
  55. from {top: 86px;opacity: 1;}
  56. to {top: 50px;opacity: 0;transform: scale(1.3);}
  57. }
  58. //漂浮小圆点
  59. .banner-i-run i{
  60. width: 16px;
  61. height: 16px;
  62. display: block;
  63. position: absolute;
  64. background:#51E2F4;
  65. border-radius: 50%;
  66. bottom: 150px;
  67. left: 80px;
  68. opacity: 0;
  69. }
  70. .banner-i-run i:nth-child(1){animation: 5s bannerRunI1 ease infinite;-webkit-animation: 5s bannerRunI1 ease infinite;-moz-animation: 10s bannerRunI1 ease infinite;-o-animation: 5s bannerRunI1 ease infinite;}
  71. .banner-i-run i:nth-child(2){width:8px;height:8px;bottom: 240px;left: 50px;opacity: 0;animation: 5s bannerRunI2 ease 2s infinite;-webkit-animation: 5s bannerRunI2 ease 2s infinite;-moz-animation: 5s bannerRunI2 ease infinite;-o-animation: 5s bannerRunI2 ease infinite;}
  72. .banner-i-run i:nth-child(3){width:7px;height:7px;bottom: 220px;left: 110px;opacity: 0;animation: 5s bannerRunI3 ease 3s infinite;-webkit-animation: 5s bannerRunI3 ease 3s infinite;-moz-animation: 5s bannerRunI3 ease infinite;-o-animation: 5s bannerRunI3 ease infinite;}
  73. .banner-i-run i:nth-child(4){width:9px;height:9px;bottom: 300px;left: 130px;opacity: 0;animation: 5s bannerRunI4 ease 4s infinite;-webkit-animation: 5s bannerRunI4 ease 4s infinite;-moz-animation: 5s bannerRunI4 ease infinite;-o-animation: 5s bannerRunI4 ease infinite;}
  74. .banner-i-run i:nth-child(5){width:6px;height:6px;bottom: 310px;left: 70px;opacity: 0;animation: 5s bannerRunI5 ease 5s infinite;-webkit-animation: 5s bannerRunI5 ease 5s infinite;-moz-animation: 5s bannerRunI5 ease infinite;-o-animation: 5s bannerRunI5 ease infinite;}
  75. @keyframes bannerRunI1 {
  76. 0%{bottom: 150px;opacity: 1;}
  77. 100%{bottom: 240px;opacity: 0;left: 70px;}
  78. }
  79. @keyframes bannerRunI2 {
  80. //0%{opacity: 0.5;}
  81. 0%{opacity: 0;}
  82. 5%{bottom: 240px;opacity: 0.7;}
  83. 100%{bottom: 410px;opacity: 0;left: 40px;}
  84. }
  85. @keyframes bannerRunI3 {
  86. 0%{opacity: 0;}
  87. 5%{bottom: 220px;opacity: 0.8;}
  88. 100%{bottom: 380px;opacity: 0;left: 130px}
  89. }
  90. @keyframes bannerRunI4 {
  91. 0%{opacity: 0;}
  92. 5%{bottom: 300px;opacity: 0.8;}
  93. 70%{bottom: 400px;opacity: 0;left: 160px}
  94. }
  95. @keyframes bannerRunI5 {
  96. 0%{opacity: 0;}
  97. 5%{bottom: 310px;opacity: 0.6;}
  98. 100%{bottom: 420px;opacity: 0;left: 110px}
  99. }
  100. }
  101. }
  102. /* 认识我们*/
  103. .client-link-box{
  104. background: #F7F9FB;
  105. li{
  106. width: 25%;display: inline-block;padding:24px;border-right: 2px solid #FFF;box-sizing: border-box;transition: 0.3s;
  107. //左侧图片区域
  108. .link-left{
  109. width: 60px;height: 60px;float: left;background-image: url("~@/assets/images/client/index/" + "index-linkLeft-bg.png");text-align:center;transition: 0.3s;
  110. img{display: inline-block;margin-top: 18px;}
  111. }
  112. h1{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 74px;}
  113. p{@include setFontStyle(-6);height:48px;color: rgba(0,0,0,0.65);line-height: 22px;margin-left:74px;@include multi-line-ellipsis(2);}
  114. }
  115. li:last-child{border-right: 0;}
  116. li:hover{
  117. background: #F3F3F3;
  118. cursor: pointer;
  119. //左侧图片区域
  120. .link-left{background-image: url("~@/assets/images/client/index/" + "index-linkLeft-bg-a.png");}
  121. h1{color: #2B5CFD}
  122. }
  123. }
  124. /* 产品和服务 */
  125. .products-services-box{
  126. padding: 136px 0 32px;
  127. margin: 0 -29px;
  128. li{
  129. width: 33.33%;
  130. display: inline-block;
  131. vertical-align: top;
  132. position: relative;
  133. //头部图片
  134. .products-services-img{
  135. width: 96px;
  136. height: 120px;
  137. position: absolute;
  138. top: -80px;
  139. left: 50%;
  140. margin-left: -48px;
  141. transition: .3s all linear;
  142. i{
  143. display: block;
  144. position: absolute;
  145. }
  146. }
  147. //内容区域
  148. .products-services-content{
  149. padding: 66px 42px 32px;
  150. transition: .3s all linear;
  151. margin: 0 29px;
  152. @include setFontStyle(-6);
  153. h2{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
  154. p{line-height: 22px;color: rgba(0,0,0,0.65);margin-bottom: 32px;text-align: justify;min-height: 136px;@include multi-line-ellipsis(6);max-height: 136px}
  155. a{width: 120px;height: 32px;line-height: 32px;opacity:0;margin: 0 auto;}
  156. }
  157. }
  158. li:nth-child(1){
  159. .products-services-img{
  160. background-image: url("~@/assets/images/client/index/" + "index-products-kaoshi.png");
  161. i{width:38px;height:28px;top: 28px;left: 35px;background-image: url("~@/assets/images/client/index/" + "index-products-kaoshi-icon.svg");animation: 3s servicesImgUpDown linear infinite;}
  162. }
  163. }
  164. li:nth-child(2){
  165. .products-services-img{
  166. background-image: url("~@/assets/images/client/index/" + "index-products-peixun.png");
  167. i{width:21px;height:32px;top: 18px;left: 42px;background-image: url("~@/assets/images/client/index/" + "index-products-peixun-icon.svg");animation: 3s servicesImgUpDown2 linear infinite;}
  168. }
  169. }
  170. li:nth-child(3){
  171. .products-services-img{
  172. background-image: url("~@/assets/images/client/index/" + "index-products-kejian.png");
  173. i{width:34px;height:33px;top: 25px;left: 25px;background-image: url("~@/assets/images/client/index/" + "index-products-kejian-icon.svg");transform:rotate(0);animation: 4s servicesImgRotate linear infinite;}
  174. }
  175. }
  176. //小图标动画效果
  177. //饼图动画效果
  178. @keyframes servicesImgUpDown {
  179. 0%, to {top: 28px}
  180. 50% {top: 38px;}
  181. }
  182. @keyframes servicesImgUpDown2 {
  183. 0%, to {top: 18px}
  184. 50% {top: 28px;}
  185. }
  186. @keyframes servicesImgRotate{
  187. from {transform:rotate(0);}
  188. to {transform:rotate(360deg);}
  189. }
  190. // li-鼠标悬浮效果
  191. li:hover{
  192. //头部图片
  193. .products-services-img{top: -90px;}
  194. //内容区域
  195. .products-services-content{
  196. cursor: default;
  197. box-shadow: 0 4px 8px 0 rgba(214,214,214,0.76);
  198. border-radius: 8px;
  199. a{opacity: 1;}
  200. }
  201. }
  202. }
  203. /* 行业学习需求 */
  204. .client-demand-box{
  205. background: #F9FAFF;
  206. padding-bottom: 80px;
  207. // 行业ul
  208. .industry-box{
  209. margin-top: 10px;
  210. li{
  211. width: 25%;display: inline-block;margin-top: 38px;height: 112px;overflow: hidden;
  212. img{margin: 0 auto;display: block;transition: all .2s linear;}
  213. div{transition: all .25s linear;text-align: center;}
  214. h2{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 18px 0 10px;}
  215. p{@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;margin: 0 8px 8px;min-height: 48px;@include multi-line-ellipsis(2);max-height: 48px;}
  216. a{@include setFontStyle(-6);display: block;color: #2B5CFD;margin: 0 auto;transition: .3s all linear;}
  217. }
  218. a:hover{cursor: pointer;color: #2249C9;}
  219. li:hover:not(:last-child) {
  220. img{opacity: 0;transform: translateY(10px);}
  221. div{margin-top: -147px}
  222. h2{@include setFontStyle(-2);margin-top: 90px;}
  223. }
  224. li:last-child:hover{
  225. cursor: pointer;
  226. }
  227. }
  228. }
  229. /* 超过10万家客户的信任之选 */
  230. .client-customer-box{
  231. .customer-img-box{
  232. padding-bottom: 80px;
  233. li{
  234. width: 20%;
  235. display: inline-block;
  236. }
  237. img{margin: 48px 30px 0;transition: all 0.5s;}
  238. li:hover{
  239. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 8px}
  240. }
  241. }
  242. }
  243. /* 我们始终专注教育系统研发更懂用户需求 */
  244. .client-cert-box{
  245. background: #F9FAFF;
  246. padding-bottom: 80px;
  247. .cert-img-box{
  248. display: flex;
  249. justify-content: space-between;
  250. margin: 48px 0;
  251. span{display:block;background: #E8ECFF;border-radius: 8px;padding:10px;overflow: hidden;}
  252. img{width: 180px;height:260px;transition: all 0.5s;}
  253. img:hover{transform: scale(1.14);}
  254. }
  255. a{width:238px;height:40px;line-height: 40px;margin: 40px auto 0;}
  256. }
  257. /* 为什么选择我们 */
  258. .client-chose-box{
  259. padding-bottom: 80px;
  260. .chose-img-box{
  261. margin: 0 -70px;
  262. li{
  263. width: 25%;display: inline-block;
  264. div{width: 190px;height: 190px;border-radius:50%;position:relative;margin: 48px auto 24px;transition: all 0.3s;background-size: cover}
  265. i{width: 62px;height: 62px;position: absolute;top: 63px;left: 45px;background-size: cover;}
  266. h2{@include setFontStyle(-2);text-align: center;color: rgba(0,0,0,0.85);}
  267. }
  268. li:nth-child(1){
  269. div{background-image: url("~@/assets/images/client/index/" + "index-chose-service.png");}
  270. i{background-image: url("~@/assets/images/client/index/" + "index-chose-service-icon.svg");animation: 3s choseImgUpDown1 linear infinite;}
  271. }
  272. li:nth-child(2){
  273. div{background-image: url("~@/assets/images/client/index/" + "index-chose-system.png");}
  274. i{background-image: url("~@/assets/images/client/index/" + "index-chose-system-icon.svg");top: 30px;left: 50px;animation: 3s choseImgUpDown2 linear infinite;}
  275. }
  276. li:nth-child(3){
  277. div{background-image: url("~@/assets/images/client/index/" + "index-chose-tech.png");}
  278. i{background-image: url("~@/assets/images/client/index/" + "index-chose-tech-icon.svg");animation: 3s choseImgUpDown1 linear infinite;}
  279. }
  280. li:nth-child(4){
  281. div{background-image: url("~@/assets/images/client/index/" + "index-chose-operate.png");}
  282. i{background-image: url("~@/assets/images/client/index/" + "index-chose-operate-icon.svg");animation: 3s choseImgUpDown3 linear infinite;}
  283. }
  284. li:hover{
  285. div{box-shadow: 0 3px 9px rgba(43, 92, 253,0.25);transform: translateY(-10px);cursor: pointer;}
  286. h2{color: #2B5CFD;}
  287. }
  288. //选择我们动画效果
  289. @keyframes choseImgUpDown1 {
  290. 0%, to {top: 65px;}
  291. 50% {top: 55px;}
  292. }
  293. @keyframes choseImgUpDown2 {
  294. 0%, to {top: 30px;}
  295. 50% {top: 40px;}
  296. }
  297. @keyframes choseImgUpDown3 {
  298. 0%, to {top: 40px;}
  299. 50% {top: 50px;}
  300. }
  301. }
  302. }
  303. /* 新闻资讯 */
  304. .client-industry-information{
  305. background-image: url("~@/assets/images/client/index/" + "index-industry-bg.png");
  306. background-position: center;
  307. padding-bottom: 80px;
  308. // 标题
  309. .client-title{
  310. color: #fff;
  311. }
  312. // 轮播组件
  313. .el-carousel{
  314. margin-top: 40px;
  315. .el-carousel__container{
  316. height: 360px;
  317. }
  318. }
  319. .el-carousel__item{
  320. background: #FFFFFF;
  321. border-radius: 8px;
  322. .industry-img-box{
  323. width: 25%;
  324. height: 360px;
  325. background-repeat: no-repeat;
  326. background-size: cover;
  327. background-position: center;
  328. transition: 0.3s;
  329. float: left;
  330. }
  331. .industry-content-box{
  332. margin-left: 25%;
  333. padding:32px;
  334. height: inherit;
  335. box-sizing: border-box;
  336. position: relative;
  337. h1{@include setFontStyle(2);color: rgba(0,0,0,0.85);margin-bottom: 16px;@include multi-line-ellipsis(2);line-height: 30px;max-height: 60px;}
  338. p{@include setFontStyle(-4);color: rgba(0,0,0,0.64);line-height: 24px;@include multi-line-ellipsis(6);margin-bottom: 24px;max-height: 144px;}
  339. a{width: 132px;height: 32px;line-height:32px;position: absolute;bottom: 32px;}
  340. }
  341. }
  342. .el-carousel__item.is-active{
  343. height: 350px;
  344. //box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);
  345. box-shadow: 0 2px 8px 0 rgba(146, 143, 143, 0.76);
  346. .industry-img-box{width: 50%;}
  347. .industry-content-box{
  348. margin-left: 50%;
  349. }
  350. }
  351. //指示器
  352. .el-carousel__indicators{display: none}
  353. }
  354. }
  355. /******** describe: 考试平台 author: TX date:2020-08-12 ********/
  356. .client-exam-page{
  357. /* 网站banner */
  358. .client-exam-banner{
  359. width: 100%;
  360. height: 400px;
  361. background-image: url("~@/assets/images/client/exam/" + "exam-banner-background.png");
  362. background-position-x: center;
  363. // banner文字区域
  364. .exam-banner-container{
  365. width:500px;
  366. display: inline-block;
  367. h1{@include setFontStyle(40);color: #FFF;letter-spacing: 0;padding-top: 110px;}
  368. p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
  369. em{width:1px;height:16px;display:inline-block;margin: 0 24px;background: #DFE6FE;vertical-align: middle;}
  370. a{width: 132px;height: 32px;line-height: 32px;display: block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
  371. }
  372. }
  373. }
  374. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  375. .client-aboutUs-page{
  376. // banner
  377. .aboutUs-banner{width: 100%;height: 400px;background-image: url("~@/assets/images/client/aboutUs/" + "aboutUs-banner.png");background-position-x: center;}
  378. // 公司简介
  379. .company-profile-box{
  380. padding-bottom: 80px;
  381. .company-profile-left{
  382. width: 480px;
  383. display: inline-block;
  384. margin-right: 48px;
  385. vertical-align: middle;
  386. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;text-align: justify;}
  387. }
  388. .company-profile-right{
  389. width:432px;height:296px;display: inline-block;background: #E8ECFF;border-radius: 8px;text-align: center;vertical-align: middle;
  390. img{margin-top: 12px;}
  391. }
  392. }
  393. // 品牌介绍
  394. .brand-introduction-box{
  395. background: #F9FAFF;
  396. padding-bottom: 80px;
  397. .brand-introduction-content{
  398. width: 806px;
  399. padding: 30px 0;
  400. background: #E8ECFF;
  401. border-radius: 8px;
  402. float: right;
  403. span{width: 570px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;display: inline-block;vertical-align: middle;padding-left: 60px;text-align: justify;}
  404. img{
  405. display: inline-block;
  406. vertical-align: middle;
  407. margin-left: -126px;
  408. }
  409. }
  410. }
  411. // 企业文化
  412. .corporate-culture-box{
  413. padding-bottom: 80px;
  414. dl{
  415. width: 240px;
  416. display: inline-block;
  417. vertical-align: middle;
  418. margin: 0 162px 0 90px;
  419. dt{
  420. margin-bottom: 16px;
  421. i{width: 14px;height: 14px;display:inline-block;border: 1px solid #2B5CFD;transform: rotate(45deg);margin-right: 16px;}
  422. span{@include setFontStyle(0);color: rgba(0,0,0,0.85);}
  423. }
  424. dd{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 24px;}
  425. }
  426. img{
  427. display: inline-block;vertical-align: middle;
  428. }
  429. }
  430. // 联系我们
  431. .contact-us-box{
  432. background: #F9FAFF;
  433. .contact-container-box{
  434. li{
  435. width: 25%;
  436. display: inline-block;
  437. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px}
  438. span{@include setFontStyle(0);color: rgba(0,0,0,0.85);}
  439. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin: 20px 0 32px;}
  440. }
  441. li:nth-child(1) {
  442. i {background-image: url("~@/assets/images/client/aboutUs/" + "contact-us-icon1.svg");}
  443. }
  444. li:nth-child(2) {
  445. i {background-image: url("~@/assets/images/client/aboutUs/" + "contact-us-icon2.svg");}
  446. }
  447. li:nth-child(3) {
  448. i {background-image: url("~@/assets/images/client/aboutUs/" + "contact-us-icon3.svg");}
  449. }
  450. li:nth-child(4) {
  451. i {background-image: url("~@/assets/images/client/aboutUs/" + "contact-us-icon4.svg");}
  452. }
  453. }
  454. }
  455. //地图
  456. .address-img-box{
  457. width: 100%;
  458. height: 720px;
  459. background-image: url("~@/assets/images/client/aboutUs/" + "contact-us-img.png");
  460. background-position: center;
  461. overflow: hidden;
  462. }
  463. }
  464. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  465. .client-newsInfor-page{
  466. // banner
  467. .newsInfor-banner{width: 100%;height: 400px;background-image: url("~@/assets/images/client/newsInfor/" + "newsInfor-banner.png");background-position-x: center;}
  468. // 页面主要内容区域
  469. .newsInfor-content-box{
  470. min-height: 304px;
  471. padding: 80px 0;
  472. ul{display: inline-block;vertical-align: top}
  473. // 菜单 ul
  474. .newsInfor-menu-ul{
  475. li{width: 200px;height: 64px;line-height: 64px;@include setFontStyle(0);color: rgba(0,0,0,0.64);text-align: left;padding: 0;padding-left: 24px;border-bottom: 1px solid rgba(52, 99, 253, 0.08);@include single-line-ellipsis;cursor: pointer}
  476. li:before{content: "";width:8px;height:8px;display: inline-block;background-image: url("~@/assets/images/client/newsInfor/" + "newsInfor-tab-unSelect.svg");margin-right: 16px;
  477. vertical-align: middle;}
  478. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  479. li.active:before{background-image: url("~@/assets/images/client/newsInfor/" + "newsInfor-tab-select.svg");}
  480. }
  481. // 右侧内容区域
  482. .newsInfor-content-ul{
  483. padding: 0 32px;
  484. width: calc(100% - 290px);
  485. li{margin-bottom: 40px;}
  486. li:last-child{margin-bottom: 0;}
  487. //图片
  488. img{width:200px;height:150px;display: inline-block;margin-right: 24px;border-radius: 8px;overflow: hidden;vertical-align: top;}
  489. //内容区域
  490. .newsInfor-list-content{
  491. width: calc(100% - 224px);
  492. display: inline-block;
  493. vertical-align: top;
  494. h1{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  495. div{
  496. margin-bottom: 16px;
  497. i{width: 20px;height: 20px;display: inline-block;margin-right: 14px;vertical-align: middle;background-image: url("~@/assets/images/client/newsInfor/" + "newsInfor-details-time.svg");}
  498. i[type="visits"]{background-image: url("~@/assets/images/client/newsInfor/" + "newsInfor-details-visits.svg");}
  499. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  500. }
  501. p{height: 72px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 16px;text-align: justify;@include multi-line-ellipsis(3);overflow: hidden;}
  502. a{@include setFontStyle(-6);color: #4A73FD;}
  503. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~@/assets/images/client/newsInfor/" + "newsInfor-list-icon.svg");margin-left: 8px;}
  504. a:hover{cursor: pointer;}
  505. }
  506. }
  507. }
  508. }
  509. }