cus-client-page.scss 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388
  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: #00AEBA;border:1px solid #00AEBA;box-sizing: border-box;margin-left: 36px;}
  370. // 课程定制开发流程
  371. .course-dzkf-box{
  372. display: flex;justify-content: center;margin: 32px 0 72px;
  373. div{width: 82px;display: inline-block;vertical-align: top;}
  374. i{width: 80px;height: 80px;display: block;border: 2px solid rgb(0, 174, 186);border-radius: 50%;margin-bottom: 16px;}
  375. i:before{content: '';width: 40px;height: 40px;display: block;background-size: contain;background-repeat: no-repeat;margin: 20px auto;}
  376. span{font-weight: 700;font-size: 18px;color: rgb(16, 16, 16);margin-bottom: 16px;display: block;}
  377. p{text-align: justify;font-weight: 400;font-size: 16px;color: #101010;}
  378. em{content: '';width: 30px;height: 30px;background-image: url("~static/images/client/course/course-jt-icon.svg");display: inline-block;margin: 25px 20px 0;}
  379. li:nth-child(1){i:before{background-image: url("~static/images/client/course/course-dzkf-icon1.png");}}
  380. li:nth-child(2){i:before{background-image: url("~static/images/client/course/course-dzkf-icon2.png");}}
  381. li:nth-child(3){i:before{background-image: url("~static/images/client/course/course-dzkf-icon3.png");}}
  382. li:nth-child(4){i:before{background-image: url("~static/images/client/course/course-dzkf-icon4.png");}}
  383. li:nth-child(5){i:before{background-image: url("~static/images/client/course/course-dzkf-icon5.png");}}
  384. li:nth-child(6){i:before{background-image: url("~static/images/client/course/course-dzkf-icon6.png");}}
  385. li:nth-child(7){i:before{background-image: url("~static/images/client/course/course-dzkf-icon7.png");}}
  386. }
  387. @media (max-width: 768px){
  388. /* 网站banner */
  389. .client-course-banner{height: 150px;background-size: cover;}
  390. // 菜单 ul
  391. .course-menu-ul{
  392. background: #fff;margin: 20px 0 0;
  393. 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);
  394. color: rgb(0, 102, 204);background: #fff;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);box-sizing: border-box}
  395. li.active{color: #fff;background: rgb(0, 102, 204);}
  396. li:hover{transform: none;}
  397. }
  398. // 内容区域
  399. .client-container{padding: 0;}
  400. // 申请方案按钮
  401. .free-trial-default-btn{width:122px;display: inline-block;margin: 0 0 54px;}
  402. // 联系我们按钮
  403. .course-apply-btn{margin-left: 16px;}
  404. }
  405. }
  406. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  407. .client-aboutUs-page{
  408. // banner
  409. .aboutUs-banner{width: 100%;height: 305px;background-image: url("~static/images/client/aboutUs/aboutUs-banner-bg.png");
  410. span{width: 1200px;overflow: hidden;display: block;margin: 0 auto;}
  411. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  412. }
  413. // 公司简介
  414. .company-profile-box{
  415. font-size: 0;
  416. img{width: 375px;margin: 48px auto 8px;display: block;}
  417. i{width: 340px;height: 4px;background: rgba(0, 174, 186, 1);display: block;margin: 0 auto 24px;}
  418. p{font-size: 18px;color: rgb(16, 16, 16);line-height: 24px;text-align: justify;margin: 24px 60px}
  419. }
  420. // 企业文化
  421. .corporate-culture-box{
  422. ul{display: flex;justify-content: center;flex-wrap: wrap;}
  423. li{
  424. width:42%;
  425. display: inline-block;
  426. vertical-align: middle;
  427. div{
  428. width: 390px;height: 195px;background-repeat: no-repeat;background-color: rgba(0, 0, 0, 0.5);background-blend-mode: overlay;
  429. border-radius: 8px;margin: 46px auto;text-align: center;
  430. p{font-size:20px;color: #fff;line-height: 195px;}
  431. }
  432. }
  433. li:nth-child(1){div{background-image: url("~static/images/client/aboutUs/corporate-culture-icon1.png");} }
  434. li:nth-child(2){div{background-image: url("~static/images/client/aboutUs/corporate-culture-icon2.png");} }
  435. li:nth-child(3){div{background-image: url("~static/images/client/aboutUs/corporate-culture-icon3.png");} }
  436. li:nth-child(4){div{background-image: url("~static/images/client/aboutUs/corporate-culture-icon4.png");} }
  437. }
  438. // 联系我们
  439. .contact-us-box{
  440. ul{margin: 24px 0 48px;}
  441. li{
  442. width: 50%;margin: 24px 0;display: inline-block;vertical-align: middle;
  443. i{width: 30px;height: 30px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  444. span{font-weight: 700;font-size: 25px;color: rgb(16, 16, 16);display: inline-block;vertical-align: middle;}
  445. }
  446. li:nth-child(1) {
  447. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  448. }
  449. li:nth-child(2) {
  450. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  451. }
  452. li:nth-child(3) {
  453. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  454. }
  455. li:nth-child(4) {
  456. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  457. }
  458. img{max-width: 100%;display: block;}
  459. }
  460. @media (max-width: 768px){
  461. // banner
  462. .aboutUs-banner{
  463. height: 150px;
  464. span{width: 100%;}
  465. img{width: auto;height: 150px;}
  466. }
  467. // 公司简介
  468. .company-profile-box{
  469. img{margin: 20px auto;max-width: 100%;}
  470. p{@include setFontStyle(-6);color: rgba(85, 85, 85, 1);line-height: 24px;margin: 0 10px 6px;}
  471. }
  472. // 企业文化
  473. .corporate-culture-box{
  474. padding: 50px 0 0;
  475. li{
  476. width:100%;
  477. div{
  478. height: 70px;margin: 0 10px 16px;border: 0;box-shadow: rgb(206, 206, 206) 0 0 6px -1px;padding: 14px 0;
  479. i{display: unset;float: left;margin-left: 30px;margin-bottom: 0;}
  480. h5{font-weight: 700;font-size: 16px;color: #101010;margin: 12px 0;}
  481. p{font-size: 14px;color: #101010;}
  482. }
  483. }
  484. }
  485. }
  486. }
  487. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  488. .client-newsInfor-page{
  489. // banner
  490. .newsInfor-banner{
  491. width: 100%;height: 305px;background-image: url("~static/images/client/newsInfor/newsInfor-banner-bg.png");overflow: hidden;
  492. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  493. }
  494. // 菜单 ul
  495. .newsInfor-menu-ul{
  496. display: block;
  497. margin: 0 auto;
  498. text-align: center;
  499. background: #F7F9FB;
  500. 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}
  501. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  502. li:hover{
  503. transform: scale(1.1);
  504. }
  505. }
  506. // 页面主要内容区域
  507. .newsInfor-content-box{
  508. min-height: 304px;
  509. padding: 48px 0 80px;
  510. ul{display: inline-block;vertical-align: top}
  511. // 右侧内容区域
  512. .newsInfor-content-ul{
  513. padding: 0 32px;
  514. li{margin-bottom: 40px;cursor: pointer}
  515. li:last-child{margin-bottom: 0;}
  516. //图片
  517. .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;}
  518. //内容区域
  519. .newsInfor-list-content{
  520. width: calc(100% - 350px);
  521. display: inline-block;
  522. vertical-align: top;
  523. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  524. div{
  525. margin-bottom: 8px;
  526. 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");}
  527. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  528. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  529. }
  530. 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;}
  531. a{@include setFontStyle(-6);color: #4A73FD;}
  532. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  533. a:hover{cursor: pointer;}
  534. }
  535. }
  536. }
  537. @media (max-width: 768px){
  538. // banner
  539. .newsInfor-banner{
  540. height: 150px;
  541. img{width: auto;height: 150px;}
  542. }
  543. // 页面主要内容区域
  544. .newsInfor-content-box{
  545. min-height: unset;padding: 20px 0 50px;
  546. // 右侧内容区域
  547. .newsInfor-content-ul{
  548. width:100%;padding: 0 6%;box-sizing: border-box;
  549. li{box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;margin-bottom: 20px;}
  550. //图片
  551. .newsInfor-img-box{width:100%;height:180px;display: block;margin-right:0;border-radius: 0;}
  552. //内容区域
  553. .newsInfor-list-content{
  554. width: 100%;padding: 20px;box-sizing: border-box;
  555. h5{@include setFontStyle(-4);color: rgb(16, 16, 16);margin-bottom: 12px;}
  556. div{
  557. span{margin-bottom: 0;@include setFontStyle(-8);color: rgb(16, 16, 16);}
  558. }
  559. p{height: auto;max-height: 60px;margin-bottom:0;font-size: 14px;color: rgb(16, 16, 16);line-height: 20px;}
  560. }
  561. // 分页
  562. .client-el-pagination{margin-top: 24px}
  563. }
  564. }
  565. }
  566. }
  567. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  568. .client-government-page{
  569. // banner
  570. .industrydetails-banner{background-color: #1B33B7;}
  571. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/government-banner-img.png");}
  572. // 我们的系统为您改变了什么
  573. .government-change-box{
  574. background: #F9FAFF;
  575. padding-bottom: 80px;
  576. .industrydetails-content{
  577. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  578. li{
  579. p{margin-left: 30px}
  580. }
  581. img{width:100px;display: inline-block;vertical-align: top;margin: 85px 25px 85px 30px;}
  582. }
  583. .change-content-left{
  584. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  585. h5,li,li i{color: #fff;border-color: #fff;}
  586. p{color: rgba(255,255,255,0.65);}
  587. }
  588. .change-content-right{width: 525px;display: inline-block;padding-top: 64px;}
  589. }
  590. // 我们的优势
  591. .government-advantage-box{
  592. padding-bottom: 50px;
  593. h4{margin-bottom: 48px;}
  594. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  595. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  596. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  597. 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;}
  598. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  599. }
  600. @media (max-width: 768px) {
  601. // 我们的系统为您改变了什么
  602. .government-change-box{
  603. background: rgb(238, 238, 238);padding: 0 15px;
  604. .industrydetails-content{
  605. height: auto;margin-top: 20px;background-image:unset;position: relative;
  606. li{
  607. p{margin-left: 20px}
  608. }
  609. img{width:80px;display:block;margin: -60px auto;position: absolute;left: 50%;margin-left: -40px;}
  610. }
  611. .change-content-left,.change-content-right{
  612. width: 100%;box-sizing: border-box;margin-bottom: 20px;
  613. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  614. i{border-color: #fff;opacity: 1;}
  615. }
  616. .change-content-left{background-color: rgb(0, 102, 204);padding: 20px 16px;}
  617. .change-content-right{background-color: rgb(255, 186, 0);padding: 60px 16px 36px;}
  618. }
  619. }
  620. }
  621. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  622. .client-finance-page{
  623. // banner
  624. .industrydetails-banner{background-color: #593513;}
  625. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/finance-banner-img.png");}
  626. // 金融行业的问题
  627. .finance-question-box{
  628. background: #F9FAFF;
  629. padding: 80px 0;
  630. .finance-question-top{
  631. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  632. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  633. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  634. }
  635. ul{
  636. 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;
  637. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  638. p{margin-left: 30px;}
  639. }
  640. .finance-question-right{
  641. border: 1px solid #FF6226;
  642. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  643. }
  644. }
  645. @media (max-width: 768px) {
  646. .finance-question-box{background-color: rgb(238, 238, 238);padding: 20px 15px 30px;}
  647. .phone-class-box{
  648. ul{
  649. border: 0;width: 100%;margin: 0;padding: 20px 0 0;min-height: unset;
  650. li{margin-bottom: 10px;}
  651. i{width: 10px;height: 10px;margin-right: 8px;margin-top: 8px;border: 1px solid #fff;opacity: 1;border-radius:0;
  652. float: left;box-sizing: border-box;display: block;transform: rotate(45deg);background-image: unset;}
  653. p{font-size: 14px;color: white;line-height: 24px;margin-left: 20px;text-align: justify;}
  654. }
  655. h4{color: #fff;}
  656. img {width: 130px;display: block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
  657. .financial-tradition-phone{background-color: rgb(0, 102, 204);margin: 0 0 20px;padding: 0 16px 20px;}
  658. .financial-solve-phone{background-color: rgb(247, 109, 0);padding: 40px 16px 36px;}
  659. }
  660. }
  661. }
  662. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  663. .client-information-page{
  664. // banner
  665. .industrydetails-banner{background-color: #070B20;}
  666. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/information-banner-img.png");}
  667. // 我们的系统为您改变了什么
  668. .information-change-box{
  669. background: #F9FAFF;
  670. padding-bottom: 80px;
  671. .industrydetails-content{
  672. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  673. li{
  674. p{margin-left: 30px;}
  675. }
  676. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  677. }
  678. .change-content-left{
  679. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  680. h5,li,li i{color: #fff;border-color: #fff;}
  681. p{color: rgba(255,255,255,0.65);}
  682. }
  683. .change-content-right{width: 500px;display: inline-block;padding-top: 36px;}
  684. }
  685. @media (max-width: 768px) {
  686. // 我们的系统为您改变了什么
  687. .information-change-box{
  688. background-color: rgb(238, 238, 238);padding: 0 15px 15px;
  689. .industrydetails-content{
  690. height: auto;margin-top: 20px;background-image:unset;position: relative;
  691. li{
  692. p{margin-left: 20px}
  693. }
  694. img{width:130px;display:block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
  695. }
  696. .change-content-left,.change-content-right{
  697. width: 100%;box-sizing: border-box;margin-bottom: 20px;
  698. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  699. i{border-color: #fff;opacity: 1;}
  700. }
  701. .change-content-left{background-color: rgb(14, 60, 106);padding: 20px 16px;}
  702. .change-content-right{background-color: rgb(164, 3, 3);padding: 60px 16px 36px;}
  703. }
  704. }
  705. }
  706. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  707. .client-energy-page{
  708. // banner
  709. .industrydetails-banner{background-color: #073A44;}
  710. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/energy-banner-img.png");}
  711. // 我们的系统为您改变了什么
  712. .energy-change-box{
  713. background: #F9FAFF;
  714. padding-bottom: 80px;
  715. // 模块上半部分
  716. .change-box-top{
  717. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  718. i{border: 1px solid #fff;}
  719. }
  720. // 模块下半部分
  721. .change-box-bottom{
  722. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  723. h5{margin-top: 55px;}
  724. li:nth-of-type(odd){p{margin-right: 60px}}
  725. }
  726. h5{color: rgba(255,255,255,0.85);}
  727. li{
  728. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);line-height: 22px;vertical-align: top;
  729. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  730. }
  731. img{position: absolute;top: -70px;left: 50%;margin-left: -50px;}
  732. }
  733. @media (max-width: 768px) {
  734. // 我们的系统为您改变了什么
  735. .energy-change-box{
  736. background-color: rgb(238, 238, 238);padding: 0 15px 15px;
  737. // 模块上半部分
  738. .change-box-top{width: 100%;height:auto;padding: 20px 16px;margin:20px 0 20px;border-radius:0;}
  739. // 模块下半部分
  740. .change-box-bottom{width: 100%;height:auto;padding: 60px 16px 36px;margin:0 0 20px;border-radius:0;background-color: rgb(255, 115, 5);}
  741. .change-box-top,.change-box-bottom{
  742. i{border: 1px solid #fff;opacity: 1;}
  743. h5{margin-top: 20px;color: #fff;}
  744. li:nth-of-type(odd){p{margin-right: 0}}
  745. }
  746. li{
  747. width: 100%;display: block;
  748. p{margin-left: 20px;color: #fff;}
  749. }
  750. }
  751. }
  752. }
  753. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  754. .client-traffic-page{
  755. // banner
  756. .industrydetails-banner{background-color: #0A2F41;}
  757. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");}
  758. // 我们的系统为您改变了什么
  759. .traffic-change-box{
  760. background: #F9FAFF;
  761. padding-bottom: 80px;
  762. .change-content-left,.change-content-right{
  763. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  764. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  765. ul{margin-top: 80px;margin-left: 32px;}
  766. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  767. }
  768. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  769. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  770. }
  771. @media (max-width: 768px) {
  772. // 我们的系统为您改变了什么
  773. .traffic-change-box{
  774. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  775. .change-content-left,.change-content-right{
  776. width: 100%;height: unset;margin:0;box-sizing: border-box;
  777. ul{margin: 0;}
  778. h5{height: unset;line-height: unset;@include setFontStyle(-4);color: rgba(255, 255, 255, 1);margin-bottom: 16px;text-align: center;font-weight: 700;}
  779. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  780. i{width: 10px;height: 10px;border-color: #fff;opacity: 1;border-radius: 0;}
  781. }
  782. .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;background-image:unset;margin: 20px 0;}
  783. .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;background-image:unset;}
  784. }
  785. }
  786. }
  787. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  788. .client-education-page{
  789. // banner
  790. .industrydetails-banner{background-color: #085903;}
  791. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/education-banner-img.png");}
  792. // 我们的系统为您改变了什么
  793. .education-change-box{
  794. background: #F9FAFF;padding-bottom: 80px;
  795. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  796. .industrydetails-content{position: relative;}
  797. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  798. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  799. .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;}
  800. }
  801. @media (max-width: 768px) {
  802. .education-change-box{
  803. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  804. img{width:100px;margin: -105px auto;margin-left: -50px;}
  805. .mt48{margin-top: 20px;}
  806. .change-content-left,.change-content-right{
  807. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  808. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  809. i{border-color: #fff;opacity: 1;}
  810. }
  811. .change-content-left{background-color: rgb(50, 159, 132);padding: 20px 16px 52px;}
  812. .change-content-right{background-color: rgb(249, 163, 97);padding: 60px 16px 16px;}
  813. }
  814. }
  815. }
  816. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  817. .client-restaurant-page{
  818. // banner
  819. .industrydetails-banner{background-color: #1C1E21;}
  820. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");}
  821. // 我们的系统为您改变了什么
  822. .restaurant-change-box{
  823. background: #F9FAFF;
  824. padding-bottom: 80px;
  825. .industrydetails-content{
  826. position: relative;
  827. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  828. }
  829. .change-content-left,.change-content-right{
  830. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  831. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  832. ul{margin-top: 32px;margin-left: 48px;}
  833. }
  834. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  835. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  836. }
  837. @media (max-width: 768px) {
  838. // 我们的系统为您改变了什么
  839. .restaurant-change-box{
  840. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  841. .mt48{margin-top: 20px;}
  842. .industrydetails-content img{margin-top: -85px;}
  843. .change-content-left,.change-content-right{
  844. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  845. ul{margin: 0;}
  846. h5{height: unset;line-height: unset;color: #fff;}
  847. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  848. i{border-color: #fff;opacity: 1;}
  849. }
  850. .change-content-left{background-color: rgb(240, 112, 112);padding: 20px 16px;}
  851. .change-content-right{background-color: rgb(255, 207, 78);padding: 60px 16px 16px;}
  852. }
  853. }
  854. }
  855. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  856. .client-medical-page{
  857. // banner
  858. .industrydetails-banner{background-color: #2178E0;}
  859. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/medical-banner-img.png");}
  860. // 我们的系统为您改变了什么
  861. .medical-change-box{
  862. background: #F9FAFF;
  863. padding-bottom: 80px;
  864. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  865. .change-content-left,.change-content-right{
  866. width: 500px;display:inline-block;vertical-align: top;
  867. ul{margin-left: 48px;}
  868. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  869. p{color: rgba(255,255,255,0.65);}
  870. i{border-color: #fff;}
  871. }
  872. .change-content-left{margin-right: 180px;}
  873. }
  874. @media (max-width: 768px) {
  875. .medical-change-box{
  876. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  877. .industrydetails-content{width: 100%;height: unset;background-image:unset;}
  878. .mt48{margin-top: 20px;}
  879. .change-content-left,.change-content-right{
  880. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  881. ul{margin: 0;}
  882. h5{height: unset;line-height: unset;color: #fff;margin-top: 0;}
  883. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  884. i{border-color: #fff;opacity: 1;}
  885. }
  886. .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;}
  887. .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;}
  888. }
  889. }
  890. }
  891. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  892. .client-indexEducation-page{
  893. padding-bottom: 80px;
  894. .client-platform-banner{
  895. background-color: #04004a;
  896. .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;
  897. position: absolute;top: 330px;left: 50%;margin-left: -150px;}
  898. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 30px;}
  899. }
  900. @media (max-width: 768px){
  901. padding-bottom: 15px;
  902. .client-platform-banner{
  903. .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;top: 105px;margin-left: -130px}
  904. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 10px;}
  905. }
  906. }
  907. }
  908. /******** describe: 课程资源 author: TX date:2020-09-03 ********/
  909. .client-resources-page{
  910. // 为企业培训打造学习矩阵
  911. .products-services-content p{line-height: 52px;}
  912. // 蓝色提醒文字
  913. .blue-big-size{
  914. font-size: 26px;color: #3e7ce7;padding: 0 5px;
  915. }
  916. // 课程内容形式多样
  917. .course-learn-box{
  918. // video列表
  919. .learn-box-list{
  920. margin: 54px -16px 0;
  921. li{
  922. width: 33.33%;display: inline-block;
  923. a{display: none;}
  924. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;box-shadow: 0 0 7px 2px #f5f2ff;}
  925. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  926. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  927. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  928. img{transition: all 0.5s;}
  929. p{@include setFontStyle(-4);color: #3e7ce7;padding: 24px 16px 16px;text-align: left}
  930. .course-explain-black{@include setFontStyle(-4);color: #333;line-height: 24px;padding: 0 16px 24px;}
  931. }
  932. li span:hover{img{transform: scale(1.1);}}
  933. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  934. }
  935. }
  936. // banner背景色
  937. .client-platform-banner{background-color: #03022e;}
  938. // 新闻资讯
  939. .platform-news-information{background: #fff;}
  940. // 按钮
  941. .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;border: 1px solid #00AEBA;background: #00AEBA;margin-right: 24px;margin-bottom: 0;}
  942. .client-default-white-Btn{background: #fff;color:#00AEBA;margin-right: 0 }
  943. // 为企业培训打造学习矩阵
  944. .products-services-box{
  945. margin-top: 24px;
  946. img{width: 640px;}
  947. .products-services-content{
  948. width: 400px;
  949. p{font-weight: 700;font-size: 18px;color: rgb(16, 16, 16);}
  950. }
  951. }
  952. @media (max-width: 768px){
  953. // 为企业培训打造学习矩阵
  954. .products-services-content p{font-size: 14px;line-height: 40px;text-align: center;color: #101010;}
  955. // 蓝色提醒文字
  956. .blue-big-size{font-size: 18px;}
  957. // 按钮box
  958. .default-Btn-box{text-align: center}
  959. // 视频列表
  960. .course-learn-box{
  961. margin:0;background-color: rgb(238, 238, 238);
  962. .client-container {padding: 0 15px;}
  963. .learn-box-list{
  964. margin: 20px 0;
  965. li {
  966. width: 100%;
  967. div{box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;border-radius:0;margin: 0 16px;}
  968. span {width: 100%;height: 180px;margin-top: 0;border-radius: 0;}
  969. img {max-width: 100%;}
  970. p {font-size: 14px;padding: 16px 0;text-align: center;}
  971. .course-explain-black{font-size: 14px;text-align: left;padding: 0 16px 20px;}
  972. }
  973. }
  974. }
  975. // 按钮
  976. .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;margin:0 8px 42px;}
  977. }
  978. }
  979. /******** describe: 考试系统更新日志 author: TX date:2020-09-03 ********/
  980. .client-checklog-page{
  981. // banner
  982. .client-checklog-banner{
  983. width: 100%;height: 300px;background-color: rgb(0, 102, 204);text-align: center;
  984. h4{font-size: 56px;color: rgba(255, 255, 255, 1);font-weight: bold;padding-top: 64px;}
  985. p{font-size: 28px;color: rgb(255, 255, 255);padding-top: 24px;}
  986. }
  987. // 数据展示
  988. .log-data-show{
  989. height: 200px;
  990. border-color: rgb(187, 187, 187);
  991. border-width: 1px;
  992. border-style: solid;
  993. box-shadow: rgb(121, 188, 255) 0px 2px 6px 0px;
  994. border-radius: 10px;
  995. padding: 24px;
  996. box-sizing: border-box;
  997. display: flex;
  998. justify-content: space-evenly;
  999. margin-top: -64px;
  1000. background: #fff;
  1001. div{
  1002. display: inline-block;text-align: center;
  1003. span{font-size: 24px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 32px;display: inline-block;}
  1004. p{font-size: 54px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 10px;}
  1005. }
  1006. i{width: 1px;height: 150px;background: lightgray;display: inline-block;}
  1007. }
  1008. // 日志内容
  1009. .log-content-box{
  1010. margin: 52px auto 100px;color: rgb(16, 16, 16);
  1011. li{
  1012. color: rgb(16, 16, 16);border-bottom: 1px dashed #ccc;padding: 0 88px;
  1013. h5{font-size: 18px;margin: 14px 0;font-weight: bold;}
  1014. span{font-size: 18px;margin-bottom: 14px;display: block;font-weight: bold;}
  1015. div{margin-bottom: 14px;}
  1016. i{width: 12px;height: 1px;display: inline-block;background: #bbb;vertical-align: top;margin: 10px 6px 10px 0;}
  1017. p{width: 1000px;font-size: 16px;display: inline-block;vertical-align: middle;line-height: 24px;color: #000;text-align: justify}
  1018. }
  1019. li:last-child{border: 0;}
  1020. }
  1021. }
  1022. /******** describe: 体验中心 author: TX date:2021-06-09 ********/
  1023. .tiyan-center-page{
  1024. .tiyan-center-register{
  1025. background: #3776ff;text-align: center;padding: 52px 0;margin-top: 70px;
  1026. h5{font-size: 42px;color: #fff;margin: 24px 0;}
  1027. p{font-size: 32px;color: #fff;margin-bottom: 52px;}
  1028. span{font-size: 52px;color: #ffff00}
  1029. a{width: 355px;height: 60px;line-height: 60px;text-align: center;background: #ff4d4d;border-radius: 4px;display: inline-block;color: #fff;}
  1030. }
  1031. @media (max-width: 768px){
  1032. /* 网站banner */
  1033. .client-platform-banner div{background-position-x: 42%;}
  1034. .experience-swiper-box .swiper-pagination-style {width: 80px;margin-left: -30px;}
  1035. }
  1036. }
  1037. // 系统维护弹窗
  1038. .system-maintain-dialog{
  1039. .el-dialog{width: 540px;height: 380px;background-image:url("~static/images/client/tiyanCenter/ty-dialog-bj.jpg");}
  1040. }
  1041. /******** describe: 课程开发解决方案 author: TX date:2021-08-06 ********/
  1042. .course-develop-page{
  1043. // 标题
  1044. .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;}
  1045. // form
  1046. .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;}
  1047. // 滑块px
  1048. .nc-container{
  1049. overflow: hidden;height: 52px;
  1050. .nc_wrapper{width:100%!important;margin-bottom: 22px;border-radius: 5px;overflow: hidden;}
  1051. .nc_scale{
  1052. height: 30px;
  1053. .scale_text{overflow: hidden;line-height: 30px;}
  1054. span{width:40px;height: 30px;line-height: 30px;border-radius: 5px;border: 1px solid rgb(187, 187, 187);box-sizing: border-box;overflow: hidden}
  1055. }
  1056. .btn_ok{margin-left: -1px;}
  1057. }
  1058. // 输入框-验证码
  1059. .course-develop-input-code{width: calc(100% - 122px);}
  1060. .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;}
  1061. // 公司名称
  1062. .dialog-input-company{
  1063. .el-form-item__content{display: grid;}
  1064. }
  1065. // 表单按钮
  1066. .form-blue-btn,.form-border-btn{
  1067. 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;
  1068. }
  1069. .form-blue-btn{background-color: rgb(0, 102, 204);border-color:rgb(0, 102, 204);}
  1070. .form-border-btn{display:block;border-color:rgb(0, 102, 204);color:rgb(0, 102, 204);margin-top: 20px; }
  1071. // 咨询电话
  1072. .course-develop-tel{display:block;text-align: center;margin: 60px 0;font-weight: 700;@include setFontStyle(-2);color: #101010;}
  1073. // 产品
  1074. .dialog-input-company{text-align: center;padding: 0;}
  1075. }
  1076. /******** describe: 注册页面--手机 author: TX date:2021-08-06 ********/
  1077. .register-phone-page{
  1078. // 标题
  1079. .course-develop-title{font-size: 20px;}
  1080. // 咨询电话
  1081. .course-develop-tel{margin: 46px 0;}
  1082. }
  1083. /******** describe: 复制路径页面--手机 author: TX date:2021-08-06 ********/
  1084. .copy-url-page{
  1085. background: #fff;height: 100vh;
  1086. // 底部
  1087. .success-body-box{
  1088. img{max-width: 100%;padding: 30px;box-sizing: border-box;}
  1089. p{font-weight: 700;font-size: 20px;color: rgb(31, 104, 176);text-align: center;margin: 4px 0;}
  1090. 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;}
  1091. a{width: 122px;height: 36px;line-height:36px;background-color: rgb(234, 118, 27);color: rgb(255, 255, 255);
  1092. border-radius: 5px;font-size: 14px;display: block;margin: 0 auto;text-align: center}
  1093. }
  1094. }
  1095. /******** describe: 企业微课制作 author: TX date:2021-09-13 ********/
  1096. .client-makeCourse-page{
  1097. .client-platform-banner{
  1098. background-color: #22252A;
  1099. .free-trial-default-btn{background: #f76377}
  1100. }
  1101. // 按钮
  1102. .btn-big-box{width: 263px;margin: 50px auto 0;display: block;text-align: center;}
  1103. // 页面标题
  1104. .make-course-title {width: 100%;font-size: 24px;font-weight: normal;margin-bottom: 35px;padding-left: 10px;color: #333;text-align: center}
  1105. .course-blue-title{color: #3E7BE6;}
  1106. // 页面文字
  1107. .make-course-h2{
  1108. width: 100%;text-align: center;padding: 40px 0;border-bottom: 1px solid #CCC;
  1109. img{max-width: 100%;}
  1110. }
  1111. // 基本介绍
  1112. .makeCourse-introduce-box{
  1113. margin: 64px 0;
  1114. dl {
  1115. width: 580px;float: left;padding-top: 100px;padding-left: 20px;
  1116. h3{text-align: left}
  1117. dt {width: 100%;font-size: 18px;font-weight: normal;margin-bottom: 35px;color: #333;padding-left: 10px;}
  1118. }
  1119. }
  1120. .contrary-introduce-box{
  1121. margin-bottom: 88px;
  1122. dl {
  1123. width: 480px;float: right;padding-top: 0;height: 350px;
  1124. dt {margin-bottom: 20px;}
  1125. dd{margin-top: 35px;}
  1126. }
  1127. }
  1128. // 课程目标
  1129. .course-target-box{
  1130. background: #F8F8F8;padding: 42px 0;
  1131. li{
  1132. width: 20%;display: inline-block;
  1133. div{text-align: center;background: #fff;margin: 5px;padding: 24px 0;}
  1134. img{height: 100px;margin-bottom: 24px;}
  1135. span{text-align: center;font-size: 18px;color: #333;display: block}
  1136. }
  1137. }
  1138. // 培训讲师介绍
  1139. .px-teacher-box{
  1140. margin: 60px 0;
  1141. .teacher-content-box{display: flex;justify-content: space-between;align-items: center;}
  1142. span{display: block;font-size: 18px;color: #333;text-align: center;}
  1143. p{margin-left: 70px;line-height: 50px;}
  1144. .btn-big-box{margin-top: 32px;}
  1145. }
  1146. // 课程体系
  1147. .course-system-box{
  1148. padding: 32px 0;
  1149. .course-system-img{margin-bottom: 40px;max-width: 100%;}
  1150. img{max-width: 100%;}
  1151. }
  1152. // 微课设计
  1153. .course-learn-box{
  1154. padding: 64px 0;
  1155. .learn-box-list li div{margin: 0 16px 0;}
  1156. }
  1157. // 报名学习
  1158. .sign-study-box{
  1159. width: 100%;
  1160. .study-gj-box{width: 100%;height: 298px;background-image:url("~static/images/client/makeCourse/sign-study-bj.png");
  1161. margin-top: 20px;border-radius: 8px;bottom: -20px;position: relative;}
  1162. .sign-study-content{
  1163. position: absolute;bottom: 74px;font-size: 0;left: 76px;
  1164. .el-input{
  1165. width: 400px;font-size: 16px;
  1166. .el-input__inner{height: 64px;display: inline-block;border-radius: 0;font-size: 16px}
  1167. .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
  1168. font-size: 16px;
  1169. }
  1170. .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
  1171. font-size: 16px;
  1172. }
  1173. .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
  1174. font-size: 16px;
  1175. }
  1176. }
  1177. .el-button{width:150px;height:64px;display: inline-block;margin-left: -1px;font-size: 16px}
  1178. }
  1179. }
  1180. @media (max-width: 768px) {
  1181. // 按钮
  1182. .client-default-Btn{width: 120px;height: 35px;line-height: 35px;margin: 32px auto 0;}
  1183. // 页面标题
  1184. .make-course-title {font-size: 16px;margin-bottom: 16px;color: #3E7BE6;padding-left: 0;font-weight: bold;}
  1185. // 页面文字
  1186. .make-course-h2{
  1187. padding: 32px 0;
  1188. }
  1189. // 基本介绍
  1190. .makeCourse-introduce-box{
  1191. margin: 32px 0;
  1192. img{max-width: 100%;display: block;margin: 0 auto;}
  1193. dl {
  1194. width: 100%;float: unset;padding: 24px 10px;box-sizing: border-box;text-align: center;
  1195. h3{text-align: center;}
  1196. dt {font-size: 14px;margin-bottom: 16px;color: #555555;padding-left: 0;line-height: 24px}
  1197. }
  1198. }
  1199. .contrary-introduce-box{
  1200. dl {
  1201. width: 100%;float: unset;padding: 24px 10px;box-sizing: border-box;text-align: center;height: unset;
  1202. dt {margin-bottom: 4px;}
  1203. }
  1204. }
  1205. // 课程目标
  1206. .course-target-box{
  1207. background: #F8F8F8;padding: 16px 0 32px;
  1208. h3{font-size: 18px;color: #333;margin: 12px 0;text-align: center}
  1209. ul{text-align: center;}
  1210. li{
  1211. width: 33.33%;
  1212. div{margin: 6px;padding: 16px 0;}
  1213. img{height: 40px;margin-bottom: 10px;}
  1214. span{font-size: 16px;color: #333;}
  1215. }
  1216. .btn-big-box{margin-top: 50px;}
  1217. }
  1218. // 培训讲师介绍
  1219. .px-teacher-box{
  1220. margin: 32px 0;
  1221. .teacher-img-box{
  1222. width: 80px;padding: 0;box-sizing: border-box;flex-shrink: 0;
  1223. img{width: 80px;display: inline-block;vertical-align: middle;}
  1224. }
  1225. .teacher-content-box{display: flex;justify-content: space-between;}
  1226. span{font-size: 16px;margin: 10px 0;}
  1227. p{font-size: 14px;line-height: 24px;margin: 10px 12px;text-align: justify;}
  1228. .btn-big-box{margin-top: 32px;}
  1229. }
  1230. // 微课设计
  1231. .course-learn-box{
  1232. padding: 32px 0;
  1233. .client-container{padding: 0}
  1234. .learn-box-list li div{margin: 0}
  1235. }
  1236. // 报名学习
  1237. .sign-study-box{
  1238. background: #3776ff;
  1239. .client-container{padding: 0;}
  1240. .study-gj-box{height:180px;background-image:url("~static/images/client/makeCourse/sign-study-sjBj.png");background-size: contain;background-repeat: no-repeat;
  1241. bottom: 0;border-radius: 0;background-position: center;}
  1242. .sign-study-content{
  1243. bottom: 40px;left: 40px;right: 40px;
  1244. .el-input{
  1245. width: 68%;font-size: 14px;vertical-align: middle;
  1246. .el-input__inner{height: 38px;font-size: 14px}
  1247. .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
  1248. font-size: 14px;
  1249. }
  1250. .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
  1251. font-size: 14px;
  1252. }
  1253. .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
  1254. font-size: 14px;
  1255. }
  1256. }
  1257. .el-button{width:32%;height:38px;font-size: 14px;border-radius: 2px;vertical-align: middle; padding: 0;}
  1258. }
  1259. }
  1260. }
  1261. }
  1262. }