cus-client-common.scss 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. @import "../base/utils";
  2. /************************ 通用class样式 author: TX date:2020-07-30 **********************/
  3. /* 页面样式 */
  4. body, html, #app {padding: 0;margin: 0;@include setFontStyle(0);}
  5. /* 内外边距通常让各个浏览器样式的表现位置不同 */
  6. div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0;}
  7. /* HTML5 媒体文件跟 img 保持一致 */
  8. audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
  9. /* 默认不显示下划线,保持页面简洁 */
  10. ins,a{text-decoration:none;cursor:pointer;}
  11. /* 去掉列表前的标识, li 会继承 */
  12. ol,ul,dl,dt,dd{
  13. list-style:none;
  14. margin: 0;
  15. padding: 0;
  16. letter-spacing: 0;
  17. word-spacing: 0;
  18. font-size: 0;}
  19. /* 让标题都自定义, 适应多个系统应用 */
  20. h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
  21. /* 外边距 */
  22. .m5{margin:5px;}
  23. .m10 {margin: 10px;}
  24. .m15 {margin: 15px;}
  25. .m20 {margin: 20px;}
  26. .m25 {margin: 25px;}
  27. .m30 {margin: 30px;}
  28. .m35 {margin: 35px;}
  29. .m40 {margin: 40px;}
  30. /* 外边距 上下边距 左右居中 */
  31. .ma0{margin:0 auto;}
  32. .ma5{margin:5px auto;}
  33. .ma10{margin:10px auto;}
  34. .ma15{margin:15px auto;}
  35. .ma20{margin:20px auto;}
  36. .ma25{margin:25px auto;}
  37. .ma30{margin:30px auto;}
  38. .ma35{margin:35px auto;}
  39. .ma40{margin:40px auto;}
  40. /* 上外边距 */
  41. .mt5 {margin-top: 5px;}
  42. .mt10 {margin-top: 10px;}
  43. .mt15 {margin-top: 15px;}
  44. .mt20 {margin-top: 20px;}
  45. .mt25 {margin-top: 25px;}
  46. .mt30 {margin-top: 30px;}
  47. .mt35 {margin-top: 35px;}
  48. .mt40 {margin-top: 40px;}
  49. .mt48 {margin-top: 48px;}
  50. /* 下外边距 */
  51. .mb5 {margin-bottom: 5px;}
  52. .mb10 {margin-bottom: 10px;}
  53. .mb15 {margin-bottom: 15px;}
  54. .mb20 {margin-bottom: 20px;}
  55. .mb25 {margin-bottom: 25px;}
  56. .mb30 {margin-bottom: 30px;}
  57. .mb35 {margin-bottom: 35px;}
  58. .mb40 {margin-bottom: 40px;}
  59. /* 左外边距 */
  60. .ml5 {margin-left: 5px;}
  61. .ml10 {margin-left: 10px;}
  62. .ml15 {margin-left: 15px;}
  63. .ml20 {margin-left: 20px;}
  64. .ml25 {margin-left: 25px;}
  65. .ml30 {margin-left: 30px;}
  66. .ml35 {margin-left: 35px;}
  67. .ml40 {margin-left: 40px;}
  68. /* 右外边距 */
  69. .mr5 {margin-right: 5px;}
  70. .mr10 {margin-right: 10px;}
  71. .mr15 {margin-right: 15px;}
  72. .mr20 {margin-right: 20px;}
  73. .mr25 {margin-right: 25px;}
  74. .mr30 {margin-right: 30px;}
  75. .mr35 {margin-right: 35px;}
  76. .mr40 {margin-right: 40px;}
  77. /*文字对齐方式*/
  78. .tl{text-align:left;}
  79. .tr{text-align:right;}
  80. .tc{text-align:center;}
  81. /*字体大小*/
  82. .fs_12{font-size:12px;}
  83. .fs_14{font-size:14px;}
  84. .fs_16{font-size:16px;}
  85. .fs_18{font-size:18px;}
  86. .fs_20{font-size:20px;}
  87. .fs_22{font-size:22px;}
  88. .fs_24{font-size:24px;}
  89. .fs_26{font-size:26px;}
  90. .fs_28{font-size:28px;}
  91. .fs_30{font-size:30px;}
  92. /* 清除浮动-父级使用 */
  93. .fn-clear:after{content:" ";height:0;display:block;font-size:0;visibility:hidden;clear:both;}
  94. /* 清除元素间隙 */
  95. .fn-clear-gap{font-size:0;list-style:none;margin: 0;padding: 0;letter-spacing: 0;word-spacing: 0;}
  96. /* 隐藏, 通常用来与 JS 配合 */
  97. .fn-hide{display:none;}
  98. /* 隐藏多余内容*/
  99. .fn-hidden{overflow: hidden}
  100. /* 文本超出省略号显示 (一行) ------ 使用方式:@include single-line-ellipsis; */
  101. @mixin single-line-ellipsis {text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;white-space: nowrap;word-break: break-all;}
  102. /* 文本超出省略号显示 (多行),括号里传行数 ------ 使用方式:@include multi-line-ellipsis(3); */
  103. @mixin multi-line-ellipsis($rows){-webkit-line-clamp:$rows;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;display: -webkit-box;white-space: normal !important;-webkit-box-orient: vertical;}
  104. /************************ 网站公共class样式 author: TX date:2020-07-30 **********************/
  105. /* 网站框架 */
  106. .website-frame{
  107. font-family: "Helvetica Neue", Helvetica, Arial, "微软雅黑", sans-serif;
  108. color: #2C3E50;
  109. min-width: 1240px;
  110. }
  111. /* 饿了么右侧生成的间距 */
  112. .el-popup-parent--hidden{
  113. padding-right:0 !important
  114. }
  115. /* 网站主体部分 */
  116. .client-container{width: 1200px;margin: 0 auto;}
  117. .client-container-middle{width: 960px;margin: 0 auto;}
  118. /* 网站头部导航栏 */
  119. .client-head{
  120. width: 100%;
  121. height: 80px;
  122. z-index: 999;
  123. background: #fff;
  124. position: fixed;
  125. top:0;
  126. //头部布局
  127. .head-layout{display: flex;justify-content: space-between;}
  128. //头部导航
  129. .el-menu--horizontal{
  130. border: 0;
  131. >.el-menu-item {
  132. color: rgba(0,0,0,0.85);
  133. @include setFontStyle(-2);
  134. height: 80px;
  135. line-height: 80px;
  136. margin: 0 10px;
  137. padding: 0!important;
  138. a{height: inherit;display: inline-block;padding: 0 6px;}
  139. }
  140. >.el-menu-item.is-active{
  141. @include setThemeColorBase("color", 0);
  142. @include setThemeColorBase("border-color", 0);
  143. border-width:4px;
  144. }
  145. }
  146. //头部左侧区域
  147. .head-left{
  148. display: flex;
  149. //头部图标
  150. >a{width: 164px;height:70px;display: inline-block;background-image: url("~static/images/client/component/nav-logo.png");background-repeat: no-repeat;background-position: center;background-size: cover;margin-top: 5px;margin-right: 40px;}
  151. }
  152. //头部右侧区域
  153. .head-right{
  154. line-height: 80px;position: relative;
  155. >a{height: 40px;line-height: 40px;@include setFontStyle(-4);padding: 0 30px;border-radius: 4px;display: inline-block;border: 1px solid #0366cd;color:#0064cc;box-sizing: border-box;text-align: center;}
  156. >a.right-tel-btn{width: 130px;color: #fff;background: #3e7ce7;border: 1px solid #3e7ce7;padding: 0 8px;margin-right:10px;position: relative;}
  157. >a:hover{cursor: pointer;}
  158. .system-box{width: 130px;height: 60px;position: absolute;top: 20px;}
  159. .system-box{
  160. div{
  161. display: none;width:240px;position: absolute;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;left: 0;top:57px;transition: 5s;
  162. a{
  163. display: inline-block;
  164. i{width: 110px;height: 84px;display: block;background-size: cover;}
  165. }
  166. a:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon3.png");} }
  167. a:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon6.png");} }
  168. span{width: 1px;height: auto;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
  169. p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
  170. }
  171. // 伪类气泡箭头
  172. div:after,div:before {
  173. width: 0;
  174. height: 0;
  175. font-size: 0;
  176. overflow: hidden;
  177. position: absolute;
  178. content: ' ';
  179. left: 60px;
  180. }
  181. div:after{
  182. border-width: 10px;
  183. border-style: dashed dashed solid ;
  184. border-color: transparent transparent #ffffff;
  185. top: -19px;
  186. }
  187. div:before{
  188. border-width: 10px;
  189. border-style: dashed dashed solid ;
  190. border-color: transparent transparent #666 ;
  191. top:-20px;
  192. }
  193. }
  194. .system-box:hover{
  195. >div{
  196. display: flex;
  197. }
  198. }
  199. }
  200. }
  201. /* 网站头部导栏 - 面包屑 */
  202. .client-breadcrumb-box {
  203. width: 1200px;
  204. font-size: 16px;
  205. margin: 24px auto;
  206. .st-breadcrumb{
  207. margin-left: 24px;
  208. a:last-child{
  209. .breadcrumb-div::after{display: none;}
  210. }
  211. }
  212. .st-breadcrumb-item {display: inline-block;vertical-align: middle;color: #4a73fd;text-decoration: none;}
  213. .st-breadcrumb-item:hover {cursor: pointer;}
  214. .st-breadcrumb-item:after {width: 11px;height: 16px;content: '';display: inline-block;padding: 0 16px;vertical-align: middle;zoom:0.8;-moz-transform:scale(0.8,0.8);
  215. background-image: url("~static/images/client/component/breadcrumb-icon.svg");background-repeat: no-repeat;background-position: center;}
  216. .breadcrumb-div{display: inline-block;vertical-align: middle;}
  217. .st-breadcrumb-item-last {display: inline-block;text-decoration: none;color: #333;vertical-align: middle;}
  218. .st-breadcrumb-item-last:hover {cursor: default;}
  219. // IE11兼容写法
  220. @media all and (-ms-high-contrast:none) {
  221. *::-ms-backdrop, .st-breadcrumb-item-last { margin-left: -10px;}
  222. }
  223. // IE10兼容写法
  224. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  225. .st-breadcrumb-item-last { margin-left: -10px;}
  226. }
  227. }
  228. /* 网站标题 */
  229. .client-title{ @include setFontStyle(10);color: rgba(0,0,0,0.85);letter-spacing: 0;padding-top: 80px;text-align: center;}
  230. /* 网站副标题 */
  231. .client-subtitle-title{width: 650px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 30px;margin:0 auto;margin-top: 16px;text-align: center}
  232. .client-subtitle-title-big{width: 1000px;padding:0 100px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 30px;margin:0 auto;margin-top: 48px;text-align: center}
  233. /* 网站通用按钮 */
  234. .client-default-Btn{display: block;@include setFontStyle(-4);background: #2B5CFD;color: rgba(255, 255, 255, 0.85);border-radius: 4px;transition: .3s all linear;text-align: center;}
  235. .client-default-Btn:hover{background: #2249C9;cursor: pointer;}
  236. // 免费试用按钮
  237. .free-trial-default-btn{width: 238px;height: 40px;line-height: 40px;margin: 40px auto 0;display: block;@include setFontStyle(-4);background: #3e7ee7;color: rgba(255, 255, 255, 0.85);border-radius: 4px;transition: .3s all linear;text-align: center;}
  238. .free-trial-default-btn:hover{cursor: pointer;}
  239. /* 网站底部footer */
  240. .client-footer{
  241. background: #1E2534;
  242. //footer内容区域
  243. .contact-box{
  244. padding-top: 40px;
  245. .contact-left-box{
  246. display: inline-block;
  247. dl{display: inline-block;margin-right: 48px;margin-bottom: 40px;vertical-align: top;}
  248. dt{@include setFontStyle(-4);color: #FFFFFF;margin-bottom: 24px;}
  249. dd,dd a{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
  250. dd:hover,dd a:hover{color: rgba(255,255,255,0.85);cursor: pointer}
  251. // 二维码
  252. .two-code-box{position: relative;}
  253. .two-dimensional-code{width: 110px;height: 110px;background-color: #fff;background-image: url("~static/images/client/component/two-dimensional-code.jpg");display: none;position: absolute;left: 85px;top:-40px;background-size: cover;border-radius: 4px;transition: .5s; }
  254. .two-dimensional-code:before{width: 0;height: 0;content: "";display: none;margin-left: -20px;margin-top: 40px;border-width: 10px;border-style: solid;border-color: transparent #fff transparent transparent;transition: .5s; }
  255. .two-code-box:hover{
  256. cursor: default;
  257. .two-dimensional-code{display: block;}
  258. .two-dimensional-code:before{display: block;}
  259. }
  260. }
  261. .contact-right-box{
  262. width: 170px;
  263. float: right;
  264. h3{@include setFontStyle(4);color: #FFF;margin-bottom: 16px;}
  265. p{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
  266. a{@include setFontStyle(-6);color: #2B5CFD;}
  267. a:hover{cursor: pointer;}
  268. }
  269. }
  270. //友情链接区域
  271. .link-box{
  272. border-top: 1px solid #333B4C;
  273. border-right: 0;
  274. border-left: 0;
  275. padding: 32px 0;
  276. h4{@include setFontStyle(-4);color: #FFF;float: left;margin-right: 48px;line-height: 22px;}
  277. .link-a-box{
  278. margin-left: 114px;
  279. line-height: 22px;
  280. a{@include setFontStyle(-6);color: rgba(255,255,255,0.54);display:inline-block;margin-right: 32px;white-space: nowrap;}
  281. a:hover{color: rgba(255,255,255,0.85);cursor: pointer;}
  282. }
  283. }
  284. //底部版权
  285. h5{@include setFontStyle(-8);color: #B8B8B8;text-align: center;padding: 16px 0 24px;border-top: 1px solid #333B4C;}
  286. }
  287. /* 网站分页 */
  288. .client-el-pagination{text-align: center;margin-top: 36px}
  289. /* 网站通用详情页布局 */
  290. .client-details-page{
  291. background: #f9faff;
  292. width: 100%;
  293. padding: 24px 0;
  294. // 时间人数
  295. .details-visits-box{
  296. margin-bottom: 16px;
  297. i{width: 20px;height: 20px;display: inline-block;margin-right: 14px;vertical-align: middle;background-image: url("~static/images/client/newsInfor/newsInfor-details-time.svg");}
  298. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  299. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  300. }
  301. //行业资讯详情外层box
  302. .client-details-box{
  303. width: 1200px;
  304. margin: 0 auto;
  305. padding: 24px;
  306. box-sizing: border-box;
  307. background: #FFFFFF;
  308. border-radius: 8px;
  309. }
  310. // 行业资讯详情
  311. .client-details-wrap{
  312. width: 820px;
  313. display: inline-block;
  314. padding-right: 24px;
  315. border-right:1px solid #DCE0E8;
  316. box-sizing: border-box;
  317. vertical-align: top;
  318. >h1{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  319. //内容区域
  320. .client-content-box{
  321. min-height: calc(100vh - 587px);
  322. line-height: 24px;
  323. color: rgba(0,0,0,0.64);
  324. @include setFontStyle(-6);
  325. margin-bottom: 70px;
  326. p{line-height: 22px;}
  327. img{max-width: 100%;}
  328. h1,h2,h3,h4,h5,h6,p{margin-bottom: 10px;}
  329. }
  330. // 上一篇下一篇
  331. .client-details-pagination{
  332. a{max-width: 45%;float: left;@include setFontStyle(-4);color: rgba(43,92,253,0.85);display: inline-block;@include single-line-ellipsis;}
  333. a:last-child{margin-left: 10%;float: right;}
  334. a:hover{color: #1648EE;cursor: pointer}
  335. }
  336. }
  337. // 最新新闻
  338. .latest-news-box{
  339. width: 300px;
  340. padding-left: 24px;
  341. display: inline-block;
  342. vertical-align: top;
  343. h4{@include setFontStyle(-4);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  344. .latest-news-list{
  345. li{margin-bottom: 24px}
  346. a{width: 100%;@include setFontStyle(-4);display:inline-block;color: rgba(43,92,253,0.65);margin-bottom: 8px;@include single-line-ellipsis;}
  347. a:hover{color: rgba(43,92,253,0.85);cursor: pointer}
  348. }
  349. }
  350. }
  351. /* 网站通用轮播 */
  352. /*.client-industry-information{
  353. background-image: url("~static/images/client/index/index-industry-bg.png");
  354. background-position: center;
  355. padding-bottom: 80px;
  356. // 标题
  357. .client-title{
  358. color: #fff;
  359. }
  360. // 轮播
  361. .information-carousel-box{
  362. width: 100%;
  363. overflow: hidden;
  364. }
  365. // 轮播组件
  366. .el-carousel--horizontal{
  367. overflow: visible;
  368. }
  369. .el-carousel{
  370. width: 1000px;
  371. margin: 0 auto;
  372. margin-top: 48px;
  373. .el-carousel__container{width: 640px;height: 320px;margin: 0 auto;position: relative;}
  374. }
  375. .el-carousel__item{
  376. width: 640px;
  377. background: #FFFFFF;
  378. border-radius: 8px;
  379. .industry-img-box{width: 50%;height: 320px;float: left;background-repeat: no-repeat;background-size: cover;}
  380. .industry-content-box{
  381. height: inherit;margin-left: 50%;padding:32px;box-sizing: border-box;position: relative;
  382. h5{@include setFontStyle(2);color: rgba(0,0,0,0.85);margin-bottom: 16px;@include multi-line-ellipsis(2);line-height: 30px;max-height: 60px;}
  383. 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;}
  384. a{width: 132px;height: 32px;line-height:32px;position: absolute;bottom: 32px;}
  385. }
  386. }
  387. !*.el-carousel__item.is-active{
  388. .industry-img-box{width: 50%;}
  389. .industry-content-box{margin-left: 50%;}
  390. }*!
  391. // 左右按钮
  392. .el-carousel__arrow{width: 50px;height: 50px;background-color: rgba(43, 92, 253, 0.22);@include setFontStyle(16);color: rgba(255,255,255,0.8);}
  393. // 左箭头
  394. .el-carousel__arrow--left{left:-200px;}
  395. // 右箭头
  396. .el-carousel__arrow--right{right:-200px;}
  397. // 指示器
  398. .el-carousel__indicators{display: none}
  399. }*/
  400. /* 网站通用弹窗-申请方案 */
  401. .application-scheme-dialog{
  402. .el-dialog{width: 610px;border-radius: 8px;}
  403. .el-dialog__body{
  404. padding: 30px 120px 60px;
  405. >i{width:213px;height:92px;display: block;background-image: url("~static/images/client/course/course-dialog-img.png");margin: 0 auto;}
  406. p{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin:24px 0 36px;}
  407. span{@include setFontStyle(-6);color: rgba(0,0,0,0.65);}
  408. a{@include setFontStyle(-6);color: #2B5CFD;float: right;}
  409. // 申请注册按钮
  410. .application-scheme-btn{height: 40px;line-height: 40px;@include setFontStyle(-4);background: #1890FF;border-radius: 4px;color: #FFFFFF;text-align: center;margin-bottom: 16px;}
  411. }
  412. // 输入框上下间距
  413. .el-form-item{margin-bottom: 24px}
  414. // 输入框左右间距
  415. .el-input .el-input__inner{padding: 0 15px 0 35px;}
  416. //输入框图标
  417. .dialog-input-tel:after,.dialog-input-code:after{width: 16px;height: 16px;content: "";display: inline-block;position: absolute;top: 12px;left: 12px;}
  418. .dialog-input-tel:after{background-image: url("~static/images/client/course/course-dialog-icon1.svg");}
  419. .dialog-input-code:after{background-image: url("~static/images/client/course/course-dialog-icon2.svg");}
  420. // 输入框-验证码
  421. .dialog-input-code{width: calc(100% - 132px);}
  422. .dialog-code-btn.el-button{width:120px;box-sizing:border-box;padding: 12px 15px;margin-left: 8px;}
  423. // 滑块px
  424. .nc-container{
  425. .nc_wrapper{width:100%!important;margin-bottom: 24px;border-radius: 4px;overflow: hidden;}
  426. .nc_scale{
  427. .btn_slide{color: #fff;}
  428. span{width:50px;background: #3893FE;border-radius: 0 4px 4px 0;border: 1px solid transparent;}
  429. }
  430. }
  431. }
  432. /* 网站通用弹窗-视频播放 */
  433. .course-video-dialog{
  434. .el-dialog{width: 940px;border-radius: 8px;}
  435. .el-dialog__body{padding: 14px 40px 80px;}
  436. // 标题
  437. .el-dialog__title{@include setFontStyle(-2);color: rgba(0,0,0,0.85);}
  438. // 视频
  439. .course-video-box{width: 100%;height: 480px;}
  440. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);margin-top: 16px;line-height: 22px}
  441. }
  442. /* 首页行业学习详情页-通用部分 */
  443. // banner
  444. .industrydetails-banner{
  445. width: 100%;
  446. height: 400px;
  447. background-color:#042D85;
  448. position: relative;
  449. .industrydetails-banner-box{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
  450. .free-trial-default-btn{position: absolute;top:280px;left: 50%;margin-left: -119px;}
  451. }
  452. // 发展现状
  453. .industrydetails-develop-box{
  454. .client-container{padding: 48px 0 80px;text-align: center;}
  455. p{width: 480px;display: inline-block;@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 30px;vertical-align: middle;margin-right: 120px;text-align: justify;}
  456. img{display: inline-block;vertical-align: middle;}
  457. }
  458. // 产品和服务
  459. .products-services-box{
  460. width: 100%;display: inline-block;
  461. // 头部图片
  462. img{width: 640px;height: 485px;float: right;}
  463. // 内容区域
  464. .products-services-content{
  465. width: 500px;
  466. float: right;
  467. padding: 110px 60px 0;
  468. box-sizing: border-box;
  469. margin: 0 24px;
  470. @include setFontStyle(-6);
  471. h5{@include setFontStyle(4);color: rgba(0,0,0,0.85);}
  472. i{width:50px;height:5px;display: block;background: #3e7ce7;margin: 24px 0;}
  473. p{line-height: 22px;color: rgba(0,0,0,0.65);margin-bottom: 56px;text-align: justify;}
  474. .client-default-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #3e7ce7;border: 1px solid #3e7ce7;box-sizing: border-box;}
  475. a,div.client-default-Btn{margin-right: 24px}
  476. span.client-default-Btn{background: #fff;color: #3e7ce7;margin-right: 0;}
  477. }
  478. }
  479. .products-contrary-box{
  480. // 头部图片
  481. img{float: left;}
  482. // 内容区域
  483. .products-services-content{float: right;}
  484. }
  485. // 考试平台和培训平台样式--多下边线
  486. .platform-products-services{
  487. li:not(:last-child){border-bottom:1px solid #eee; }
  488. }
  489. // 详情页内容
  490. .industrydetails-content{
  491. li{margin-bottom: 16px;}
  492. i{width: 14px;height: 14px;float:left;box-sizing: border-box;opacity: 0.8;display: block;border: 1px solid #13192D;transform: rotate(45deg);margin-right: 16px;margin-top: 4px;}
  493. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 24px;text-align: center;}
  494. p{@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 22px;text-align: left;}
  495. }
  496. // 通用平台-新闻资讯样式
  497. .platform-news-information{
  498. padding-bottom: 80px;
  499. background: #f8f8f8;
  500. ul{margin-top: 48px;}
  501. li{
  502. width: 50%;display: inline-block;vertical-align: top;
  503. div{margin: 10px;padding:10px 10px 10px 0;border-bottom:1px dashed #666;}
  504. img{width: 190px;height: 118px;float: left;margin-right: 24px;}
  505. h4{@include setFontStyle(-2);color: rgba(0, 0, 0, 0.85);@include single-line-ellipsis;margin-bottom: 8px;}
  506. h4:hover{color: #3e7ce7;cursor: pointer;}
  507. span{display: block;@include setFontStyle(-6);color: rgba(0, 0, 0, 0.65);margin-bottom: 8px;}
  508. p{@include setFontStyle(-6);height: 66px;line-height: 22px;color: rgba(0, 0, 0, 0.65);@include multi-line-ellipsis(3);}
  509. }
  510. }