overEnterprise.vue 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383
  1. <template>
  2. <div>
  3. <template v-if="isMobile">
  4. <div class="f-main">
  5. <div class="page-part page-last">
  6. <h4><img src="/images/all/pass.png"><span>注册成功</span></h4>
  7. <p>已为您开通以下服务</p>
  8. </div>
  9. <div class="page-part">
  10. <div class="img-list">
  11. <div class="item">
  12. <img src="/img/over_account/B2B.png" style="padding:.3rem">
  13. <p>B2B商务</p>
  14. </div>
  15. <div class="item">
  16. <img src="/img/over_account/uas_mall.png">
  17. <p>优软商城</p>
  18. </div>
  19. <div class="item">
  20. <img src="/img/over_account/UUhulian.png" style="padding: .1rem 0.4rem;">
  21. <p>UU互联</p>
  22. </div>
  23. <div class="item">
  24. <img src="/img/over_account/UUZCC.png">
  25. <p>优软人才网</p>
  26. </div>
  27. </div>
  28. </div>
  29. <div class="page-part">
  30. <mt-button size="large" type="primary" @click.native="jump">跳转至优软云</mt-button>
  31. </div>
  32. </div>
  33. </template>
  34. <template v-else>
  35. <div class="over-register">
  36. <div class="x-content">
  37. <div class="container">
  38. <div class="w-over-top">
  39. <div class="w-over">
  40. <h1>注册完成</h1>
  41. <hr>
  42. <p>已为您开通以下服务,点击了解详情</p>
  43. <div class="link-list">
  44. <div class="row">
  45. <div class="col-xs-3">
  46. <a class="thumbnail item" href="https://www.usoftchina.com/b2b" target="_blank">
  47. <img src="/img/over_account/B2B.png" style="width:70px;">
  48. <div class="caption">
  49. <span>B2B商务</span>
  50. </div>
  51. </a>
  52. </div>
  53. <div class="col-xs-3">
  54. <a class="thumbnail item" href="http://www.usoftmall.com" target="_blank">
  55. <img src="/img/over_account/uas_mall.png">
  56. <div class="caption">
  57. <span>优软商城</span>
  58. </div>
  59. </a>
  60. </div>
  61. <div class="col-xs-3">
  62. <a class="thumbnail item" href="http://usoftchina.com/uu" target="_blank">
  63. <img src="/img/over_account/UUhulian.png">
  64. <div class="caption">
  65. <span>UU互联</span>
  66. </div>
  67. </a>
  68. </div>
  69. <div class="col-xs-3">
  70. <a class="thumbnail item" href="https://job.usoftchina.com" target="_blank">
  71. <img src="/img/over_account/UUZCC.png">
  72. <div class="caption">
  73. <span>优软人才网</span>
  74. </div>
  75. </a>
  76. </div>
  77. <div class="col-xs-3">
  78. <a class="thumbnail item" href="https://zb.usoftchina.com" target="_blank">
  79. <img src="/img/over_account/zhongc.png" style="padding: .3rem 0.2rem;">
  80. <div class="caption">
  81. <span>闯客网</span>
  82. </div>
  83. </a>
  84. </div>
  85. </div>
  86. </div>
  87. <a href="http://www.usoftchina.com/">跳转至优软云 ></a>
  88. </div>
  89. </div>
  90. </div>
  91. </div>
  92. <div class="x-content" style="padding-top:20px;">
  93. <div class="container">
  94. <div class="w-over-bottom">
  95. <div class="w-over">
  96. <p>您还可以开通体验以下服务</p>
  97. <div class="media">
  98. <div class="media-left media-middle">
  99. <a href="https://www.usoftchina.com/b2b">
  100. <img class="media-object" src="/img/over_account/B2B.png">
  101. <span>UAS系统</span>
  102. </a>
  103. </div>
  104. <div class="media-body">
  105. <h4 class="media-heading">UAS系统</h4>
  106. <p>联合应用系统,一站式企业管理解决方案</p>
  107. <p>售前服务热线:<span style="font-weight: bold; color: #333;">400-830-1818</span></p>
  108. </div>
  109. </div>
  110. <div class="media">
  111. <div class="media-left media-middle">
  112. <a href="https://www.ubtob.com/saas/about">
  113. <img class="media-object" src="/img/over_account/SaaS.png">
  114. <span>优企云服</span>
  115. </a>
  116. </div>
  117. <div class="media-body">
  118. <h4 class="media-heading">优企云服
  119. <a href="http://make-guest.saas.ubtob.com/">立即体验</a>
  120. <a href="https://account.ubtob.com/userspace/applyApp?appId=saas">立即开通</a>
  121. </h4>
  122. <p>零成本投入,免费使用。 全流程管理,简单易用 </p>
  123. <p>优软服务连接企业之间,跨地域,移动办公。</p>
  124. </div>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. </template>
  132. </div>
  133. </template>
  134. <script>
  135. export default {
  136. name: 'overEnterprise',
  137. layout (context) {
  138. return context.store.state.option.isMobile ? 'mobile' : 'main'
  139. },
  140. computed: {
  141. isMobile () {
  142. return this.$store.state.option.isMobile
  143. }
  144. },
  145. methods: {
  146. jump () {
  147. window.location.href = 'https://www.ubtob.com/'
  148. }
  149. }
  150. }
  151. </script>
  152. <style scoped type="text/scss" lang="scss">
  153. .over-register{
  154. background: #eee;
  155. }
  156. .over-register .container{
  157. background: #fff;
  158. }
  159. </style>
  160. <style scoped type="text/scss" lang="scss">
  161. .x-content {
  162. position: relative;
  163. padding-top: 50px;
  164. }
  165. .w-over-top {
  166. padding-top:35px;
  167. padding-bottom:50px;
  168. margin-bottom:15px;
  169. background: #fff;
  170. }
  171. .w-over-top .w-over>h1{
  172. font-size: 30px;
  173. text-align: center;
  174. color:#11b200;
  175. }
  176. .w-over-top hr{
  177. border-top:1px solid #dcdcdc;
  178. }
  179. .w-over-top .w-over>p#applyText{
  180. display:none;
  181. text-align: center;
  182. font-size: 14px;
  183. color:#b5b5b5;
  184. margin-top:20px;
  185. }
  186. .w-over-top .w-over>strong{
  187. font-size: 14px;
  188. color:#b5b5b5;
  189. padding-top:20px;
  190. }
  191. .w-over-top .link-list .item{
  192. padding:15px 25px 0;
  193. width:170px;
  194. height:100px;
  195. box-shadow: 0 0 10px rgba(0,0,0,.5);
  196. }
  197. .w-over-top .link-list .item:hover{
  198. position:relative;
  199. top:-3px;
  200. cursor:pointer;
  201. }
  202. .w-over-top .link-list .item img{
  203. display:block;
  204. height:40px;
  205. }
  206. .w-over-top .link-list .item span{
  207. font-size: 16px;
  208. color:#333;
  209. font-weight: bold;
  210. }
  211. .w-over-top .link-list .item .caption{
  212. padding-top:12px;
  213. text-align: center;
  214. }
  215. .w-over-top .w-over>a{
  216. display: block;
  217. margin:0 auto;
  218. margin-top:60px;
  219. width:220px;
  220. height:42px;
  221. line-height: 42px;
  222. text-align: center;
  223. color:#fff;
  224. font-size: 14px;
  225. background: #0076ad;
  226. border-radius:5px;
  227. }
  228. .w-over-bottom {
  229. padding-top:35px;
  230. padding-bottom:50px;
  231. background: #fff;
  232. }
  233. .w-over-bottom .w-over>p{
  234. text-align: center;
  235. margin-bottom:25px;
  236. font-size: 16px;
  237. color:#646464;
  238. }
  239. .w-over-bottom .w-over>a{
  240. display:block;
  241. margin:0 auto;
  242. margin-bottom:45px;
  243. width:130px;
  244. height:32px;
  245. line-height: 30px;
  246. text-align: center;
  247. border-radius:15px;
  248. border:1px solid #0076ad;
  249. color:#0076ad;
  250. font-size: 14px;
  251. }
  252. .w-over-bottom .media{
  253. padding:10px;
  254. }
  255. .w-over-bottom .media-left{
  256. padding:10px 30px 10px 10px;
  257. width:190px;
  258. height:120px;
  259. }
  260. .w-over-bottom .media-left a{
  261. display:block;
  262. text-align: center;
  263. width:170px;
  264. height:100px;
  265. padding-top:20px;
  266. box-shadow: 0 0 10px rgba(0,0,0,.4);
  267. }
  268. .w-over-bottom .media-left a img{
  269. display:block;
  270. width:80px;
  271. height:30px;
  272. margin:0 auto;
  273. margin-bottom:16px;
  274. }
  275. .w-over-bottom .media-left a span{
  276. font-size: 16px;
  277. color:#333;
  278. font-weight: bold;
  279. }
  280. .w-over-bottom .media .media-body{
  281. padding-top:10px;
  282. }
  283. .w-over-bottom .media .media-body .media-heading a{
  284. display:inline-block;
  285. margin-left:50px;
  286. width:75px;
  287. height:28px;
  288. line-height: 26px;
  289. text-align: center;
  290. border:1px solid #666;
  291. border-radius:3px;
  292. background: #fff;
  293. color:#666;
  294. font-size: 14px;
  295. font-style:normal;
  296. font-weight: normal;
  297. }
  298. .w-over-bottom .media .media-body .media-heading a:hover{
  299. color:#0076ad;
  300. cursor:pointer;
  301. }
  302. .w-over-bottom .media .media-body .media-heading{
  303. color:#333;
  304. font-weight: bold;
  305. font-size: 16px;
  306. margin-bottom:15px;
  307. }
  308. .w-over-bottom .media .media-body p{
  309. font-size: 14px;
  310. color:#8c8c8c;
  311. line-height: 25px;
  312. margin:0;
  313. }
  314. .w-over{
  315. width:880px;
  316. margin:0 auto;
  317. }
  318. .w-over-top .bind-search{
  319. width:500px;
  320. margin:0 auto;
  321. }
  322. .w-over-top .bind-search .search{
  323. position:relative;
  324. margin-top:40px;
  325. margin-bottom:40px;
  326. }
  327. .w-over-top .bind-search .search input{
  328. padding-right: 65px;
  329. }
  330. .w-over-top .bind-search .search i{
  331. position:absolute;
  332. top:7px;
  333. right:0;
  334. display:block;
  335. width:30px;
  336. height:30px;
  337. font-size: 20px;
  338. color: #cbcbcb;
  339. }
  340. .w-over-top .bind-search .search i.delete {
  341. right: 30px;
  342. top:9px;
  343. background: url('/img/over_account/delete.png')no-repeat;
  344. }
  345. .w-over-top .bind-search .search i.icon-search {
  346. right: 0;
  347. top:9px;
  348. background: url('/img/over_account/search.png')no-repeat;
  349. }
  350. .w-over-top .bind-search .search ul{
  351. display:none;
  352. position:absolute;
  353. top:34px;
  354. left:0;
  355. z-index:100;
  356. width:100%;
  357. max-height:226px;
  358. overflow-y:auto;
  359. border:1px solid #dcdcdc;
  360. background: #fff;
  361. padding:10px 0;
  362. }
  363. .w-over-top .bind-search .search li{
  364. height:34px;
  365. line-height: 34px;
  366. padding-left:12px;
  367. color:#010101;
  368. width:480px;
  369. overflow: hidden;
  370. text-overflow: ellipsis;
  371. white-space: nowrap;
  372. }
  373. .w-over-top .bind-search .search .list-name li em{
  374. color:#ff5c5c;
  375. }
  376. .w-over-top .bind-search .search li:hover{
  377. cursor:pointer;
  378. background: #f7f7f7;
  379. }
  380. .w-over-top .bind-search .search li.hit{
  381. color:#8c8c8c;
  382. }
  383. .w-over-top .bind-search .search-info{
  384. padding:20px;
  385. background: #f7f7f7;
  386. overflow: hidden;
  387. }
  388. .w-over-top .bind-search .search-info h3{
  389. font-size: 18px;
  390. color:#000;
  391. line-height: 20px;
  392. font-weight: bold;
  393. }
  394. .w-over-top .bind-search .search-info h3 i{
  395. display:inline-block;
  396. position:relative;
  397. top:5px;
  398. width:30px;
  399. height:20px;
  400. background:url('/img/over_account/business.png')no-repeat;
  401. }
  402. .w-over-top .bind-search .search-info h3 span{
  403. color:#787878;
  404. display:inline-block;
  405. vertical-align: bottom;
  406. width:310px;
  407. overflow: hidden;
  408. text-overflow: ellipsis;
  409. white-space: nowrap;
  410. }
  411. .w-over-top .bind-search .search-info h3 em{
  412. margin-left:10px;
  413. color:#e87405;
  414. font-style:normal;
  415. }
  416. .w-over-top .bind-search .search-info .row{
  417. margin-bottom:15px;
  418. }
  419. .w-over-top .bind-search .search-info .row p{
  420. font-weight: bold;
  421. font-size: 14px;
  422. color:#000;
  423. margin:0;
  424. }
  425. .w-over-top .bind-search .search-info .row span{
  426. font-size: 14px;
  427. color:#787878;
  428. }
  429. </style>
  430. <style scoped type="text/scss" lang="scss">
  431. /*content*/
  432. .x-step {
  433. background: #e8e8e8;
  434. text-align: center;
  435. margin-left: 0;
  436. width: 100%;
  437. margin: 0 auto;
  438. height: 34px;
  439. margin-bottom: 10px;
  440. }
  441. .x-step-lg {
  442. font-size: 18px
  443. }
  444. .x-step-2x li {
  445. width: 50%;
  446. float: left;
  447. cursor: pointer;
  448. font-weight: bold;
  449. }
  450. .x-step-2x li a:hover {
  451. color: #666;
  452. cursor: pointer;
  453. }
  454. .x-step-3x li {
  455. width: 33.33%;
  456. float: left;
  457. }
  458. .x-step li {
  459. padding: 0;
  460. height: 34px;
  461. line-height: 34px;
  462. position: relative
  463. }
  464. .x-step-lg li {
  465. height: 46px;
  466. line-height: 46px;
  467. }
  468. .x-step li.active {
  469. background: #5078cb;
  470. color: #fff;
  471. }
  472. .x-step li.active:before,.x-step li.active:after,.x-step .x-split:before,.x-step .x-split:after {
  473. position: absolute;
  474. top: 0;
  475. display: inline-block;
  476. border-top: 17px solid transparent;
  477. border-bottom: 17px solid transparent;
  478. border-left: 17px solid transparent;
  479. content: '';
  480. }
  481. .x-step-lg li.active:before,.x-step-lg li.active:after,.x-step-lg .x-split:before,.x-step-lg .x-split:after {
  482. border-width: 23px
  483. }
  484. .x-step li.active:after {
  485. border-left-color: #5078cb;
  486. right: -17px;
  487. }
  488. .x-step-lg li.active:after {
  489. right: -23px;
  490. }
  491. .x-step li.active:before {
  492. border-left-color: #e8e8e8;
  493. left: -17px;
  494. z-index: 3
  495. }
  496. .x-step-lg li.active:before {
  497. left: -23px;
  498. }
  499. .x-step strong {
  500. font-style: italic;
  501. font-size: 120%;
  502. color: #777;
  503. margin-right: 5px;
  504. text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  505. }
  506. .x-step li.active strong {
  507. color: #fff;
  508. }
  509. .x-step .x-split {
  510. float: right;
  511. }
  512. .x-step .x-split:after {
  513. border-left-color:#f5f8fa;
  514. right:-20px;
  515. z-index:1
  516. }
  517. .x-step-lg .x-split:after {
  518. right:-26px
  519. }
  520. .x-step .x-split:before {
  521. border-left-color:#e8e8e8;
  522. right:-18px;
  523. z-index:2
  524. }
  525. .x-step-lg .x-split:before {
  526. right:-24px
  527. }
  528. .x-step li:first-child:before,.x-step li:last-child:after {
  529. border-width:0
  530. }
  531. .x-step li:nth-of-type(1) .x-split:after{
  532. border-left-color: #e8e8e8;
  533. right: -18px;
  534. z-index: 1;
  535. }
  536. .x-step li:nth-of-type(1) .x-split:before{
  537. border-left-color: #5078cb;
  538. right: -17px;
  539. z-index: 4;
  540. }
  541. .x-step li:nth-of-type(2).active .x-split:after{
  542. border-left-color: #e8e8e8;
  543. right: -18px;
  544. z-index: 1;
  545. }
  546. .x-step li:nth-of-type(2).active .x-split:before{
  547. border-left-color: #5078cb;
  548. right: -17px;
  549. z-index: 4;
  550. }
  551. .x-step li:nth-of-type(1).active:after,.x-step li:nth-of-type(2).active:before,.x-step li:nth-of-type(3).active:before{
  552. border-width:0
  553. }
  554. .x-alert-warning {
  555. background-color: #fcf8e3;
  556. border-color: #faebcc;
  557. border-radius: 0
  558. }
  559. .x-alert-default {
  560. border-color: #ddd;
  561. border-radius: 0
  562. }
  563. .x-menu {
  564. list-style-type: disc;
  565. list-style-position: inside;
  566. padding: 0;
  567. }
  568. .x-form-wrap {
  569. padding: 20px;
  570. background: #fff;
  571. border: 1px solid #e4ecf3;
  572. padding-bottom: 40px;
  573. }
  574. .x-form-lg .form-group{
  575. margin-bottom: 30px
  576. }
  577. .x-input,.x-input-blank {
  578. border-color: #ccc;
  579. border-radius: 0;
  580. box-shadow: none;
  581. }
  582. .x-input:focus,.x-input-blank:focus {
  583. border-color: #5078cb;
  584. box-shadow: none;
  585. }
  586. .x-input:focus+span,.x-input:focus+span+span {
  587. color: #5078cb;
  588. }
  589. .x-input:focus+span>.x-btn {
  590. background: #5078cb;
  591. border-color: #5078cb;
  592. color: #fff
  593. }
  594. .x-input.x-error,.x-input.x-error:focus {
  595. border-color: #f4645f;
  596. }
  597. .x-input-group .input-group-addon {
  598. border-radius: 0
  599. }
  600. .x-input-blank {
  601. border-width: 0;
  602. padding: 0;
  603. height: 25px;
  604. text-align: center;
  605. font-size: 14px
  606. }
  607. .x-input-blank:focus {
  608. text-align: left
  609. }
  610. .x-required:before{
  611. position: relative;
  612. bottom: -5px;
  613. content: "* ";
  614. font-size: 18px;
  615. color: #f4645f
  616. }
  617. .x-form .control-label {
  618. padding-top: 6px;
  619. }
  620. .x-input-addon {
  621. padding-top: 6px;
  622. margin-bottom: 0;
  623. }
  624. /*.x-text-help {
  625. color: #777;
  626. }*/
  627. .x-text-help{
  628. color: green;
  629. }
  630. .x-text-help i{
  631. font-size: 16px;
  632. }
  633. .x-text-tip{
  634. color: #777;
  635. }
  636. .x-text-error {
  637. color: #f40;
  638. }
  639. .x-text-error:before {
  640. content: "\e086";
  641. position: relative;
  642. top: 1px;
  643. display: inline-block;
  644. font-family: 'Glyphicons Halflings';
  645. font-style: normal;
  646. font-weight: 400;
  647. line-height: 1;
  648. -webkit-font-smoothing: antialiased;
  649. -moz-osx-font-smoothing: grayscale;
  650. margin-right: 5px;
  651. }
  652. .x-form input[type=checkbox] {
  653. margin-top: 6px
  654. }
  655. .x-form input[type=radio] {
  656. margin-top: 5px
  657. }
  658. .x-form .form-control[readonly] {
  659. background-color: transparent;
  660. }
  661. .x-form .dropdown-menu {
  662. left: 15px;
  663. margin-top: -1px;
  664. border-color: #e4ecf3;
  665. border-radius: 0;
  666. padding: 0
  667. }
  668. .x-form-set-header {
  669. position: relative;
  670. margin-bottom: 45px;
  671. margin-top: 50px;
  672. }
  673. .x-form-set-header h4{
  674. font-size: 20px;
  675. font-weight: 400;
  676. color: #888;
  677. margin-top: 0;
  678. padding-bottom: 8px;
  679. text-align: center;
  680. /*border-bottom: 1px solid #ebebeb;*/
  681. }
  682. .logo-text{
  683. font-size: 12px;
  684. float: left;
  685. width: 180px;
  686. position: absolute;
  687. top: 142px;
  688. left: 11px;
  689. text-align: center;
  690. color: #999;
  691. line-height: 20px;
  692. }
  693. .next-btn{
  694. width: 175px;
  695. padding: 0;
  696. height: 35px;
  697. line-height: 35px;
  698. border-radius: 0;
  699. margin-left: 130px;
  700. font-family: "微软雅黑";
  701. }
  702. .next02{
  703. margin-top: 45px;
  704. }
  705. .next02 .next-btn{
  706. margin-left: 40px;
  707. width: 153px;
  708. }
  709. .next02 .col-sm-4:first-child .next-btn{
  710. color: #5078cb;
  711. border: #5078cb 1px solid;
  712. background: none;
  713. margin-left: 149px;
  714. }
  715. .tags-list div,.no-tags,.tags-lists span{
  716. float: left;
  717. padding: 2px 14px;
  718. line-height: 20px;
  719. border: #5078cb 1px solid;
  720. border-radius: 5px;
  721. font-size: 12px;
  722. color: #5078cb;
  723. margin: 0 3px;
  724. }
  725. .tags-list div{
  726. margin-top: 5px;
  727. }
  728. .tags-lists em{
  729. font-style: inherit;
  730. margin-left: 148px;
  731. font-size: 12px;
  732. color: #999;
  733. }
  734. #addTag{
  735. background: #fff;
  736. color: #5078cb;
  737. position: absolute;
  738. left: -83px;
  739. top: 3px;
  740. font-size: 12px;
  741. line-height: 28px;
  742. display: inline-block;
  743. padding-right: 10px;
  744. }
  745. #addTag:hover{
  746. cursor: pointer;
  747. }
  748. #addTag:focus,#addTag:active{
  749. border: none;
  750. }
  751. .tags-lists{
  752. margin-top: 10px;
  753. }
  754. .no-tags{
  755. background: #5078cb;
  756. color: #fff;
  757. margin-top: 5px;
  758. }
  759. .x-form-set-header:after {
  760. content: "";
  761. width: 120px;
  762. height: 2px;
  763. background: #5078cb;
  764. position: absolute;
  765. /*left: 0;*/
  766. left: 528px;
  767. bottom: 0;
  768. }
  769. .x-form-set {
  770. margin-left: 50px
  771. }
  772. .x-has-feedback-left {
  773. position: relative;
  774. }
  775. .x-form-control-feedback-left,.x-form-control-feedback-right {
  776. position: absolute;
  777. top: 0;
  778. z-index: 2;
  779. display: block;
  780. width: 34px;
  781. height: 34px;
  782. line-height: 34px;
  783. text-align: center;
  784. color: #999;
  785. font-size: 14px
  786. }
  787. button.x-form-control-feedback-left,button.x-form-control-feedback-right {
  788. padding: 5px 10px;
  789. line-height: 24px;
  790. background: #5078cb;
  791. color: #ffffff;
  792. border-radius: 0;
  793. }
  794. button.x-form-control-feedback-left:hover,button.x-form-control-feedback-right:hover {
  795. background: #3E64A4;
  796. color: #ffffff;
  797. }
  798. .x-form-control-feedback-left {
  799. left: 15px
  800. }
  801. .x-form-control-feedback-right {
  802. right: 15px
  803. }
  804. .x-has-feedback-left>.form-control {
  805. padding-left: 25px;
  806. }
  807. .x-has-feedback-left>.form-control{
  808. padding-right: 25px;
  809. }
  810. .x-floating-wrap {
  811. position: fixed;
  812. z-index: 99998;
  813. background: #000;
  814. top: 0;
  815. left: 0;
  816. width: 100%;
  817. height: 100%;
  818. opacity: 0.5;
  819. }
  820. .x-floating {
  821. position: fixed;
  822. z-index: 99999;
  823. top: 60px;
  824. left: 0;
  825. width: 100%;
  826. height: 100%;
  827. text-align: center;
  828. vertical-align: middle;
  829. }
  830. .x-floating img {
  831. margin: auto auto;
  832. max-width: 750px;
  833. max-height: 543px;
  834. -webkit-user-select: none;
  835. -moz-user-select: none;
  836. -ms-user-select: none;
  837. user-select: none
  838. }
  839. .x-close-wrap {
  840. position: fixed;
  841. top: 0;
  842. right: 0;
  843. z-index: 100000;
  844. width: 120px;
  845. height: 120px;
  846. margin: -60px -60px 0 0;
  847. border-radius: 100%;
  848. background: #000;
  849. opacity: .3
  850. }
  851. .x-close-wrap a {
  852. position: absolute;
  853. left: 25px;
  854. bottom: 25px;
  855. font-size: 42px;
  856. color: #fff
  857. }
  858. .x-close-wrap:hover {
  859. opacity: .7
  860. }
  861. .x-input-file-wrap {
  862. position: relative;
  863. overflow: hidden;
  864. text-align: left;
  865. }
  866. .x-input-file-wrap input {
  867. position: absolute;
  868. font-size: 100px;
  869. top: 0;
  870. right: 0;
  871. left: 0;
  872. bottom: 0;
  873. width: 100%;
  874. opacity: 0;
  875. }
  876. .x-union-menu {
  877. width: 600px
  878. }
  879. .x-union-header>div{
  880. background: #f5f8fa;
  881. font-weight: 700;
  882. border-bottom: 1px solid #e4ecf3;
  883. }
  884. .x-union-header>div,.x-union-list>ul {
  885. float: left;
  886. width: 121px;
  887. border-right: 1px solid #e4ecf3;
  888. }
  889. .x-union-list>ul {
  890. height: 200px;
  891. margin: 0;
  892. overflow-y: auto;
  893. }
  894. .x-union-menu .x-item-ext {
  895. float: left;
  896. width: 235px;
  897. }
  898. .x-union-list .x-item-ext {
  899. padding: 10px
  900. }
  901. .x-union-header>div:last-child {
  902. border-right-width: 0
  903. }
  904. .x-union-header>div,.x-union-list>ul>li {
  905. padding: 2px 10px;
  906. cursor: pointer;
  907. }
  908. .x-union-list>ul>li:hover,.x-union-list>ul>li.active {
  909. background: #fee9c7;
  910. }
  911. .x-app-list {
  912. margin-left: 50px
  913. }
  914. .x-app-list li{
  915. padding: 7px;
  916. }
  917. .x-image{
  918. position: relative;
  919. overflow: hidden
  920. }
  921. .help-block .x-image{
  922. max-width: 152px;
  923. margin-right: 15px
  924. }
  925. .x-app-list .x-image {
  926. width: 180px;
  927. height: 110px;
  928. }
  929. .x-image .thumbnail {
  930. border-radius: 0
  931. }
  932. .help-block .x-image .thumbnail{
  933. margin-bottom: 0
  934. }
  935. .x-image a.thumbnail:hover,.x-image a.thumbnail:focus {
  936. border-color: #ddd;
  937. }
  938. .x-image b,.x-image span {
  939. position: absolute;
  940. top: -100%;
  941. left: 0;
  942. width: 100%;
  943. height: 100%;
  944. text-align: center;
  945. color: #fff;
  946. font-weight: 700;
  947. padding-top: 50px;
  948. -webkit-transition: top 0.2s ease-in-out;
  949. -o-transition: top 0.2s ease-in-out;
  950. transition: top 0.2s ease-in-out;
  951. z-index: 1
  952. }
  953. .x-image b {
  954. background: #000;
  955. opacity: .3;
  956. }
  957. .help-block .x-image span {
  958. padding-top: 20px;
  959. }
  960. .x-image:hover b,.x-image:hover span {
  961. top: 0;
  962. }
  963. .x-thumbnail-empty {
  964. padding: 10px 30px;
  965. text-align: center;
  966. }
  967. .x-thumbnail-empty i {
  968. position: inherit;
  969. font-size: 28px;
  970. display: block;
  971. margin: 20px auto 10px
  972. }
  973. .x-app-list li h4 {
  974. text-align: center;
  975. height: 34px;
  976. line-height: 34px;
  977. font-weight: 600;
  978. padding: 0 5px;
  979. border: 1px solid #ddd;
  980. background: #e8e8e8
  981. }
  982. .x-app-list li.active h4 {
  983. background: #f5f8fa
  984. }
  985. .x-app-list li h4>.x-btn-switch {
  986. float: right;
  987. margin: 8px 12px 0 0
  988. }
  989. .x-app-list li h4 .x-label {
  990. float: right;
  991. margin-top: 7px
  992. }
  993. .x-empty {
  994. margin: 0 auto;
  995. padding-top: 10%;
  996. padding-bottom: 15%;
  997. text-align: center;
  998. text-shadow: 0 2px 0 #fff,0 -2px 0 #f8f6f2;
  999. line-height: normal;
  1000. }
  1001. .x-empty i {
  1002. font-size: 120px;
  1003. color: #d9d7d3;
  1004. }
  1005. .x-empty p {
  1006. margin-top: 30px;
  1007. color: #92908d;
  1008. text-shadow: 0 0 0;
  1009. }
  1010. /*table*/
  1011. .x-table th,.x-table td{
  1012. text-align: center;
  1013. }
  1014. .x-table thead>tr>th{
  1015. background-color: #f5f8fa;
  1016. border-bottom-width: 0
  1017. }
  1018. /*footer*/
  1019. .x-footer {
  1020. padding: 30px 0;
  1021. }
  1022. .x-copyright {
  1023. font-size: 12px
  1024. }
  1025. /*loading*/
  1026. .x-loading-wrap {
  1027. position: fixed;
  1028. top: 0;
  1029. left: 0;
  1030. width: 100%;
  1031. height: 100%;
  1032. background: #000;
  1033. z-index: 99998;
  1034. opacity: .5
  1035. }
  1036. .x-loading {
  1037. position: fixed;
  1038. top: 0;
  1039. left: 50%;
  1040. margin: -120px 0 0 -120px;
  1041. width: 240px;
  1042. height: 240px;
  1043. color: #f4645f;
  1044. z-index: 99999;
  1045. }
  1046. .top-center .x-loading {
  1047. top: 0;
  1048. left: 50%;
  1049. }
  1050. .right-center .x-loading {
  1051. top: 50%;
  1052. left: 100%;
  1053. }
  1054. .bottom-center .x-loading {
  1055. top: 100%;
  1056. left: 50%;
  1057. }
  1058. .x-loading:after {
  1059. display: table;
  1060. clear: both;
  1061. line-height: 0;
  1062. content: ""
  1063. }
  1064. .x-loading>div {
  1065. width: 240px;
  1066. height: 240px;
  1067. }
  1068. .x-loading>div:nth-child(2) {
  1069. -webkit-animation-delay: .2s;
  1070. animation-delay: .2s;
  1071. }
  1072. .x-loading>div:nth-child(3) {
  1073. -webkit-animation-delay: .4s;
  1074. animation-delay: .4s;
  1075. }
  1076. .x-loading>div {
  1077. position: absolute;
  1078. top: 60px;
  1079. left: 60px;
  1080. float: left;
  1081. width: 120px;
  1082. height: 120px;
  1083. border-radius: 100%;
  1084. opacity: 0;
  1085. -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  1086. animation: ball-scale-multiple 1s 0s linear infinite;
  1087. }
  1088. .x-loading>div {
  1089. box-sizing: content-box;
  1090. background: #fff;
  1091. border: 1px solid #5078cb;
  1092. }
  1093. @-webkit-keyframes ball-scale-multiple {
  1094. 0% {
  1095. opacity:0;
  1096. -webkit-transform:scale(0);
  1097. transform:scale(0)
  1098. }
  1099. 5% {
  1100. opacity:.75
  1101. }
  1102. 100% {
  1103. opacity:0;
  1104. -webkit-transform:scale(1);
  1105. transform:scale(1)
  1106. }
  1107. }
  1108. @keyframes ball-scale-multiple {
  1109. 0% {
  1110. opacity:0;
  1111. -webkit-transform:scale(0);
  1112. transform:scale(0)
  1113. }
  1114. 5% {
  1115. opacity:.75
  1116. }
  1117. 100% {
  1118. opacity:0;
  1119. -webkit-transform:scale(1);
  1120. transform:scale(1)
  1121. }
  1122. }
  1123. /*scrollbar*/
  1124. ::-webkit-scrollbar {
  1125. width: 10px
  1126. }
  1127. ::-webkit-scrollbar:horizontal {
  1128. height: 12px !important;
  1129. }
  1130. .x-scroller-horizontal {
  1131. height: 12px !important;
  1132. border: none;
  1133. }
  1134. /* Track */
  1135. ::-webkit-scrollbar-track {
  1136. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  1137. -webkit-border-radius: 10px;
  1138. border-radius: 10px;
  1139. }
  1140. /* Handle */
  1141. ::-webkit-scrollbar-thumb {
  1142. -webkit-border-radius: 10px;
  1143. border-radius: 10px;
  1144. background: rgba(231, 231, 231, 0.8);
  1145. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  1146. }
  1147. ::-webkit-scrollbar-thumb:window-inactive {
  1148. background: rgba(231, 231, 231, 0.4);
  1149. }
  1150. ::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:active {
  1151. background-color: #999
  1152. }
  1153. /*combo button*/
  1154. .x-listbox {
  1155. position: relative;
  1156. min-width: 100px;
  1157. }
  1158. .x-listbox .dropdown-toggle,.x-listbox .dropdown-menu {
  1159. padding: 0;
  1160. min-width: 100%;
  1161. }
  1162. .x-listbox a,.x-listbox a:hover {
  1163. text-decoration: none;
  1164. font-size: inherit;
  1165. }
  1166. .x-listbox .dropdown-menu li {
  1167. padding: 5px 10px;
  1168. cursor: pointer;
  1169. }
  1170. .x-listbox .dropdown-menu li.active {
  1171. background: #fee9c7
  1172. }
  1173. .x-listbox .dropdown-menu li:hover {
  1174. background: #e8e8e8
  1175. }
  1176. /*progress*/
  1177. .x-progress-topbar {
  1178. position: fixed;
  1179. top: 0;
  1180. left: 0;
  1181. z-index: 40;
  1182. opacity: 1;
  1183. -webkit-transition: opacity 0.4s linear 0.4s;
  1184. transition: opacity 0.4s linear 0.4s;
  1185. }
  1186. .x-progress-topbar .progress {
  1187. position: fixed;
  1188. top: 0;
  1189. left: 0;
  1190. height: 5px;
  1191. background-image: -webkit-linear-gradient(left,#77b6ff,#5bd8ff);
  1192. box-shadow: 0 0 10px rgba(119,182,255,0.7);
  1193. -webkit-transition: width 0.4s ease;
  1194. transition: width 0.4s ease;
  1195. }
  1196. .list-01{
  1197. width: 100%;
  1198. margin: 0 auto;
  1199. padding-left: 90px;
  1200. }
  1201. .list-01 .comm-text{
  1202. width: 100%;
  1203. margin: 0 auto;
  1204. line-height: 20px;
  1205. font-size: 14px;
  1206. margin-bottom: 16px;
  1207. }
  1208. .list-01 .service-list{
  1209. width: 100%;
  1210. margin: 0 auto;
  1211. height: 100px;
  1212. margin-bottom: 25px;
  1213. }
  1214. .list-01 .service-list a{
  1215. display: inline-block;
  1216. width: 170px;
  1217. height: 100px;
  1218. float: left;
  1219. margin-left: 25px;
  1220. }
  1221. .list-01 .service-list a:first-child{
  1222. margin-left: 0;
  1223. }
  1224. .list-01 .target-btn{
  1225. color: #5078cb;
  1226. font-style: italic;
  1227. }
  1228. .list-01 .target-btn:hover{
  1229. font-weight: bold;
  1230. text-decoration: underline;
  1231. }
  1232. .list-02{
  1233. width: 100%;
  1234. margin: 0 auto;
  1235. padding-left: 90px;
  1236. display: inline-block;
  1237. }
  1238. .list-02 .hr-1{
  1239. width: 700px;
  1240. height: 1px;
  1241. background: #e8e8e8;
  1242. margin: 60px 0 25px 0;
  1243. }
  1244. .list-02 .title{
  1245. width: 100%;
  1246. margin: 0 auto;
  1247. line-height: 20px;
  1248. font-size: 18px;
  1249. margin-bottom: 25px;
  1250. color: #999;
  1251. }
  1252. .list-02 .x-app-list{
  1253. margin-left: 0;
  1254. }
  1255. .list-02 .x-app-list li{
  1256. float: left;
  1257. }
  1258. .list-02 .list-line{
  1259. margin: 5px 0 50px 0
  1260. }
  1261. .list-02 .list-line dl{
  1262. width: 100%;
  1263. margin: 0 auto;
  1264. height: 100px;
  1265. }
  1266. .list-02 .list-line dl dt{
  1267. float: left;
  1268. margin-right: 33px;
  1269. }
  1270. .list-02 .list-line dl dt img{
  1271. width: 170px;
  1272. height: 100px;
  1273. }
  1274. .list-02 .list-line dl dd{
  1275. font-size: 12px;
  1276. color: #000;
  1277. line-height: 22px;
  1278. }
  1279. .list-02 .list-line dl dd a{
  1280. display: inline-block;
  1281. width: 75px;
  1282. height: 28px;
  1283. line-height: 28px;
  1284. color: #fff;
  1285. font-size: 14px;
  1286. text-align: center;
  1287. border-radius: 4px;
  1288. margin-left: 20px;
  1289. background: #5078cb;
  1290. float: left;
  1291. }
  1292. .list-02 .list-line dl dd a:first-child{
  1293. border: #5078cb 1px solid;
  1294. color: #5078cb;
  1295. margin-left: 0;
  1296. background: none;
  1297. }
  1298. .list-02 .list-line dl dd em{
  1299. font-size: 20px;
  1300. color: #5078cb;
  1301. font-weight: bold;
  1302. letter-spacing: 2px;
  1303. }
  1304. .list-02 .list-line dl dd.margin-top{
  1305. margin-top: 25px;
  1306. }
  1307. .list-02 .list-line dl dd a:hover{
  1308. background: #3f8bcb;
  1309. color: #fff;
  1310. }
  1311. .list-02 img:hover,.list-01 img:hover{
  1312. opacity: .95;
  1313. }
  1314. .help-block .x-image .upload-logo{
  1315. width: 130px;
  1316. height: 130px;
  1317. overflow: hidden;
  1318. padding: 0;
  1319. border: none;
  1320. }
  1321. .help-block .x-image .upload-logo p{
  1322. margin: 0;
  1323. }
  1324. .select-dot{
  1325. position: relative;
  1326. }
  1327. .x-step .reg-self:after {
  1328. content: '';
  1329. position: absolute;
  1330. right: -10px;
  1331. width: 0;
  1332. height: 0;
  1333. border-top: 34px solid #e8e8e8;
  1334. border-right: 10px solid transparent;
  1335. z-index: 10;
  1336. }
  1337. </style>