cus-client-page.scss 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617
  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: 395px;
  11. background-color:#031073;
  12. background-image: url("~static/images/client/index/index-banner-background.png");
  13. background-position-x: center;
  14. background-repeat: no-repeat;
  15. }
  16. /* banner-box */
  17. .client-banner-box{
  18. .el-carousel__container{height: 640px;cursor: pointer;}
  19. .el-carousel__item{
  20. .index-carousel-box{width:100%;height: 640px;display: block;background-position: center;background-repeat: no-repeat;background-color: #a49d9b;}
  21. }
  22. }
  23. /* 发展历程 - 移动端隐藏*/
  24. .client-company-history{
  25. background:#f8f8f8;
  26. li{
  27. width: 25%;display: inline-block;text-align: center;
  28. i{width: 40px;height: 40px;display: inline-block;background-size: cover;margin-right: 16px;vertical-align: middle;}
  29. a{
  30. border-right:2px solid #e5e5e5;margin: 24px 0;display: block;
  31. div{display: inline-block;text-align: left;vertical-align: middle;}
  32. span{@include setFontStyle(-4);color: #333;margin-bottom: 10px;display: block;}
  33. p{@include setFontStyle(-4);color: #666;}
  34. }
  35. }
  36. li:last-child a{border-right: 0;}
  37. }
  38. li:nth-child(1){i{background-image: url("~static/images/client/index/company-history-icon1.png");}}
  39. li:nth-child(2){i{background-image: url("~static/images/client/index/company-history-icon2.png");}}
  40. li:nth-child(3){i{background-image: url("~static/images/client/index/company-history-icon3.png");}}
  41. li:nth-child(4){i{background-image: url("~static/images/client/index/company-history-icon4.png");}}
  42. /* 产品和服务 */
  43. .client-products-services{
  44. .client-title{
  45. margin-bottom: 48px;
  46. }
  47. }
  48. /* 行业学习需求 */
  49. .client-demand-box{
  50. .demand-list-box{
  51. margin-top: 24px;
  52. li{width: 25%;display: inline-block;margin: 34px 0;text-align: center;cursor: default;}
  53. span{width: 100px;height: 100px;border-radius: 50%;display: inline-block;text-align: center;transition: .3s;}
  54. i{width: 60px;height: 60px;background-size: cover;display: inline-block;margin-top: 20px;}
  55. p{font-weight: 700;font-size: 20px;color: rgb(16, 16, 16);margin: 12px 0;}
  56. li:nth-child(1){
  57. span{background-color: rgb(0, 150, 136);}
  58. i{background-image: url("~static/images/client/index/index-demand-icon1.png");}
  59. }
  60. li:nth-child(2){
  61. span{background-color: rgb(255, 152, 0);}
  62. i{background-image: url("~static/images/client/index/index-demand-icon2.png");}
  63. }
  64. li:nth-child(3){
  65. span{background-color: rgb(234, 73, 79);}
  66. i{background-image: url("~static/images/client/index/index-demand-icon3.png");}
  67. }
  68. li:nth-child(4){
  69. span{background-color: rgb(64, 158, 255);}
  70. i{background-image: url("~static/images/client/index/index-demand-icon4.png");}
  71. }
  72. li:nth-child(5){
  73. span{background-color: rgb(255, 128, 108);}
  74. i{background-image: url("~static/images/client/index/index-demand-icon5.png");}
  75. }
  76. li:nth-child(6){
  77. span{background-color: rgb(179, 111, 238);}
  78. i{background-image: url("~static/images/client/index/index-demand-icon6.png");}
  79. }
  80. li:nth-child(7){
  81. span{background-color: rgb(72, 97, 132);}
  82. i{background-image: url("~static/images/client/index/index-demand-icon7.png");}
  83. }
  84. li:nth-child(8){
  85. span{background-color: rgb(160, 212, 104);}
  86. i{background-image: url("~static/images/client/index/index-demand-icon8.png");}
  87. }
  88. li:hover{
  89. span{transform: translateY(-8px);;}
  90. }
  91. }
  92. }
  93. /* 超过10万家客户的信任之选 */
  94. .client-customer-box{
  95. .customer-img-box{
  96. padding-bottom: 80px;
  97. li{
  98. width: 20%;
  99. display: inline-block;
  100. }
  101. img{margin: 48px 30px 0;transition: all 0.5s;}
  102. li:hover{
  103. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
  104. }
  105. }
  106. }
  107. /* 新闻资讯 */
  108. .client-news-information {
  109. background: rgb(248, 248, 248);
  110. padding-bottom: 80px;
  111. .industry-information-box {
  112. margin-top: 48px;
  113. h4{color: #333;}
  114. h4:hover {cursor: pointer;color: #3e7ce7;}
  115. // 左
  116. .industry-information-left {
  117. width: 520px;
  118. margin-right: 80px;
  119. display: inline-block;
  120. vertical-align: top;
  121. color: #333;
  122. div {float: left;border-right: 1px solid #dbdbea;padding: 8px 16px 8px 0;}
  123. img {width: 520px;height: 210px;margin-bottom: 42px;}
  124. h4 {@include setFontStyle(-2);margin-bottom: 16px;}
  125. i{width:25px;height:12px;float:right;background-image:url("~static/images/client/index/news-information-icon.png")}
  126. p {@include setFontStyle(-6);height: 68px;line-height: 22px;padding: 2px 0 0 16px;text-align: justify;@include multi-line-ellipsis(3);}
  127. b {@include setFontStyle(-4);font-weight: normal;display: block;margin-bottom: 16px;}
  128. span {@include setFontStyle(-6);display: block;color: #666;}
  129. }
  130. // 右
  131. .industry-information-right {
  132. width: 590px;
  133. display: inline-block;
  134. vertical-align: top;
  135. li {border-bottom: 1px solid #ccc;margin-bottom: 16px;}
  136. li:last-child {border: 0;}
  137. h4 {@include setFontStyle(-4);@include single-line-ellipsis;margin-bottom: 12px;}
  138. p {@include setFontStyle(-6);color: #666;@include single-line-ellipsis;margin-bottom: 16px;}
  139. span {margin: 0 30px 0 10px;}
  140. }
  141. }
  142. }
  143. // 移动端手机尺寸(0-768)
  144. @media (max-width: 768px){
  145. /* 网站banner */
  146. .client-index-banner{height: 150px;}
  147. /* banner-box */
  148. .client-banner-box{
  149. .el-carousel__container{height: 150px;}
  150. .el-carousel__item .index-carousel-box{height: 150px;background-size: cover;}
  151. // 左箭头
  152. .el-carousel__arrow--left{display: none;}
  153. // 右箭头
  154. .el-carousel__arrow--right{display: none;}
  155. // 分页
  156. .el-carousel__button {width: 6px;height: 6px;border-radius: 3px;}
  157. }
  158. /* 产品和服务 */
  159. .client-products-services{
  160. .client-title{
  161. margin-bottom: 0;
  162. }
  163. }
  164. /* 新闻资讯 */
  165. .client-newsInfo-phone{
  166. background-color: rgb(238, 238, 238);
  167. // 轮播外层
  168. .el-carousel{
  169. padding: 20px 0 40px;
  170. // card
  171. .el-carousel__item{
  172. width: 80%;left: -15%;color: rgb(16, 16, 16);background: #fff;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;
  173. img{width: 100%;height: 135px;}
  174. }
  175. // 文字区域
  176. .newsInfo-card-content{
  177. padding: 24px 20px;
  178. h4{@include setFontStyle(-4);}
  179. span{@include setFontStyle(-8);margin-top: 16px;display: block}
  180. p{min-height: 48px;@include setFontStyle(-6);margin-top: 16px;@include multi-line-ellipsis(3);}
  181. }
  182. }
  183. }
  184. /* 超过10万家客户的信任之选 */
  185. .client-customer-box{padding-top: 50px;
  186. .customer-img-box{
  187. padding-bottom: 50px;
  188. li{width: 50%;text-align: center;}
  189. img{max-width:90%;margin: 10px 0;}
  190. li:hover{
  191. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
  192. }
  193. }
  194. }
  195. }
  196. }
  197. /******** describe: 平台页面(考试平台、培训平台) author: TX date:2020-08-12 ********/
  198. .client-platform-page{
  199. /* 网站banner */
  200. .client-platform-banner{
  201. width: 100%;
  202. height: 396px;
  203. background-color:#042D85;
  204. position: relative;
  205. div{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
  206. .free-trial-default-btn{position: absolute;top:260px;left: 50%;margin-left: -119px;}
  207. }
  208. /* 产品体验*/
  209. .platform-products-experience{
  210. >p{font-size: 20px;line-height: 20px;text-align: center;margin: 30px 0 42px;}
  211. .experience-ul-box{
  212. margin: 0 -16px;text-align: center;
  213. li{
  214. width:25%;display: inline-block;text-align: center;font-size: 16px;
  215. >div{
  216. margin: 0 16px;padding:32px 18px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;border-radius: 10px;position: relative;
  217. div{font-size:20px;color:#fff;position: absolute;right: 0;left: 0;top: 0;bottom: 305px;box-sizing: border-box;transition: 0.5s;overflow: hidden;border-radius: 10px;line-height: 305px;background: rgba(0,0,0,.6);cursor: default;}
  218. }
  219. i{display: inline-block;width: 46px;height: 46px;background-repeat: no-repeat;background-size: contain;margin-bottom: 24px;}
  220. h5{font-size: 22px;color: rgb(16, 16, 16);margin-bottom: 24px;}
  221. p{font-size: 16px;padding: 0;margin: 0;color: #101010;line-height: 26px;}
  222. a{width: 180px;height: 40px;line-height: 40px;display: inline-block;margin-top: 24px;text-align: center;background-color: #3e7ce7;
  223. border-color: rgba(255, 0, 0, 0);border-width: 1px;border-style: solid;color: rgb(255, 255, 255);border-radius:4px;font-weight: normal;cursor: pointer}
  224. span{display: block;transition: 0.5s;position: absolute;top: 0;bottom: 305px;left: 0;right: 0;overflow: hidden;}
  225. em{width:180px;height:180px;display: block;margin: 24px auto;background-image:url("~static/images/client/exam/exam-code-img.png")}
  226. em.px-img-box{background-image:url("~static/images/client/train/train-code-img.png")}
  227. }
  228. li:nth-child(1) i{background-image:url("~static/images/client/exam/exam-tel-icon.png")}
  229. li:nth-child(2) i{background-image:url("~static/images/client/exam/exam-pc-icon.png")}
  230. li:nth-child(3) i{background-image:url("~static/images/client/exam/exam-sz-icon.png")}
  231. li:nth-child(4) i{background-image:url("~static/images/client/exam/exam-sx-icon.svg")}
  232. }
  233. }
  234. /* 产品优势 */
  235. .platform-products-services{
  236. li:not(:last-child){border-bottom:1px solid #eee; }
  237. }
  238. /* 产品功能 */
  239. .platform-product-function{
  240. background: #f8f8f8;
  241. padding-bottom: 32px;
  242. // ul
  243. .product-function-box{
  244. margin-top: 48px;
  245. li{
  246. width: 50%;display: inline-block;transition: .3s all linear;
  247. div{padding: 12px 16px 12px 8px;margin: 0 32px 24px;background: #fff;}
  248. i{width: 158px;height: 120px;margin-right:24px;float:left;background-size: cover;background-repeat: no-repeat;}
  249. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin: 12px 0 8px 0;}
  250. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);@include multi-line-ellipsis(3);}
  251. }
  252. }
  253. .product-function-box li:nth-child(1) i,.product-function-icon1{background-image:url("~static/images/client/exam/product-function-icon1.png");}
  254. .product-function-box li:nth-child(2) i,.product-function-icon2{background-image:url("~static/images/client/exam/product-function-icon2.png");}
  255. .product-function-box li:nth-child(3) i,.product-function-icon3{background-image:url("~static/images/client/exam/product-function-icon3.png");}
  256. .product-function-box li:nth-child(4) i,.product-function-icon4{background-image:url("~static/images/client/exam/product-function-icon4.png");}
  257. .product-function-box li:nth-child(5) i,.product-function-icon5{background-image:url("~static/images/client/exam/product-function-icon5.png");}
  258. .product-function-box li:nth-child(6) i,.product-function-icon6{background-image:url("~static/images/client/exam/product-function-icon6.png");}
  259. .product-function-box li:nth-child(7) i,.product-function-icon7{background-image:url("~static/images/client/exam/product-function-icon7.png");}
  260. .product-function-box li:nth-child(8) i,.product-function-icon8{background-image:url("~static/images/client/exam/product-function-icon8.png");}
  261. .product-function-box li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  262. }
  263. /* 应用场景 */
  264. .platform-application-scenarios{
  265. background: #FFF;
  266. padding-bottom: 80px;
  267. .application-scenarios-box{margin: 48px -12px 0;}
  268. li{
  269. width: 33.33%;
  270. display: inline-block;
  271. vertical-align: top;
  272. color: #fff;
  273. .application-scenarios-img{width: 100px;height: 100px;background-size: cover;margin: 0 auto 24px;}
  274. .application-scenarios-content{
  275. padding: 50px 30px 40px;margin: 0 12px;background: #FFF;
  276. h5{@include setFontStyle(0);text-align: center;margin-bottom: 24px;}
  277. p{@include setFontStyle(-4);line-height: 24px;text-align: justify;@include multi-line-ellipsis(5);min-height: 118px;max-height: 118px}
  278. }
  279. }
  280. li:nth-child(1){
  281. .application-scenarios-img {background-image: url("~static/images/client/exam/application-scenarios-img1.png");}
  282. .application-scenarios-content{background: #ffbf00;}
  283. }
  284. li:nth-child(2){
  285. .application-scenarios-img {background-image: url("~static/images/client/exam/application-scenarios-img2.png");}
  286. .application-scenarios-content{background: #3799db;}
  287. }
  288. li:nth-child(3){
  289. .application-scenarios-img {background-image: url("~static/images/client/exam/application-scenarios-img3.png");}
  290. .application-scenarios-content{background: #63ba86;}
  291. }
  292. }
  293. @media (max-width: 768px){
  294. /* 网站banner */
  295. .client-platform-banner{
  296. height: 150px;
  297. div{background-size: cover;}
  298. .free-trial-default-btn{top: 90px;margin-left: -61px;}
  299. }
  300. // 产品体验
  301. .platform-products-experience{
  302. .sjxyd-icon {background-image: url("~static/images/client/exam/exam-tel-icon.png")}
  303. .dnxyd-icon {background-image: url("~static/images/client/exam/exam-pc-icon.png")}
  304. .dngld-icon {background-image: url("~static/images/client/exam/exam-sz-icon.png")}
  305. .skrz-icon {background-image: url("~static/images/client/exam/exam-sx-icon.svg")}
  306. >p{font-weight: 400;font-size: 14px;color: rgba(85, 85, 85, 1);margin: 24px 0 16px;}
  307. }
  308. // 产品优势
  309. .platform-products-services{
  310. li:not(:last-child) {border: 0;}
  311. .products-services-content div{text-align: center;margin-bottom: 40px;}
  312. }
  313. // 产品功能
  314. .platform-product-function{
  315. padding-bottom: 16px;
  316. // swiper
  317. .experience-swiper-box{
  318. // swiper 内容区域
  319. .experience-content-box{
  320. height:328px;margin: 16px 4% 20px;padding: 16px 16px 46px;box-sizing: border-box;box-shadow: rgb(170, 209, 249) 0 0 6px -1px;background-color: #fff;
  321. i{width: 150px;height: 122px;}
  322. h5{width: 100%;text-align: left;margin-bottom: 12px;}
  323. p{text-align: justify;line-height: 24px;margin: 0;@include multi-line-ellipsis(4);}
  324. }
  325. // 分页
  326. .swiper-pagination-style {width: 200px;margin-left: -90px;bottom: 50px;}
  327. // 左右滑动
  328. .experience-swiper-tip{margin: 0}
  329. }
  330. }
  331. // 应用场景
  332. .platform-application-scenarios{
  333. padding-bottom: 16px;
  334. // swiper
  335. .experience-swiper-box{
  336. margin-top: 16px;
  337. .experience-content-box{
  338. height: 295px;box-shadow:none;padding: 16px;box-sizing: border-box;margin: 0 4% 40px;
  339. h5{margin-bottom: 12px;color: #fff}
  340. p{text-align: justify;line-height: 24px;margin: 0;@include multi-line-ellipsis(45);color: #fff}
  341. }
  342. .scenarios-gwks-box{
  343. background-color: #ffbf00;
  344. i{background-image: url("~static/images/client/exam/application-scenarios-img1.png");}
  345. }
  346. .scenarios-dxjs-box{
  347. background-color: #3799db;
  348. i{background-image: url("~static/images/client/exam/application-scenarios-img2.png");}
  349. }
  350. .scenarios-zgks-box{
  351. background-color: #63ba86;
  352. i{background-image: url("~static/images/client/exam/application-scenarios-img3.png");}
  353. }
  354. // 分页
  355. .swiper-pagination-style {width: 76px;margin-left: -30px;bottom:25px;}
  356. // 左右滑动
  357. .experience-swiper-tip{margin: 0}
  358. }
  359. }
  360. }
  361. }
  362. /******** describe: 培训平台--图片(和考试默认图片不同) author: TX date:2020-08-14 ********/
  363. .client-train-page{
  364. /* 产品体验*/
  365. .platform-products-experience{
  366. .experience-ul-box li{
  367. em{background-image:url("~static/images/client/train/train-code-img.png")}
  368. }
  369. }
  370. /* 网站banner */
  371. .client-platform-banner{
  372. background-color:#1F2772;
  373. }
  374. /* 产品功能 */
  375. .platform-product-function{
  376. // ul
  377. .product-function-box{
  378. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.png");}}
  379. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.png");}}
  380. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.png");}}
  381. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.png");}}
  382. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.png");}}
  383. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.png");}}
  384. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.png");}}
  385. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.png");}}
  386. }
  387. }
  388. /* 应用场景 */
  389. .train-application-scenarios{
  390. li:nth-child(1){
  391. .application-scenarios-img {
  392. background-image: url("~static/images/client/train/application-scenarios-img1.png");
  393. }
  394. }
  395. li:nth-child(2){
  396. .application-scenarios-img {
  397. background-image: url("~static/images/client/train/application-scenarios-img2.png");
  398. }
  399. }
  400. li:nth-child(3){
  401. .application-scenarios-img {
  402. background-image: url("~static/images/client/train/application-scenarios-img3.png");
  403. }
  404. }
  405. }
  406. @media (max-width: 768px){
  407. /* 网站banner */
  408. .client-platform-banner .free-trial-default-btn{top: 95px;}
  409. }
  410. }
  411. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  412. .client-course-page{
  413. /* 网站banner */
  414. .client-course-banner{
  415. width: 100%;
  416. height: 395px;
  417. background-color:#130C4F;
  418. background-position-x: center;
  419. background-repeat: no-repeat;
  420. }
  421. /* 调转菜单栏 */
  422. .course-service-nav{width: 100%;height: 72px;background: url("~static/images/client/course/course--nav-bg.png") repeat-x;padding-top: 15px;text-align: center;}
  423. .course-link-nav{
  424. width: 100%;height: 83px;background: #161B38;opacity: 0.9;
  425. a{width: 171px;height: 83px;line-height:83px;display: inline-block;@include setFontStyle(-2);color: #fff;text-align: center;}
  426. a:nth-child(1){background: #353c61;}
  427. a:nth-child(2){background: #38406a;}
  428. a:nth-child(3){background: #3c4775;}
  429. a:nth-child(4){width:174px;background: #404b81;}
  430. a:nth-child(5){background: #3c4775;}
  431. a:nth-child(6){background: #38406a;}
  432. a:nth-child(7){background: #353c61;}
  433. }
  434. // 申请方案按钮
  435. .free-trial-default-btn{width:230px;display: inline-block;margin: 0}
  436. // 联系我们按钮
  437. .course-apply-btn{background: #fff;color: #3e7ee7;border:1px solid #3e7ee7;box-sizing: border-box;margin-left: 36px;}
  438. /* PPT定制及美化、H5平面设计、视频后期处理 */
  439. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  440. ul{margin: 48px 0;}
  441. li{display: inline-block;}
  442. li:not(:last-child){margin-right: 30px;}
  443. p{@include setFontStyle(-4);color: rgba(0, 0, 0, 0.65);margin-top: 24px;}
  444. }
  445. /* 视频后期处理 */
  446. .course-videoPos-box{
  447. padding-bottom: 80px;
  448. li:not(:last-child){margin-right: 80px;}
  449. }
  450. @media (max-width: 768px){
  451. /* 网站banner */
  452. .client-course-banner{height: 150px;background-size: cover;}
  453. // 菜单 ul
  454. .course-menu-ul{
  455. background: #fff;margin: 20px 0 0;
  456. li{width: 100px;height: 30px;line-height:30px;margin:0 10px;padding:0;border-radius:5px;border: 1px solid rgb(0, 102, 204);@include setFontStyle(-4);
  457. color: rgb(0, 102, 204);background: #fff;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);box-sizing: border-box}
  458. li.active{color: #fff;background: rgb(0, 102, 204);}
  459. li:hover{transform: none;}
  460. }
  461. // 内容区域
  462. .client-container{padding: 0;}
  463. // 申请方案按钮
  464. .free-trial-default-btn{width:122px;display: inline-block;margin: 0 0 54px;}
  465. // 联系我们按钮
  466. .course-apply-btn{margin-left: 16px;}
  467. /* PPT定制及美化、H5平面设计、视频后期处理 */
  468. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  469. margin: 0 6%;
  470. ul{margin: 12px 0;}
  471. li{box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;margin-bottom: 20px;}
  472. li:not(:last-child){margin-right: 0;}
  473. img{max-width: 100%;}
  474. p{margin: 20px 0;}
  475. }
  476. /* 视频后期处理 */
  477. .course-videoPos-box{
  478. padding-bottom: 16px;
  479. img{height: 180px;}
  480. }
  481. }
  482. }
  483. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  484. .client-aboutUs-page{
  485. // banner
  486. .aboutUs-banner{width: 100%;height: 305px;background-image: url("~static/images/client/aboutUs/aboutUs-banner-bg.png");
  487. span{width: 1200px;overflow: hidden;display: block;margin: 0 auto;}
  488. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  489. }
  490. // 公司简介
  491. .company-profile-box{
  492. padding-bottom: 48px;
  493. font-size: 0;
  494. img{margin: 48px auto;display: block;}
  495. p{@include setFontStyle(-2);color: rgba(0,0,0,0.65);line-height: 40px;text-align: justify;margin: 0 60px}
  496. }
  497. // 品牌介绍
  498. .brand-introduction-box{
  499. .brand-introduction-content{
  500. width: 100%;
  501. padding: 42px;
  502. box-sizing: border-box;
  503. background: #fbfbfb;
  504. border-radius: 8px;
  505. float: right;
  506. .brand-introduction-left{
  507. display: inline-block;
  508. vertical-align: middle;
  509. padding-right: 42px;
  510. border-right: 1px solid #ddd;
  511. h4{@include setFontStyle(6);color: rgba(0,0,0,0.75);margin-bottom: 36px}
  512. img{margin-bottom: 36px;}
  513. }
  514. span{width: 740px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 40px;display: inline-block;vertical-align: middle;padding-left: 42px;text-align: justify;}
  515. }
  516. }
  517. // 企业文化
  518. .corporate-culture-box{
  519. padding-bottom: 80px;
  520. li{
  521. width:25%;
  522. display: inline-block;
  523. vertical-align: middle;
  524. div{
  525. margin-right: 16px;
  526. margin-bottom: 16px;
  527. padding: 40px 0;
  528. border: 6px solid #f7f7f7;
  529. text-align: center;
  530. i{width: 70px;height: 70px;display:inline-block;margin-bottom: 16px;}
  531. h5{@include setFontStyle(0);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  532. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  533. }
  534. }
  535. li:nth-child(1){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon1.png");} }
  536. li:nth-child(2){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon2.png");} }
  537. li:nth-child(3){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon3.png");} }
  538. li:nth-child(4){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon4.png");} }
  539. li:last-child{
  540. div{margin-right: 0;}
  541. }
  542. }
  543. // 企业发展历程
  544. .enterprise-development-box{
  545. // 覆盖饿了么tab样式
  546. .enterprise-development-tab{
  547. .el-tabs__nav-wrap::after,.el-tabs__active-bar{display: none;}
  548. .el-tabs__header{
  549. margin: 0;
  550. .el-tabs__nav{width: 100%;padding-bottom: 20px;border-bottom: 1px dotted #6c9ce1;}
  551. .el-tabs__nav-wrap,.el-tabs__nav-scroll{overflow: visible}
  552. }
  553. .el-tabs__item{width: 170px;height: 45px;line-height:45px;border: 1px solid #3e7ee7;background: #fff;padding: 0;text-align: center;border-radius: 4px;margin-right: 24px;position: relative;}
  554. .el-tabs__item.is-active{background: #3e7ee7;color: #fff}
  555. .el-tabs__item:after{width: 14px;height: 14px;content: "";display: inline-block;border-radius: 50%;background: #888;position: absolute;bottom: -28px;left: 50%;margin-left: -7px;}
  556. .el-tabs__item.is-active:after{background: #3e7ee7;}
  557. .el-tabs__content{overflow: visible}
  558. }
  559. // 企业发展历程内容部分
  560. li{
  561. width: 25%;display: inline-block;padding: 36px 24px 60px;background:#fbfbfb;box-sizing: border-box;min-height: 196px;vertical-align: top;
  562. div{width: 250px;border-bottom: 1px solid #eee;}
  563. img{margin-bottom: 14px;}
  564. i{min-width:34px;display:inline-block;color: #3e7ee7;font-style: normal;margin-right: 10px;}
  565. p{@include setFontStyle(-4);color: rgba(0,0,0,.65);margin-top: 14px;}
  566. }
  567. }
  568. // 联系我们
  569. .contact-us-box{
  570. padding: 80px 0;
  571. border-top: 1px solid #ddd;
  572. .contact-container-box{
  573. width: 460px;
  574. padding: 0 40px;
  575. box-sizing: border-box;
  576. color: rgba(0,0,0,0.85);
  577. float: left;
  578. h4{@include setFontStyle(10);color: #3e7ee7;margin-bottom: 60px;margin-top: 20px;}
  579. h5{@include setFontStyle(0);color: #333;margin-bottom: 32px;}
  580. li{
  581. margin-bottom: 24px;
  582. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  583. span{@include setFontStyle(-4);color: rgba(0,0,0,0.64);vertical-align: middle;}
  584. }
  585. li:nth-child(3) {
  586. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  587. }
  588. li:nth-child(4) {
  589. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  590. }
  591. li:nth-child(5) {
  592. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  593. }
  594. li:nth-child(6) {
  595. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  596. }
  597. }
  598. img{float: right}
  599. }
  600. @media (max-width: 768px){
  601. // banner
  602. .aboutUs-banner{
  603. height: 150px;
  604. span{width: 100%;}
  605. img{width: auto;height: 150px;}
  606. }
  607. // 公司简介
  608. .company-profile-box{
  609. img{margin: 20px auto;max-width: 100%;}
  610. p{@include setFontStyle(-6);color: rgba(85, 85, 85, 1);line-height: 24px;margin: 0 10px 6px;}
  611. }
  612. // 品牌介绍
  613. .brand-introduction-box{
  614. background-color: rgb(238, 238, 238);
  615. .brand-introduction-content{
  616. background-color: transparent;padding: 24px 10px;
  617. .brand-introduction-left{
  618. display: block;border-right:0;padding-right:0;
  619. h4{font-size: 18px;color: rgba(0, 0, 0, 1);text-align: center;margin-bottom: 20px;font-weight: 700;}
  620. img{margin: 0 auto 24px;max-width: 230px;display: block;}
  621. }
  622. span{width: 100%;display: block;padding-left: 0;font-size: 14px;color: rgba(85, 85, 85, 1);line-height: 24px;}
  623. }
  624. }
  625. // 企业文化
  626. .corporate-culture-box{
  627. padding: 50px 0 0;
  628. li{
  629. width:100%;
  630. div{
  631. height: 70px;margin: 0 10px 16px;border: 0;box-shadow: rgb(206, 206, 206) 0 0 6px -1px;padding: 14px 0;
  632. i{display: unset;float: left;margin-left: 30px;margin-bottom: 0;}
  633. h5{font-weight: 700;font-size: 16px;color: #101010;margin: 12px 0;}
  634. p{font-size: 14px;color: #101010;}
  635. }
  636. }
  637. }
  638. // 联系我们
  639. .contact-us-box{
  640. padding: 54px 10px 0;border: 0;line-height: 1;font-size: 0;
  641. .contact-container-box{
  642. width: 100%;
  643. padding: 0;
  644. color: rgba(0,0,0,0.85);
  645. float: unset;
  646. h4{@include setFontStyle(-2);font-weight: 700;color: rgba(0, 0, 0, 1);margin-bottom: 24px;margin-top:0;text-align: center;}
  647. h5{@include setFontStyle(-4);font-weight: 700;color: rgba(0, 0, 0, 1);margin-bottom: 24px;}
  648. li{
  649. span{color: rgba(0,0,0,0.54);}
  650. }
  651. }
  652. img{float: unset;width: calc(100% + 50px);margin: 0 -25px;}
  653. }
  654. }
  655. }
  656. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  657. .client-newsInfor-page{
  658. // banner
  659. .newsInfor-banner{
  660. width: 100%;height: 305px;background-image: url("~static/images/client/newsInfor/newsInfor-banner-bg.png");overflow: hidden;
  661. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  662. }
  663. // 菜单 ul
  664. .newsInfor-menu-ul{
  665. display: block;
  666. margin: 0 auto;
  667. text-align: center;
  668. background: #F7F9FB;
  669. li{display: inline-block;@include setFontStyle(-2);padding:24px 32px;color: rgba(0,0,0,0.64);background: #F7F9FB;transition: all .3s;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);border-bottom: 1px solid rgba(52, 99, 253, 0.08);@include single-line-ellipsis;cursor: pointer}
  670. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  671. li:hover{
  672. transform: scale(1.1);
  673. }
  674. }
  675. // 页面主要内容区域
  676. .newsInfor-content-box{
  677. min-height: 304px;
  678. padding: 48px 0 80px;
  679. ul{display: inline-block;vertical-align: top}
  680. // 右侧内容区域
  681. .newsInfor-content-ul{
  682. padding: 0 32px;
  683. li{margin-bottom: 40px;cursor: pointer}
  684. li:last-child{margin-bottom: 0;}
  685. //图片
  686. .newsInfor-img-box{width:318px;height:178px;display: inline-block;margin-right: 32px;border-radius: 8px;overflow: hidden;vertical-align: top;background-repeat: no-repeat;background-size: cover;background-position: center;}
  687. //内容区域
  688. .newsInfor-list-content{
  689. width: calc(100% - 350px);
  690. display: inline-block;
  691. vertical-align: top;
  692. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  693. div{
  694. margin-bottom: 8px;
  695. 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");}
  696. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  697. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  698. }
  699. p{height: 72px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 32px;text-align: justify;@include multi-line-ellipsis(3);overflow: hidden;}
  700. a{@include setFontStyle(-6);color: #4A73FD;}
  701. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  702. a:hover{cursor: pointer;}
  703. }
  704. }
  705. }
  706. @media (max-width: 768px){
  707. // banner
  708. .newsInfor-banner{
  709. height: 150px;
  710. img{width: auto;height: 150px;}
  711. }
  712. // 页面主要内容区域
  713. .newsInfor-content-box{
  714. min-height: unset;padding: 20px 0 50px;
  715. // 右侧内容区域
  716. .newsInfor-content-ul{
  717. width:100%;padding: 0 6%;box-sizing: border-box;
  718. li{box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;margin-bottom: 20px;}
  719. //图片
  720. .newsInfor-img-box{width:100%;height:180px;display: block;margin-right:0;border-radius: 0;}
  721. //内容区域
  722. .newsInfor-list-content{
  723. width: 100%;padding: 20px;box-sizing: border-box;
  724. h5{@include setFontStyle(-4);color: rgb(16, 16, 16);margin-bottom: 12px;}
  725. div{
  726. span{margin-bottom: 0;@include setFontStyle(-8);color: rgb(16, 16, 16);}
  727. }
  728. p{height: auto;max-height: 60px;margin-bottom:0;font-size: 14px;color: rgb(16, 16, 16);line-height: 20px;}
  729. }
  730. // 分页
  731. .client-el-pagination{margin-top: 24px}
  732. }
  733. }
  734. }
  735. }
  736. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  737. .client-government-page{
  738. // banner
  739. .industrydetails-banner{background-color: #1B33B7;}
  740. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/government-banner-img.png");}
  741. // 我们的系统为您改变了什么
  742. .government-change-box{
  743. background: #F9FAFF;
  744. padding-bottom: 80px;
  745. .industrydetails-content{
  746. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  747. li{
  748. p{margin-left: 30px}
  749. }
  750. img{width:100px;display: inline-block;vertical-align: top;margin: 85px 25px 85px 30px;}
  751. }
  752. .change-content-left{
  753. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  754. h5,li,li i{color: #fff;border-color: #fff;}
  755. p{color: rgba(255,255,255,0.65);}
  756. }
  757. .change-content-right{width: 525px;display: inline-block;padding-top: 64px;}
  758. }
  759. // 我们的优势
  760. .government-advantage-box{
  761. padding-bottom: 50px;
  762. h4{margin-bottom: 48px;}
  763. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  764. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  765. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  766. i{width: 17px;height: 17px;float:left;box-sizing: border-box;opacity: 0.8;display: inline-block;border: 1px solid #2B5CFD;transform: rotate(45deg);margin-right: 16px;}
  767. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  768. }
  769. @media (max-width: 768px) {
  770. // 我们的系统为您改变了什么
  771. .government-change-box{
  772. background: rgb(238, 238, 238);padding: 0 15px;
  773. .industrydetails-content{
  774. height: auto;margin-top: 20px;background-image:unset;position: relative;
  775. li{
  776. p{margin-left: 20px}
  777. }
  778. img{width:80px;display:block;margin: -60px auto;position: absolute;left: 50%;margin-left: -40px;}
  779. }
  780. .change-content-left,.change-content-right{
  781. width: 100%;box-sizing: border-box;margin-bottom: 20px;
  782. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  783. i{border-color: #fff;opacity: 1;}
  784. }
  785. .change-content-left{background-color: rgb(0, 102, 204);padding: 20px 16px;}
  786. .change-content-right{background-color: rgb(255, 186, 0);padding: 60px 16px 36px;}
  787. }
  788. }
  789. }
  790. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  791. .client-finance-page{
  792. // banner
  793. .industrydetails-banner{background-color: #593513;}
  794. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/finance-banner-img.png");}
  795. // 金融行业的问题
  796. .finance-question-box{
  797. background: #F9FAFF;
  798. padding: 80px 0;
  799. .finance-question-top{
  800. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  801. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  802. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  803. }
  804. ul{
  805. width:460px;min-height:345px;display: inline-block;border: 1px solid #2B67FD;border-radius: 4px;padding: 32px;box-sizing: border-box;vertical-align: middle;margin: 0 52px;
  806. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  807. p{margin-left: 30px;}
  808. }
  809. .finance-question-right{
  810. border: 1px solid #FF6226;
  811. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  812. }
  813. }
  814. @media (max-width: 768px) {
  815. .finance-question-box{background-color: rgb(238, 238, 238);padding: 20px 15px 30px;}
  816. .phone-class-box{
  817. ul{
  818. border: 0;width: 100%;margin: 0;padding: 20px 0 0;min-height: unset;
  819. li{margin-bottom: 10px;}
  820. i{width: 10px;height: 10px;margin-right: 8px;margin-top: 8px;border: 1px solid #fff;opacity: 1;border-radius:0;
  821. float: left;box-sizing: border-box;display: block;transform: rotate(45deg);background-image: unset;}
  822. p{font-size: 14px;color: white;line-height: 24px;margin-left: 20px;text-align: justify;}
  823. }
  824. h4{color: #fff;}
  825. img {width: 130px;display: block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
  826. .financial-tradition-phone{background-color: rgb(0, 102, 204);margin: 0 0 20px;padding: 0 16px 20px;}
  827. .financial-solve-phone{background-color: rgb(247, 109, 0);padding: 40px 16px 36px;}
  828. }
  829. }
  830. }
  831. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  832. .client-information-page{
  833. // banner
  834. .industrydetails-banner{background-color: #070B20;}
  835. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/information-banner-img.png");}
  836. // 我们的系统为您改变了什么
  837. .information-change-box{
  838. background: #F9FAFF;
  839. padding-bottom: 80px;
  840. .industrydetails-content{
  841. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  842. li{
  843. p{margin-left: 30px;}
  844. }
  845. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  846. }
  847. .change-content-left{
  848. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  849. h5,li,li i{color: #fff;border-color: #fff;}
  850. p{color: rgba(255,255,255,0.65);}
  851. }
  852. .change-content-right{width: 500px;display: inline-block;padding-top: 36px;}
  853. }
  854. @media (max-width: 768px) {
  855. // 我们的系统为您改变了什么
  856. .information-change-box{
  857. background-color: rgb(238, 238, 238);padding: 0 15px 15px;
  858. .industrydetails-content{
  859. height: auto;margin-top: 20px;background-image:unset;position: relative;
  860. li{
  861. p{margin-left: 20px}
  862. }
  863. img{width:130px;display:block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
  864. }
  865. .change-content-left,.change-content-right{
  866. width: 100%;box-sizing: border-box;margin-bottom: 20px;
  867. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  868. i{border-color: #fff;opacity: 1;}
  869. }
  870. .change-content-left{background-color: rgb(14, 60, 106);padding: 20px 16px;}
  871. .change-content-right{background-color: rgb(164, 3, 3);padding: 60px 16px 36px;}
  872. }
  873. }
  874. }
  875. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  876. .client-energy-page{
  877. // banner
  878. .industrydetails-banner{background-color: #073A44;}
  879. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/energy-banner-img.png");}
  880. // 我们的系统为您改变了什么
  881. .energy-change-box{
  882. background: #F9FAFF;
  883. padding-bottom: 80px;
  884. // 模块上半部分
  885. .change-box-top{
  886. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  887. i{border: 1px solid #fff;}
  888. }
  889. // 模块下半部分
  890. .change-box-bottom{
  891. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  892. h5{margin-top: 55px;}
  893. li:nth-of-type(odd){p{margin-right: 60px}}
  894. }
  895. h5{color: rgba(255,255,255,0.85);}
  896. li{
  897. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);line-height: 22px;vertical-align: top;
  898. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  899. }
  900. img{position: absolute;top: -70px;left: 50%;margin-left: -50px;}
  901. }
  902. @media (max-width: 768px) {
  903. // 我们的系统为您改变了什么
  904. .energy-change-box{
  905. background-color: rgb(238, 238, 238);padding: 0 15px 15px;
  906. // 模块上半部分
  907. .change-box-top{width: 100%;height:auto;padding: 20px 16px;margin:20px 0 20px;border-radius:0;}
  908. // 模块下半部分
  909. .change-box-bottom{width: 100%;height:auto;padding: 60px 16px 36px;margin:0 0 20px;border-radius:0;background-color: rgb(255, 115, 5);}
  910. .change-box-top,.change-box-bottom{
  911. i{border: 1px solid #fff;opacity: 1;}
  912. h5{margin-top: 20px;color: #fff;}
  913. li:nth-of-type(odd){p{margin-right: 0}}
  914. }
  915. li{
  916. width: 100%;display: block;
  917. p{margin-left: 20px;color: #fff;}
  918. }
  919. }
  920. }
  921. }
  922. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  923. .client-traffic-page{
  924. // banner
  925. .industrydetails-banner{background-color: #0A2F41;}
  926. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");}
  927. // 我们的系统为您改变了什么
  928. .traffic-change-box{
  929. background: #F9FAFF;
  930. padding-bottom: 80px;
  931. .change-content-left,.change-content-right{
  932. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  933. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  934. ul{margin-top: 80px;margin-left: 32px;}
  935. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  936. }
  937. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  938. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  939. }
  940. @media (max-width: 768px) {
  941. // 我们的系统为您改变了什么
  942. .traffic-change-box{
  943. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  944. .change-content-left,.change-content-right{
  945. width: 100%;height: unset;margin:0;box-sizing: border-box;
  946. ul{margin: 0;}
  947. h5{height: unset;line-height: unset;@include setFontStyle(-4);color: rgba(255, 255, 255, 1);margin-bottom: 16px;text-align: center;font-weight: 700;}
  948. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  949. i{width: 10px;height: 10px;border-color: #fff;opacity: 1;border-radius: 0;}
  950. }
  951. .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;background-image:unset;margin: 20px 0;}
  952. .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;background-image:unset;}
  953. }
  954. }
  955. }
  956. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  957. .client-education-page{
  958. // banner
  959. .industrydetails-banner{background-color: #085903;}
  960. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/education-banner-img.png");}
  961. // 我们的系统为您改变了什么
  962. .education-change-box{
  963. background: #F9FAFF;padding-bottom: 80px;
  964. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  965. .industrydetails-content{position: relative;}
  966. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  967. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  968. .change-content-right{width: 610px;float:right;padding:32px 0 32px 100px;background-image: url("~static/images/client/industrydetails/education-right-bg.png");margin-left: -55px;}
  969. }
  970. @media (max-width: 768px) {
  971. .education-change-box{
  972. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  973. img{width:100px;margin: -105px auto;margin-left: -50px;}
  974. .mt48{margin-top: 20px;}
  975. .change-content-left,.change-content-right{
  976. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  977. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  978. i{border-color: #fff;opacity: 1;}
  979. }
  980. .change-content-left{background-color: rgb(50, 159, 132);padding: 20px 16px 52px;}
  981. .change-content-right{background-color: rgb(249, 163, 97);padding: 60px 16px 16px;}
  982. }
  983. }
  984. }
  985. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  986. .client-restaurant-page{
  987. // banner
  988. .industrydetails-banner{background-color: #1C1E21;}
  989. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");}
  990. // 我们的系统为您改变了什么
  991. .restaurant-change-box{
  992. background: #F9FAFF;
  993. padding-bottom: 80px;
  994. .industrydetails-content{
  995. position: relative;
  996. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  997. }
  998. .change-content-left,.change-content-right{
  999. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  1000. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  1001. ul{margin-top: 32px;margin-left: 48px;}
  1002. }
  1003. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  1004. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  1005. }
  1006. @media (max-width: 768px) {
  1007. // 我们的系统为您改变了什么
  1008. .restaurant-change-box{
  1009. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  1010. .mt48{margin-top: 20px;}
  1011. .industrydetails-content img{margin-top: -85px;}
  1012. .change-content-left,.change-content-right{
  1013. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  1014. ul{margin: 0;}
  1015. h5{height: unset;line-height: unset;color: #fff;}
  1016. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  1017. i{border-color: #fff;opacity: 1;}
  1018. }
  1019. .change-content-left{background-color: rgb(240, 112, 112);padding: 20px 16px;}
  1020. .change-content-right{background-color: rgb(255, 207, 78);padding: 60px 16px 16px;}
  1021. }
  1022. }
  1023. }
  1024. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  1025. .client-medical-page{
  1026. // banner
  1027. .industrydetails-banner{background-color: #2178E0;}
  1028. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/medical-banner-img.png");}
  1029. // 我们的系统为您改变了什么
  1030. .medical-change-box{
  1031. background: #F9FAFF;
  1032. padding-bottom: 80px;
  1033. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  1034. .change-content-left,.change-content-right{
  1035. width: 500px;display:inline-block;vertical-align: top;
  1036. ul{margin-left: 48px;}
  1037. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  1038. p{color: rgba(255,255,255,0.65);}
  1039. i{border-color: #fff;}
  1040. }
  1041. .change-content-left{margin-right: 180px;}
  1042. }
  1043. @media (max-width: 768px) {
  1044. .medical-change-box{
  1045. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  1046. .industrydetails-content{width: 100%;height: unset;background-image:unset;}
  1047. .mt48{margin-top: 20px;}
  1048. .change-content-left,.change-content-right{
  1049. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  1050. ul{margin: 0;}
  1051. h5{height: unset;line-height: unset;color: #fff;margin-top: 0;}
  1052. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  1053. i{border-color: #fff;opacity: 1;}
  1054. }
  1055. .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;}
  1056. .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;}
  1057. }
  1058. }
  1059. }
  1060. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  1061. .client-indexEducation-page{
  1062. padding-bottom: 80px;
  1063. .client-platform-banner{
  1064. background-color: #04004a;
  1065. .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #3e7ce7;border: 1px solid #3e7ce7;box-sizing: border-box;
  1066. position: absolute;top: 330px;left: 50%;margin-left: -150px;}
  1067. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 30px;}
  1068. }
  1069. @media (max-width: 768px){
  1070. padding-bottom: 15px;
  1071. .client-platform-banner{
  1072. .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;top: 105px;margin-left: -130px}
  1073. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 10px;}
  1074. }
  1075. }
  1076. }
  1077. /******** describe: 课程资源 author: TX date:2020-09-03 ********/
  1078. .client-resources-page{
  1079. // 图标列表
  1080. .train-scheme-list{
  1081. margin: 54px -24px 0;
  1082. li{width: 25%;display: inline-block;text-align: center}
  1083. i{width: 100px;height: 100px;display: block;margin: 0 auto;}
  1084. span{@include setFontStyle(-4);color: #333;margin-top: 10px;display: block;}
  1085. div{box-shadow: 0 0 7px 2px #f5f2ff;margin: 24px;padding: 42px 0;}
  1086. li:nth-child(1) i{background-image: url("~static/images/client/resources/train-scheme-icon1.png")}
  1087. li:nth-child(2) i{background-image: url("~static/images/client/resources/train-scheme-icon2.png")}
  1088. li:nth-child(3) i{background-image: url("~static/images/client/resources/train-scheme-icon3.png")}
  1089. li:nth-child(4) i{background-image: url("~static/images/client/resources/train-scheme-icon4.png")}
  1090. li:nth-child(5) i{background-image: url("~static/images/client/resources/train-scheme-icon5.png")}
  1091. li:nth-child(6) i{background-image: url("~static/images/client/resources/train-scheme-icon6.png")}
  1092. li:nth-child(7) i{background-image: url("~static/images/client/resources/train-scheme-icon7.png")}
  1093. li:nth-child(8) i{background-image: url("~static/images/client/resources/train-scheme-icon8.png")}
  1094. }
  1095. // 为企业培训打造学习矩阵
  1096. .products-services-content p{line-height: 52px;}
  1097. // 蓝色提醒文字
  1098. .blue-big-size{
  1099. font-size: 26px;color: #3e7ce7;padding: 0 5px;
  1100. }
  1101. // 课程内容形式多样
  1102. .course-learn-box{
  1103. background: #f9faff;
  1104. // video列表
  1105. .learn-box-list{
  1106. margin: 54px -16px 0;
  1107. li{
  1108. width: 33.33%;display: inline-block;
  1109. a{display: none;}
  1110. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;box-shadow: 0 0 7px 2px #f5f2ff;}
  1111. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  1112. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  1113. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  1114. img{transition: all 0.5s;}
  1115. p{@include setFontStyle(-4);color: #3e7ce7;padding: 24px 16px 16px;text-align: left}
  1116. .course-explain-black{@include setFontStyle(-4);color: #333;line-height: 24px;padding: 0 16px 24px;}
  1117. }
  1118. li span:hover{img{transform: scale(1.1);}}
  1119. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  1120. }
  1121. }
  1122. // banner背景色
  1123. .client-platform-banner{background-color: #03022e;}
  1124. // 新闻资讯
  1125. .platform-news-information{background: #fff;}
  1126. // 按钮
  1127. .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;border: 1px solid #3e7ce7;background: #3e7ce7;margin-right: 24px;margin-bottom: 42px;}
  1128. .client-default-white-Btn{background: #fff;color:#3e7ce7;margin-right: 0 }
  1129. @media (max-width: 768px){
  1130. // 图标列表
  1131. .train-scheme-list{
  1132. margin: 12px 16px 36px;
  1133. li{
  1134. width: 50%;
  1135. i{width: 70px;height: 70px;background-size: cover;}
  1136. div{margin: 6px;padding: 24px 0;}
  1137. }
  1138. }
  1139. // 为企业培训打造学习矩阵
  1140. .products-services-content p{font-size: 14px;line-height: 40px;text-align: center;color: #101010;}
  1141. // 蓝色提醒文字
  1142. .blue-big-size{font-size: 18px;}
  1143. // 按钮box
  1144. .default-Btn-box{text-align: center}
  1145. // 视频列表
  1146. .course-learn-box{
  1147. margin:0;background-color: rgb(238, 238, 238);
  1148. .client-container {padding: 0 15px;}
  1149. .learn-box-list{
  1150. margin: 20px 0;
  1151. li {
  1152. width: 100%;
  1153. div{box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;border-radius:0;margin: 0 16px;}
  1154. span {width: 100%;height: 180px;margin-top: 0;border-radius: 0;}
  1155. img {max-width: 100%;}
  1156. p {font-size: 14px;padding: 16px 0;text-align: center;}
  1157. .course-explain-black{font-size: 14px;text-align: left;padding: 0 16px 20px;}
  1158. }
  1159. }
  1160. }
  1161. // 按钮
  1162. .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;margin:0 8px 42px;}
  1163. }
  1164. }
  1165. /******** describe: 考试系统更新日志 author: TX date:2020-09-03 ********/
  1166. .client-checklog-page{
  1167. // banner
  1168. .client-checklog-banner{
  1169. width: 100%;height: 300px;background-color: rgb(0, 102, 204);text-align: center;
  1170. h4{font-size: 56px;color: rgba(255, 255, 255, 1);font-weight: bold;padding-top: 64px;}
  1171. p{font-size: 28px;color: rgb(255, 255, 255);padding-top: 24px;}
  1172. }
  1173. // 数据展示
  1174. .log-data-show{
  1175. height: 200px;
  1176. border-color: rgb(187, 187, 187);
  1177. border-width: 1px;
  1178. border-style: solid;
  1179. box-shadow: rgb(121, 188, 255) 0px 2px 6px 0px;
  1180. border-radius: 10px;
  1181. padding: 24px;
  1182. box-sizing: border-box;
  1183. display: flex;
  1184. justify-content: space-evenly;
  1185. margin-top: -64px;
  1186. background: #fff;
  1187. div{
  1188. display: inline-block;text-align: center;
  1189. span{font-size: 24px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 32px;display: inline-block;}
  1190. p{font-size: 54px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 10px;}
  1191. }
  1192. i{width: 1px;height: 150px;background: lightgray;display: inline-block;}
  1193. }
  1194. // 日志内容
  1195. .log-content-box{
  1196. margin: 52px auto 100px;color: rgb(16, 16, 16);
  1197. li{
  1198. color: rgb(16, 16, 16);border-bottom: 1px dashed #ccc;padding: 0 88px;
  1199. h5{font-size: 18px;margin: 14px 0;font-weight: bold;}
  1200. span{font-size: 18px;margin-bottom: 14px;display: block;font-weight: bold;}
  1201. div{margin-bottom: 14px;}
  1202. i{width: 12px;height: 1px;display: inline-block;background: #bbb;vertical-align: top;margin: 10px 6px 10px 0;}
  1203. p{width: 1000px;font-size: 16px;display: inline-block;vertical-align: middle;line-height: 24px;color: #000;text-align: justify}
  1204. }
  1205. li:last-child{border: 0;}
  1206. }
  1207. }
  1208. /******** describe: 体验中心 author: TX date:2021-06-09 ********/
  1209. .tiyan-center-page{
  1210. .tiyan-center-register{
  1211. background: #3776ff;text-align: center;padding: 52px 0;margin-top: 70px;
  1212. h5{font-size: 42px;color: #fff;margin: 24px 0;}
  1213. p{font-size: 32px;color: #fff;margin-bottom: 52px;}
  1214. span{font-size: 52px;color: #ffff00}
  1215. a{width: 355px;height: 60px;line-height: 60px;text-align: center;background: #ff4d4d;border-radius: 4px;display: inline-block;color: #fff;}
  1216. }
  1217. @media (max-width: 768px){
  1218. /* 网站banner */
  1219. .client-platform-banner div{background-position-x: 42%;}
  1220. .experience-swiper-box .swiper-pagination-style {width: 80px;margin-left: -30px;}
  1221. }
  1222. }
  1223. // 立即注册弹窗
  1224. .register-now-dialog{
  1225. .el-dialog{
  1226. width:540px;
  1227. // 关闭图标
  1228. .el-icon-close:before{color: #fff}
  1229. // 弹窗头部
  1230. .el-dialog__header{height: 100px;background: #363fdc;}
  1231. // 弹窗body
  1232. .el-dialog__body{
  1233. height:200px;position: relative;background: #fff;
  1234. .register-now-box{
  1235. position: absolute;top: -100px;left: 0;right: 0;
  1236. >p{font-size: 18px;color: #fff;text-align: center;line-height: 24px;margin-bottom: 8px}
  1237. >span{
  1238. margin-top: 36px;color: #666;font-size: 16px;display: block;text-align: center;
  1239. .tel-code{font-size: 30px;color:#1f68b4;font-weight: bold;}
  1240. }
  1241. }
  1242. }
  1243. .system-box{
  1244. width:400px;height:160px;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;margin: 16px auto;display:flex;justify-content: space-around;align-items: center;
  1245. a{
  1246. display: inline-block;
  1247. i{width: 158px;height: 120px;display: block;background-size: cover;}
  1248. }
  1249. span{width: 1px;min-height: 100px;display:inline-block;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
  1250. p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
  1251. }
  1252. .system-box:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon3.png");} }
  1253. .system-box:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon6.png");} }
  1254. }
  1255. }
  1256. // 系统维护弹窗
  1257. .system-maintain-dialog{
  1258. .el-dialog{width: 540px;height: 380px;background-image:url("~static/images/client/tiyanCenter/ty-dialog-bj.jpg");}
  1259. }
  1260. /******** describe: 课程开发解决方案 author: TX date:2021-08-06 ********/
  1261. .course-develop-page{
  1262. // 标题
  1263. .course-develop-title{background-color: rgb(39, 68, 98);padding: 50px 0 100px;font-weight: 700;font-size: 24px;color: rgb(255, 255, 255);text-align: center;}
  1264. // form
  1265. .course-develop-form{width: 90%;min-height: 380px;background: #fff;margin: -50px auto 0;padding: 40px 24px;box-sizing: border-box;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px -1px;}
  1266. // 滑块px
  1267. .nc-container{
  1268. overflow: hidden;height: 52px;
  1269. .nc_wrapper{width:100%!important;margin-bottom: 22px;border-radius: 5px;overflow: hidden;}
  1270. .nc_scale{
  1271. height: 30px;
  1272. .scale_text{overflow: hidden;line-height: 30px;}
  1273. span{width:40px;height: 30px;line-height: 30px;border-radius: 5px;border: 1px solid rgb(187, 187, 187);box-sizing: border-box;overflow: hidden}
  1274. }
  1275. .btn_ok{margin-left: -1px;}
  1276. }
  1277. // 输入框-验证码
  1278. .course-develop-input-code{width: calc(100% - 122px);}
  1279. .course-develop-code-btn.el-button{width:110px;box-sizing:border-box;padding: 12px;margin-left: 8px;background-color: rgb(0, 102, 204);color: #fff;}
  1280. // 公司名称
  1281. .dialog-input-company{
  1282. .el-form-item__content{display: grid;}
  1283. }
  1284. // 表单按钮
  1285. .form-blue-btn,.form-border-btn{
  1286. width: 100%;height: 50px;line-height: 50px;color: rgb(255, 255, 255);border-radius: 5px;@include setFontStyle(-4);text-align: center;border: 1px solid transparent;
  1287. }
  1288. .form-blue-btn{background-color: rgb(0, 102, 204);border-color:rgb(0, 102, 204);}
  1289. .form-border-btn{display:block;border-color:rgb(0, 102, 204);color:rgb(0, 102, 204);margin-top: 20px; }
  1290. // 咨询电话
  1291. .course-develop-tel{display:block;text-align: center;margin: 60px 0;font-weight: 700;@include setFontStyle(-2);color: #101010;}
  1292. // 产品
  1293. .dialog-input-company{text-align: center;padding: 0;}
  1294. }
  1295. /******** describe: 注册页面--手机 author: TX date:2021-08-06 ********/
  1296. .register-phone-page{
  1297. // 标题
  1298. .course-develop-title{font-size: 20px;}
  1299. // 咨询电话
  1300. .course-develop-tel{margin: 46px 0;}
  1301. }
  1302. /******** describe: 复制路径页面--手机 author: TX date:2021-08-06 ********/
  1303. .copy-url-page{
  1304. background: #fff;height: 100vh;
  1305. // 底部
  1306. .success-body-box{
  1307. img{max-width: 100%;padding: 30px;box-sizing: border-box;}
  1308. p{font-weight: 700;font-size: 20px;color: rgb(31, 104, 176);text-align: center;margin: 4px 0;}
  1309. span{line-height: 24px;font-weight: 400;font-size: 16px;color: rgb(16, 16, 16);display: block;text-align: center;padding:30px;word-break: break-all;}
  1310. a{width: 122px;height: 36px;line-height:36px;background-color: rgb(234, 118, 27);color: rgb(255, 255, 255);
  1311. border-radius: 5px;font-size: 14px;display: block;margin: 0 auto;text-align: center}
  1312. }
  1313. }
  1314. /******** describe: 企业微课制作 author: TX date:2021-09-13 ********/
  1315. .client-makeCourse-page{
  1316. .client-platform-banner{
  1317. background-color: #22252A;
  1318. .free-trial-default-btn{background: #f76377}
  1319. }
  1320. // 按钮
  1321. .btn-big-box{width: 263px;margin: 50px auto 0;display: block;text-align: center;}
  1322. // 页面标题
  1323. .make-course-title {width: 100%;font-size: 24px;font-weight: normal;margin-bottom: 35px;padding-left: 10px;color: #333;text-align: center}
  1324. .course-blue-title{color: #3E7BE6;}
  1325. // 页面文字
  1326. .make-course-h2{
  1327. width: 100%;text-align: center;padding: 40px 0;border-bottom: 1px solid #CCC;
  1328. img{max-width: 100%;}
  1329. }
  1330. // 基本介绍
  1331. .makeCourse-introduce-box{
  1332. margin: 64px 0;
  1333. dl {
  1334. width: 580px;float: left;padding-top: 100px;padding-left: 20px;
  1335. h3{text-align: left}
  1336. dt {width: 100%;font-size: 18px;font-weight: normal;margin-bottom: 35px;color: #333;padding-left: 10px;}
  1337. }
  1338. }
  1339. .contrary-introduce-box{
  1340. margin-bottom: 88px;
  1341. dl {
  1342. width: 480px;float: right;padding-top: 0;height: 350px;
  1343. dt {margin-bottom: 20px;}
  1344. dd{margin-top: 35px;}
  1345. }
  1346. }
  1347. // 课程目标
  1348. .course-target-box{
  1349. background: #F8F8F8;padding: 42px 0;
  1350. li{
  1351. width: 20%;display: inline-block;
  1352. div{text-align: center;background: #fff;margin: 5px;padding: 24px 0;}
  1353. img{height: 100px;margin-bottom: 24px;}
  1354. span{text-align: center;font-size: 18px;color: #333;display: block}
  1355. }
  1356. }
  1357. // 培训讲师介绍
  1358. .px-teacher-box{
  1359. margin: 60px 0;
  1360. .teacher-content-box{display: flex;justify-content: space-between;align-items: center;}
  1361. span{display: block;font-size: 18px;color: #333;text-align: center;}
  1362. p{margin-left: 70px;line-height: 50px;}
  1363. .btn-big-box{margin-top: 32px;}
  1364. }
  1365. // 课程体系
  1366. .course-system-box{
  1367. padding: 32px 0;
  1368. .course-system-img{margin-bottom: 40px;max-width: 100%;}
  1369. img{max-width: 100%;}
  1370. }
  1371. // 微课设计
  1372. .course-learn-box{
  1373. padding: 64px 0;
  1374. .learn-box-list li div{margin: 0 16px 0;}
  1375. }
  1376. // 报名学习
  1377. .sign-study-box{
  1378. width: 100%;
  1379. .study-gj-box{width: 100%;height: 298px;background-image:url("~static/images/client/makeCourse/sign-study-bj.png");
  1380. margin-top: 20px;border-radius: 8px;bottom: -20px;position: relative;}
  1381. .sign-study-content{
  1382. position: absolute;bottom: 74px;font-size: 0;left: 76px;
  1383. .el-input{
  1384. width: 400px;font-size: 16px;
  1385. .el-input__inner{height: 64px;display: inline-block;border-radius: 0;font-size: 16px}
  1386. .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
  1387. font-size: 16px;
  1388. }
  1389. .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
  1390. font-size: 16px;
  1391. }
  1392. .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
  1393. font-size: 16px;
  1394. }
  1395. }
  1396. .el-button{width:150px;height:64px;display: inline-block;margin-left: -1px;font-size: 16px}
  1397. }
  1398. }
  1399. @media (max-width: 768px) {
  1400. // 按钮
  1401. .client-default-Btn{width: 120px;height: 35px;line-height: 35px;margin: 32px auto 0;}
  1402. // 页面标题
  1403. .make-course-title {font-size: 16px;margin-bottom: 16px;color: #3E7BE6;padding-left: 0;font-weight: bold;}
  1404. // 页面文字
  1405. .make-course-h2{
  1406. padding: 32px 0;
  1407. }
  1408. // 基本介绍
  1409. .makeCourse-introduce-box{
  1410. margin: 32px 0;
  1411. img{max-width: 100%;display: block;margin: 0 auto;}
  1412. dl {
  1413. width: 100%;float: unset;padding: 24px 10px;box-sizing: border-box;text-align: center;
  1414. h3{text-align: center;}
  1415. dt {font-size: 14px;margin-bottom: 16px;color: #555555;padding-left: 0;line-height: 24px}
  1416. }
  1417. }
  1418. .contrary-introduce-box{
  1419. dl {
  1420. width: 100%;float: unset;padding: 24px 10px;box-sizing: border-box;text-align: center;height: unset;
  1421. dt {margin-bottom: 4px;}
  1422. }
  1423. }
  1424. // 课程目标
  1425. .course-target-box{
  1426. background: #F8F8F8;padding: 16px 0 32px;
  1427. h3{font-size: 18px;color: #333;margin: 12px 0;text-align: center}
  1428. ul{text-align: center;}
  1429. li{
  1430. width: 33.33%;
  1431. div{margin: 6px;padding: 16px 0;}
  1432. img{height: 40px;margin-bottom: 10px;}
  1433. span{font-size: 16px;color: #333;}
  1434. }
  1435. .btn-big-box{margin-top: 50px;}
  1436. }
  1437. // 培训讲师介绍
  1438. .px-teacher-box{
  1439. margin: 32px 0;
  1440. .teacher-img-box{
  1441. width: 80px;padding: 0;box-sizing: border-box;flex-shrink: 0;
  1442. img{width: 80px;display: inline-block;vertical-align: middle;}
  1443. }
  1444. .teacher-content-box{display: flex;justify-content: space-between;}
  1445. span{font-size: 16px;margin: 10px 0;}
  1446. p{font-size: 14px;line-height: 24px;margin: 10px 12px;text-align: justify;}
  1447. .btn-big-box{margin-top: 32px;}
  1448. }
  1449. // 微课设计
  1450. .course-learn-box{
  1451. padding: 32px 0;
  1452. .client-container{padding: 0}
  1453. .learn-box-list li div{margin: 0}
  1454. }
  1455. // 报名学习
  1456. .sign-study-box{
  1457. background: #3776ff;
  1458. .client-container{padding: 0;}
  1459. .study-gj-box{height:180px;background-image:url("~static/images/client/makeCourse/sign-study-sjBj.png");background-size: contain;background-repeat: no-repeat;
  1460. bottom: 0;border-radius: 0;background-position: center;}
  1461. .sign-study-content{
  1462. bottom: 40px;left: 40px;right: 40px;
  1463. .el-input{
  1464. width: 68%;font-size: 14px;vertical-align: middle;
  1465. .el-input__inner{height: 38px;font-size: 14px}
  1466. .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
  1467. font-size: 14px;
  1468. }
  1469. .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
  1470. font-size: 14px;
  1471. }
  1472. .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
  1473. font-size: 14px;
  1474. }
  1475. }
  1476. .el-button{width:32%;height:38px;font-size: 14px;border-radius: 2px;vertical-align: middle; padding: 0;}
  1477. }
  1478. }
  1479. }
  1480. }
  1481. }