cus-client-page.scss 61 KB

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