_uuid.vue 28 KB

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