cus-client-page.scss 62 KB

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