_uuid.vue 26 KB

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