help.css 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319
  1. .lbf-button,.lbf-button:hover {
  2. background-color:#fff;
  3. text-decoration:none
  4. }
  5. .lbf-button {
  6. display:inline-block;
  7. min-width:46px;
  8. line-height:38px;
  9. padding:0 16px;
  10. border:1px solid #d0d0d5;
  11. border-radius:4px;
  12. background-repeat:no-repeat;
  13. background-position:center;
  14. -ms-box-sizing:content-box;
  15. box-sizing:content-box;
  16. -webkit-user-select:none;
  17. -moz-user-select:none;
  18. -ms-user-select:none;
  19. user-select:none;
  20. font-size:100%;
  21. font-family:inherit;
  22. text-align:center;
  23. color:#4c5161;
  24. overflow:visible;
  25. cursor:pointer
  26. }
  27. .lbf-button:hover {
  28. color:#2d3441;
  29. border-color:#a6a6a6
  30. }
  31. .lbf-button-disabled,.lbf-button-disabled:active,.lbf-button-disabled:hover {
  32. opacity:.4;
  33. filter:alpha(opacity=40);
  34. cursor:default;
  35. border-color:#ccc;
  36. background-color:#fafafa
  37. }
  38. .lbf-button-primary {
  39. border:1px solid #00a5e0;
  40. background-color:#00a5e0;
  41. color:#fff
  42. }
  43. .lbf-button-primary:hover {
  44. background-color:#1fbef7;
  45. border-color:#1fbef7;
  46. color:#fff
  47. }
  48. .lbf-button-primary:active {
  49. background-color:#0498cd;
  50. border-color:#0498cd
  51. }
  52. .lbf-button-primary-disabled,.lbf-button-primary-disabled:active,.lbf-button-primary-disabled:hover {
  53. opacity:.5;
  54. filter:alpha(opacity=50);
  55. cursor:default;
  56. border-color:#1fbef7;
  57. background-color:#1fbef7;
  58. color:#fff
  59. }
  60. .lbf-button-success {
  61. border:1px solid #1bb338;
  62. background-color:#1bb338;
  63. color:#fff
  64. }
  65. .lbf-button-success:hover {
  66. background-color:#3ac054;
  67. border-color:#3ac054;
  68. color:#fff
  69. }
  70. .lbf-button-success:active {
  71. background-color:#3aad50;
  72. border-color:#3aad50
  73. }
  74. .lbf-button-success-disabled,.lbf-button-success-disabled:active,.lbf-button-success-disabled:hover {
  75. opacity:.5;
  76. filter:alpha(opacity=50);
  77. cursor:default;
  78. border-color:#91c547;
  79. background-color:#91c547
  80. }
  81. .lbf-button-warning {
  82. border:1px solid #e25050;
  83. background-color:#e25050;
  84. color:#fff
  85. }
  86. .lbf-button-warning:hover {
  87. background-color:#db6044;
  88. border-color:#db6044;
  89. color:#fff
  90. }
  91. .lbf-button-warning:active {
  92. background-color:#cb4848;
  93. border-color:#cb4848
  94. }
  95. .lbf-button-warning-disabled,.lbf-button-warning-disabled:active,.lbf-button-warning-disabled:hover {
  96. opacity:.5;
  97. filter:alpha(opacity=50);
  98. cursor:default;
  99. border-color:#e25050;
  100. background-color:#e25050;
  101. color:#fff
  102. }
  103. .lbf-button-huge {
  104. border:1px solid #5c84cb;
  105. background-color:#5c84cb;
  106. color:#fff;
  107. height:60px;
  108. line-height:57px;
  109. padding:0 40px;
  110. font-size:24px
  111. }
  112. .lbf-button-huge:hover {
  113. background-color:#719cf1;
  114. border-color:#719cf1;
  115. color:#fff
  116. }
  117. .lbf-button-huge:active {
  118. background-color:#2c56c2;
  119. border-color:#2c56c2
  120. }
  121. .lbf-button-huge-disabled,.lbf-button-huge-disabled:active,.lbf-button-huge-disabled:hover {
  122. opacity:.5;
  123. filter:alpha(opacity=50);
  124. cursor:default;
  125. border-color:#2c56c2;
  126. background-color:#2c56c2;
  127. color:#fff
  128. }
  129. .lbf-button-huge span {
  130. background:url(/store/src/themes/boss/lbfUI/images/Button/huge.png) right 19px no-repeat;
  131. display:inline-block;
  132. width:20px;
  133. padding-left:10px
  134. }
  135. .lbf-button-default {
  136. font-size:14px
  137. }
  138. .lbf-button-mini {
  139. padding:2px 6px;
  140. *padding:2px 6px 1px;
  141. line-height:14px;
  142. font-size:12px;
  143. -webkit-border-radius:2px;
  144. -moz-border-radius:2px;
  145. border-radius:2px
  146. }
  147. .lbf-button-small {
  148. line-height:28px;
  149. padding:0 15px
  150. }
  151. .lbf-button-link,.lbf-button-link:active,.lbf-button-link[lbf-button-disabled] {
  152. display:inline;
  153. padding:0;
  154. background-color:transparent;
  155. background-image:none;
  156. -webkit-box-shadow:none;
  157. -moz-box-shadow:none;
  158. box-shadow:none
  159. }
  160. .lbf-button-link {
  161. color:#3f77db;
  162. cursor:pointer;
  163. font-weight:400;
  164. border:transparent;
  165. -webkit-border-radius:0;
  166. -moz-border-radius:0;
  167. border-radius:0
  168. }
  169. .lbf-button-link:focus,.lbf-button-link:hover {
  170. color:#1fbef7;
  171. border:transparent;
  172. text-decoration:underline;
  173. background:0
  174. }
  175. .lbf-button-link.lbf-button-disabled:hover,.lbf-button-link[lbf-button-disabled]:focus {
  176. color:#9ca1ac;
  177. text-decoration:none
  178. }
  179. .lbf-button-loading {
  180. color:transparent !important;
  181. pointer-events:none;
  182. background-image:url(/store/src/themes/mpPortal/lbfUI/images/Button/loading.gif)
  183. }
  184. .lbf-loading {
  185. display:none;
  186. visibility:hidden
  187. }
  188. .lbf-combobox {
  189. display:inline-block;
  190. *display:inline;
  191. *zoom:1;
  192. font-family:'microsoft yahei',arial;
  193. vertical-align:bottom
  194. }
  195. .lbf-combobox-label {
  196. position:relative;
  197. display:block;
  198. padding:0 40px 0 12px;
  199. text-align:left;
  200. line-height:38px;
  201. background-color:#fff;
  202. overflow:hidden
  203. }
  204. .lbf-textarea-error .lbf-combobox-label:hover {
  205. border-color:#f4615c
  206. }
  207. .lbf-textarea-error .lbf-combobox-label.lbf-dropdown-on {
  208. border-color:#00a5e0
  209. }
  210. .lbf-combobox-label:hover {
  211. border-color:#ababaf;
  212. text-decoration:none;
  213. z-index:1000
  214. }
  215. .lbf-combobox-label:focus,.lbf-combobox-focus .lbf-combobox-label {
  216. border-color:#00a5e0
  217. }
  218. .lbf-combobox-label:active {
  219. background-color:#ededed
  220. }
  221. .lbf-combobox-label.lbf-dropdown-on {
  222. border-color:#00a5e0;
  223. border-bottom-left-radius:0;
  224. border-bottom-right-radius:0;
  225. -webkit-border-bottom-right-radius:0;
  226. -webkit-border-bottom-left-radius:0;
  227. -moz-border-bottom-right-radius:0;
  228. -moz-border-bottom-left-radius:0
  229. }
  230. .lbf-combobox-caption {
  231. display:block
  232. }
  233. .lbf-combobox-icon {
  234. position:absolute;
  235. right:0;
  236. top:0;
  237. width:40px;
  238. height:38px;
  239. background:url(/store/src/themes/mpPortal/lbfUI/images/Combobox/arrow-down.png) no-repeat center
  240. }
  241. body .lbf-combobox-on,body .lbf-combobox-on:hover {
  242. border:1px solid #00a5e0;
  243. border-bottom-left-radius:0;
  244. border-bottom-right-radius:0;
  245. z-index:1000
  246. }
  247. .lbf-combobox-error .lbf-combobox-label,.lbf-combobox-error .lbf-combobox-label:hover {
  248. border-color:#ff5237;
  249. background-color:#ffe2df;
  250. z-index:1000
  251. }
  252. .lbf-combobox-panel {
  253. display:none;
  254. overflow-y:auto;
  255. overflow-x:hidden;
  256. margin:-1px 0 0;
  257. font-size:13px;
  258. list-style:none;
  259. background-color:#fff;
  260. border:1px solid #00a5e0;
  261. font-family:'microsoft yahei',arial
  262. }
  263. .lbf-combobox-panel .lbf-combobox-options {
  264. list-style:none;
  265. margin:0;
  266. padding:0
  267. }
  268. .lbf-combobox-panel .lbf-combobox-option {
  269. background-color:#fff
  270. }
  271. .lbf-combobox-panel .lbf-combobox-item {
  272. display:block;
  273. height:36px;
  274. padding:0 12px;
  275. line-height:36px;
  276. color:#333;
  277. white-space:nowrap;
  278. text-decoration:none;
  279. overflow:hidden
  280. }
  281. .lbf-combobox-panel .lbf-combobox-item:hover {
  282. text-decoration:none
  283. }
  284. .lbf-combobox-panel .lbf-combobox-option:hover {
  285. background-color:#f2fbff
  286. }
  287. .lbf-combobox-panel .lbf-combobox-item-selected,.lbf-combobox-panel .lbf-combobox-item-selected:hover {
  288. background-color:#d8fff4
  289. }
  290. .lbf-combobox-disabled {
  291. opacity:.65;
  292. filter:alpha(opacity=65);
  293. pointer-events:none;
  294. cursor:default;
  295. *zoom:1
  296. }
  297. .lbf-combobox select {
  298. position:absolute;
  299. clip:rect(0 0 0 0)
  300. }
  301. body,html {
  302. background-color:#edf1f5
  303. }
  304. body,dd,dl,form,ol,p,ul {
  305. padding:0;
  306. margin:0
  307. }
  308. a,a:hover {
  309. text-decoration:none
  310. }
  311. .fl,.fr {
  312. display:inline
  313. }
  314. .clear,.clearfix:after {
  315. height:0;
  316. clear:both
  317. }
  318. .clear,.icon,header .logo {
  319. overflow:hidden
  320. }
  321. div,h1,h2,h3,h4,li,p,span,ul {
  322. color:#4c5161;
  323. margin:0;
  324. font-weight:400
  325. }
  326. body {
  327. background-image:url(about:blank);
  328. _background-attachment:fixed;
  329. min-width:1000px;
  330. text-align:center;
  331. font:14px/1.5 'microsoft yahei',arial,\5b8b\4f53,sans-serif;
  332. -webkit-font-smoothing:antialiased
  333. }
  334. .tl,div {
  335. text-align:left
  336. }
  337. @media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx) {
  338. body {
  339. -webkit-font-smoothing:subpixel-antialiased
  340. }
  341. }:focus,a:focus {
  342. outline:0
  343. }
  344. body h1 {
  345. font:28px/1.5 'microsoft yahei',arial,\5b8b\4f53,sans-serif
  346. }
  347. body h2 {
  348. font:24px/1.5 'microsoft yahei',arial,\5b8b\4f53,sans-serif
  349. }
  350. body h3 {
  351. font:18px/1.5 'microsoft yahei',arial,\5b8b\4f53,sans-serif
  352. }
  353. body h4 {
  354. font:16px/1.5 'microsoft yahei',arial,\5b8b\4f53,sans-serif
  355. }
  356. .header_name,b {
  357. font-weight:400
  358. }
  359. li {
  360. list-style-type:none
  361. }
  362. img {
  363. border:0
  364. }
  365. button,input,select,textarea {
  366. font-size:1em;
  367. margin:0;
  368. color:#fff;
  369. font-family:arial,simsun,sans-serif
  370. }
  371. a {
  372. color:#00a5e0
  373. }
  374. a:hover {
  375. color:#0080ae
  376. }
  377. sup {
  378. vertical-align:text-top
  379. }
  380. sub {
  381. vertical-align:text-bottom
  382. }
  383. table {
  384. border-collapse:collapse;
  385. border-spacing:0
  386. }
  387. .black {
  388. color:#4c5161
  389. }
  390. .red {
  391. color:#f05e4b
  392. }
  393. .gray {
  394. color:#a7a7ab
  395. }
  396. .orange {
  397. color:#fe6500
  398. }
  399. .green {
  400. color:#1bb338
  401. }
  402. .blue {
  403. color:#00a5e0
  404. }
  405. .grey {
  406. color:#a9b0bb
  407. }
  408. .title-grey {
  409. color:#a2a9b6
  410. }
  411. b {
  412. margin:0 8px
  413. }
  414. .mt5 {
  415. margin-top:5px
  416. }
  417. .mt10 {
  418. margin-top:10px
  419. }
  420. .mt15 {
  421. margin-top:15px
  422. }
  423. .mt20 {
  424. margin-top:20px
  425. }
  426. .mt25 {
  427. margin-top:25px
  428. }
  429. .mt30 {
  430. margin-top:30px
  431. }
  432. .mt40 {
  433. margin-top:40px
  434. }
  435. .mb5 {
  436. margin-bottom:5px
  437. }
  438. .mb10 {
  439. margin-bottom:10px
  440. }
  441. .mb15 {
  442. margin-bottom:15px
  443. }
  444. .mb20 {
  445. margin-bottom:20px
  446. }
  447. .mb25 {
  448. margin-bottom:25px
  449. }
  450. .mb30 {
  451. margin-bottom:30px
  452. }
  453. .mb40 {
  454. margin-bottom:40px
  455. }
  456. .mr5 {
  457. margin-right:5px
  458. }
  459. .mr10 {
  460. margin-right:10px
  461. }
  462. .mr15 {
  463. margin-right:15px
  464. }
  465. .mr20 {
  466. margin-right:20px
  467. }
  468. .mr25 {
  469. margin-right:25px
  470. }
  471. .mr30 {
  472. margin-right:30px
  473. }
  474. .mr40 {
  475. margin-right:40px
  476. }
  477. .ml5 {
  478. margin-left:5px
  479. }
  480. .ml10 {
  481. margin-left:10px
  482. }
  483. .ml15 {
  484. margin-left:15px
  485. }
  486. .ml20 {
  487. margin-left:20px
  488. }
  489. .ml25 {
  490. margin-left:25px
  491. }
  492. .ml30 {
  493. margin-left:30px
  494. }
  495. .ml40 {
  496. margin-left:40px
  497. }
  498. .mtb10 {
  499. margin-top:10px;
  500. margin-bottom:10px
  501. }
  502. .p10 {
  503. padding:10px
  504. }
  505. .p5_0 {
  506. padding:5px 0
  507. }
  508. .p10_0,.p15_0 {
  509. padding:10px 0
  510. }
  511. .p0_5 {
  512. padding:0 5px
  513. }
  514. .p0_10 {
  515. padding:0 10px
  516. }
  517. .p0_15 {
  518. padding:0 15px
  519. }
  520. .pt20 {
  521. padding-top:20px
  522. }
  523. .pl30 {
  524. padding-left:30px
  525. }
  526. .pl60 {
  527. padding-left:60px
  528. }
  529. .tr {
  530. text-align:right
  531. }
  532. .header_icon,.tc {
  533. text-align:center
  534. }
  535. .fl {
  536. float:left
  537. }
  538. .fr {
  539. float:right
  540. }
  541. .block img {
  542. display:block
  543. }
  544. .intxt {
  545. border:1px solid #d3d2d2;
  546. padding:4px
  547. }
  548. .hidden {
  549. display:none !important
  550. }
  551. .clearfix:after {
  552. content:"";
  553. display:block;
  554. visibility:hidden
  555. }
  556. .clearfix {
  557. *display:inline-block;
  558. display:block
  559. }
  560. * html .clearfix {
  561. height:1%
  562. }
  563. #ln20 {
  564. line-height:20px
  565. }
  566. .ln30 {
  567. line-height:30px
  568. }
  569. .ln38 {
  570. line-height:38px
  571. }
  572. .ft12 {
  573. font-size:12px
  574. }
  575. .box-border-shadow {
  576. -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  577. -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
  578. box-shadow:0 1px 3px rgba(0,0,0,.1)
  579. }
  580. .main {
  581. padding-bottom:30px
  582. }
  583. header {
  584. height:62px;
  585. background-color:#00a5e0;
  586. position:relative;
  587. z-index:1;
  588. width:100%;
  589. display:block
  590. }
  591. header .logo {
  592. float:left;
  593. width:200px;
  594. height:62px;
  595. margin-left:17px;
  596. background:url(/store/src/themes/mpPortal/register/images/logo_beta.png) center no-repeat;
  597. text-indent:-99em
  598. }
  599. .header_l {
  600. float:left
  601. }
  602. .header_r {
  603. float:right;
  604. height:100%
  605. }
  606. .header_avatar {
  607. display:inline-block;
  608. height:34px;
  609. padding:14px 35px 0 0;
  610. vertical-align:top;
  611. white-space:nowrap;
  612. letter-spacing:-.25em
  613. }
  614. .header_avatar .avatar {
  615. width:34px;
  616. height:34px;
  617. border-radius:34px
  618. }
  619. .header_icon,.header_name {
  620. height:100%;
  621. display:inline-block;
  622. cursor:pointer
  623. }
  624. .header_name {
  625. line-height:32px;
  626. margin:0 2px 0 10px;
  627. color:#fff;
  628. vertical-align:top;
  629. letter-spacing:0
  630. }
  631. .header_avatar>.icon {
  632. position:absolute;
  633. margin-top:7px
  634. }
  635. .header_icon {
  636. width:62px;
  637. -webkit-transition:background-color .25s;
  638. transition:background-color .25s
  639. }
  640. .icon,.icon_logout {
  641. width:20px;
  642. height:20px;
  643. line-height:0
  644. }
  645. .header_icon:hover {
  646. background-color:#01b0ee
  647. }
  648. .header_icon>.icon {
  649. margin-top:23px;
  650. margin-left:5px
  651. }
  652. .icon_logout {
  653. background:url(/store/src/themes/mpPortal/register/images/reg-icons.png) -3px -456px repeat-x
  654. }
  655. .icon {
  656. display:inline-block;
  657. color:transparent !important;
  658. -webkit-user-select:none;
  659. -moz-user-select:none;
  660. -ms-user-select:none;
  661. user-select:none
  662. }
  663. .header {
  664. height:62px;
  665. background-color:#00a5e0
  666. }
  667. .header .user-info {
  668. position:relative;
  669. margin-right:22px;
  670. vertical-align:middle;
  671. float:right
  672. }
  673. .header .user-info .user-image {
  674. float:right;
  675. display:inline-block;
  676. position:relative;
  677. top:13px
  678. }
  679. .header .user-info .user-name {
  680. float:right;
  681. height:60px;
  682. line-height:60px;
  683. margin:0 80px 0 10px;
  684. color:#fff;
  685. display:inline-block
  686. }
  687. .user-image img {
  688. position:relative;
  689. border-radius:50%;
  690. -moz-border-radius:50%;
  691. -webkit-border-radius:50%
  692. }
  693. .header .user-info .logout {
  694. cursor:pointer;
  695. top:23px;
  696. right:1px;
  697. position:absolute;
  698. width:16px;
  699. height:16px;
  700. background:url(/store/src/themes/mpPortal/register/images/reg-icons.png) -3px -456px repeat-x
  701. }
  702. .header .banner {
  703. position:relative;
  704. clear:both
  705. }
  706. .header .banner .logo {
  707. position:absolute;
  708. top:14px;
  709. left:21px;
  710. width:192px;
  711. height:34px;
  712. background:url(/store/src/themes/mpPortal/register/images/logo_beta.png) repeat-x
  713. }
  714. .container {
  715. width:1000px;
  716. margin:0 auto
  717. }
  718. .container .content .header2 {
  719. height:100px;
  720. background-color:#a7a7ab
  721. }
  722. .header2 .title {
  723. height:140px
  724. }
  725. .header2 .nav .td {
  726. position:relative;
  727. display:inline-block;
  728. margin-right:50px;
  729. float:left
  730. }
  731. .header2 .nav .td h4 {
  732. margin-left:28px
  733. }
  734. .header2 .nav .td .item {
  735. top:2px;
  736. position:absolute;
  737. width:20px;
  738. height:20px;
  739. left:0
  740. }
  741. .header2 .title,.lbf-opt-select,.upload-pic {
  742. position:relative
  743. }
  744. .header2 .nav .td .item1 {
  745. background:url(/store/src/themes/mpPortal/register/images/icons.png) -48px -21px repeat-x
  746. }
  747. .header2 .nav .td.cur .item1 {
  748. background:url(/store/src/themes/mpPortal/register/images/icons.png) -48px 0 repeat-x
  749. }
  750. .header2 .nav .td .item2 {
  751. background:url(/store/src/themes/mpPortal/register/images/icons.png) -68px -21px repeat-x
  752. }
  753. .header2 .nav .td.cur .item2 {
  754. background:url(/store/src/themes/mpPortal/register/images/icons.png) -68px 0 repeat-x
  755. }
  756. .header2 .nav .td .item3 {
  757. background:url(/store/src/themes/mpPortal/register/images/icons.png) -88px -21px repeat-x
  758. }
  759. .header2 .nav .td.cur .item3 {
  760. background:url(/store/src/themes/mpPortal/register/images/icons.png) -88px 0 repeat-x
  761. }
  762. .header2 .nav .td .item4 {
  763. background:url(/store/src/themes/mpPortal/register/images/icons.png) -108px -21px repeat-x
  764. }
  765. .header2 .nav .td.cur .item4 {
  766. background:url(/store/src/themes/mpPortal/register/images/icons.png) -108px 0 repeat-x
  767. }
  768. .header2 .nav .td .item5 {
  769. background:url(/store/src/themes/mpPortal/register/images/icons.png) -128px -21px repeat-x
  770. }
  771. .header2 .nav .td.cur .item5 {
  772. background:url(/store/src/themes/mpPortal/register/images/icons.png) -128px 0 repeat-x
  773. }
  774. .header2 .nav .td .item6 {
  775. background:url(/store/src/themes/mpPortal/register/images/icons.png) -68px -41px repeat-x
  776. }
  777. .header2 .nav h4 {
  778. color:#a2a9b6
  779. }
  780. .header2 .nav .td.cur .item6 {
  781. background:url(/store/src/themes/mpPortal/register/images/icons.png) -48px -41px repeat-x
  782. }
  783. .header2 .nav .cur h4 {
  784. color:#00a5e0
  785. }
  786. .header2 .nav {
  787. padding-bottom:12px;
  788. font-size:16px
  789. }
  790. .header2 {
  791. background-color:#fff;
  792. border-bottom:1px solid #dbdee5
  793. }
  794. .header2 .title {
  795. margin:0 auto;
  796. width:1000px
  797. }
  798. .header2 .title h1 {
  799. padding:31px 0
  800. }
  801. .header2 img {
  802. margin-right:17px;
  803. float:left
  804. }
  805. .upload-pic {
  806. margin-left:10px
  807. }
  808. .lbf-textarea-error .lbf-combobox-label {
  809. border:1px solid #f4615c
  810. }
  811. .icon-close {
  812. top:-6px;
  813. position:absolute;
  814. display:inline-block;
  815. width:13px;
  816. height:13px;
  817. margin:10px 20px 0 5px;
  818. background:url(/store/src/themes/mpPortal/register/images/reg-icons.png) -113px -420px repeat-x;
  819. *top:4px
  820. }
  821. .icon-close:hover {
  822. background:url(/store/src/themes/mpPortal/register/images/reg-icons.png) -127px -420px repeat-x;
  823. cursor:pointer
  824. }
  825. .head-bg img {
  826. border-radius:50%;
  827. -moz-border-radius:50%;
  828. -webkit-border-radius:50%
  829. }
  830. .upload-pic a .pic-view {
  831. display:none;
  832. width:140px;
  833. border-radius:2px;
  834. -moz-border-radius:2px;
  835. -webkit-border-radius:2px;
  836. -webkit-box-shadow:0 2px 6px rgba(0,0,0,.15);
  837. -moz-box-shadow:0 2px 6px rgba(0,0,0,.15);
  838. box-shadow:0 2px 6px rgba(0,0,0,.15);
  839. position:absolute;
  840. bottom:25px;
  841. left:0;
  842. background:#fff
  843. }
  844. .upload-pic a:hover .pic-view {
  845. display:block
  846. }
  847. .upload-pic a .pic-view img {
  848. width:120px;
  849. margin:10px
  850. }
  851. input[type=file] {
  852. cursor:pointer
  853. }
  854. .lbf-button.lbf-combobox-label.lbf-inline-block.lbf-combobox-short {
  855. *width:126px
  856. }
  857. .lbf-winCrop .lbf-panel-foot .lbf-button {
  858. *width:80px;
  859. *float:left
  860. }
  861. .lbf-winCrop .lbf-panel-foot {
  862. *float:right
  863. }
  864. @media screen and (-webkit-min-device-pixel-ratio:0) {
  865. input[type=file] {
  866. font-size:0
  867. }
  868. }a.logout:hover {
  869. background-color:#01b0ee
  870. }
  871. #scroll-top {
  872. background-image:url(/store/src/themes/mpPortal/register/images/scroll-top.png);
  873. background-repeat:no-repeat;
  874. position:fixed;
  875. bottom:20px;
  876. right:20px;
  877. width:40px;
  878. height:40px
  879. }
  880. #scroll-top:hover {
  881. cursor:pointer;
  882. background-position:-40px 0
  883. }
  884. .help {
  885. background:#FFF;
  886. color:#4c4c4c;
  887. text-align:center
  888. }
  889. .help .heading {
  890. position:relative;
  891. background:url(//combo.b.qq.com/store/src/themes/mpPortal/register/images/index/help-bg.png) center center no-repeat;
  892. height:150px
  893. }
  894. .help .heading .head-top {
  895. min-width:920px;
  896. position:absolute;
  897. top:20px;
  898. width:1180px;
  899. left:50%;
  900. margin-left:-590px
  901. }
  902. @media screen and (max-width:1220px) {
  903. .help .heading .head-top {
  904. width:1000px;
  905. left:50%;
  906. margin-left:-500px
  907. }
  908. }.help .heading .link {
  909. position:absolute;
  910. top:10px;
  911. right:0
  912. }
  913. .help .heading .link a {
  914. color:#FFF;
  915. margin-right:45px;
  916. font-size:16px
  917. }
  918. .help .heading .title {
  919. position:absolute;
  920. top:150px;
  921. left:50%;
  922. margin-left:-112px
  923. }
  924. .help .content {
  925. background:#f5f5f5;
  926. line-height:34px;
  927. font-size:14px;
  928. width:1000px;
  929. margin:38px auto 150px
  930. }
  931. .help .content .content-title {
  932. font-size:30px;
  933. line-height:70px;
  934. border-bottom:1px solid #4c4c4c
  935. }
  936. .help .content .question {
  937. cursor:pointer;
  938. font-size:18px;
  939. line-height:70px;
  940. border-bottom:1px solid #e6e6e6;
  941. position:relative
  942. }
  943. .help .content .question .down {
  944. position:absolute;
  945. right:20px;
  946. top:33px;
  947. *top:10px;
  948. cursor:pointer
  949. }
  950. .help .content .answer {
  951. background:#f5f5f5;
  952. line-height:34px;
  953. font-size:14px;
  954. padding:20px 30px;
  955. border-bottom:1px solid #e6e6e6
  956. }
  957. .help .content .answer td,.help .content .answer th {
  958. text-align:left;
  959. padding-left:20px;
  960. line-height:50px;
  961. font-size:14px;
  962. color:#4c4c4c;
  963. font-weight:400
  964. }
  965. .help .content .verify {
  966. position:relative;
  967. top:2px;
  968. left:4px
  969. }
  970. .help .footer {
  971. text-align:center;
  972. background-color:#2a2a2a;
  973. padding:52px 0
  974. }
  975. .help .footer p {
  976. line-height:24px;
  977. color:#999
  978. }
  979. .announcement_box .inner {
  980. padding:10px 75px
  981. }
  982. .announcement_box .announcement_title {
  983. padding-bottom:12px;
  984. text-align:center;
  985. font-size:24px
  986. }
  987. .announcement_box .sign,.announcement_box .company_sign {
  988. padding-top:28px;
  989. text-align:right
  990. }
  991. .announcement_box h1,.announcement_box h2,.announcement_box h3,.announcement_box h4,.announcement_box h5,.announcement_box h6 {
  992. font-weight:400;
  993. font-size:14px
  994. }
  995. .announcement_box img {
  996. max-width:100%
  997. }
  998. .announcement_box pre {
  999. white-space:pre-wrap
  1000. }
  1001. .announcement_box .gap {
  1002. padding-bottom:1em
  1003. }
  1004. .announcement_box .no_gap {
  1005. padding-bottom:0
  1006. }
  1007. .announcement_box .strong {
  1008. font-weight:700
  1009. }
  1010. .announcement_box .normal {
  1011. font-weight:400
  1012. }
  1013. .head_box {
  1014. position:relative;
  1015. background-color:#fff;
  1016. border-top:4px solid #44b549;
  1017. border-bottom:1px solid #d9dadc
  1018. }
  1019. .category-btn {
  1020. padding:20px
  1021. }
  1022. .breadcrumb {
  1023. margin-top:20px;
  1024. background:#FFF
  1025. }
  1026. .panel-body>ul>li>.date {
  1027. float:right;
  1028. margin-right:20px
  1029. }
  1030. .panel-body>ul>li {
  1031. font-size:18px !important;
  1032. line-height:50px !important
  1033. }
  1034. .panel-heading>h5 {
  1035. line-height:40px;
  1036. padding-left:20px;
  1037. border-bottom:1px solid #ededed;
  1038. font-size:24px
  1039. }
  1040. .container_bd {
  1041. box-shadow:0 1px 3px rgba(0,0,1,0.1);
  1042. background-color:#fff;
  1043. border:0 rgba(0,0,0,0)
  1044. }
  1045. .notice_display_head {
  1046. line-height:80px;
  1047. padding-left:20px;
  1048. background-color:#fff;
  1049. border-bottom:1px solid #ededed;
  1050. font-size:24px !important
  1051. }
  1052. .public_notice_content .table_x {
  1053. visibility:hidden
  1054. }
  1055. .notice_display_head {
  1056. line-height:80px;
  1057. padding-left:20px;
  1058. background-color:#fff;
  1059. border-bottom:1px solid #ededed;
  1060. font-size:24px
  1061. }
  1062. .notice_tb .notice_data {
  1063. width:200px;
  1064. text-align:right;
  1065. color:#a2a9b6
  1066. }
  1067. .notice_content_a {
  1068. display:block;
  1069. width:100%;
  1070. color:#4c5161
  1071. }
  1072. .notice_content_a:hover {
  1073. color:#4c5161
  1074. }
  1075. .notice_content_a>p {
  1076. line-height:25px;
  1077. text-overflow:ellipsis;
  1078. overflow:hidden
  1079. }
  1080. .icon_tips_new {
  1081. width:27px;
  1082. height:27px;
  1083. background-repeat:no-repeat;
  1084. background-image:url(images/pub_new_notice.png);
  1085. position:absolute;
  1086. margin:-14px 0 0 -20px
  1087. }
  1088. .icon_tips_new+.notice_content_a {
  1089. line-height:26px;
  1090. font-size:16px
  1091. }
  1092. .notice_tb tr {
  1093. cursor:pointer
  1094. }
  1095. .bread {
  1096. padding-bottom:0
  1097. }
  1098. .notice_crumb {
  1099. height:16px;
  1100. margin-bottom:25px
  1101. }
  1102. .notice_crumb .notice_sep {
  1103. margin:1px 14px 0;
  1104. background-image:url(images/crumb_sep3.png)
  1105. }
  1106. .notice_body {
  1107. box-shadow:0 1px 3px rgba(0,0,1,0.1);
  1108. width:100%;
  1109. min-height:100px;
  1110. background-color:#fff;
  1111. margin:0 auto
  1112. }
  1113. .notice_body_display {
  1114. padding:40px 0 50px;
  1115. width:900px;
  1116. margin:0 auto;
  1117. color:#4c5161
  1118. }
  1119. .display_head {
  1120. display:block;
  1121. font-size:24px;
  1122. margin-bottom:10px
  1123. }
  1124. .display_data {
  1125. display:block;
  1126. color:#a2a9b6;
  1127. margin-bottom:30px
  1128. }
  1129. .display_content {
  1130. line-height:1.5
  1131. }
  1132. .display_footer {
  1133. overflow:hidden;
  1134. margin-top:40px
  1135. }
  1136. .display_portal {
  1137. float:right;
  1138. display:block;
  1139. line-height:24px
  1140. }
  1141. .notice_acc_type span {
  1142. display:inline-block;
  1143. border-radius:20px;
  1144. background-color:rgba(255,255,255,0.3);
  1145. padding:8px 15px;
  1146. position:absolute;
  1147. bottom:20px;
  1148. right:20px
  1149. }
  1150. .icon_cross {
  1151. width:18px;
  1152. height:18px;
  1153. display:inline-block;
  1154. overflow:hidden;
  1155. position:relative
  1156. }
  1157. .icon_cross>span {
  1158. height:100%;
  1159. width:100%;
  1160. position:absolute
  1161. }
  1162. .icon_cross_h {
  1163. top:50%;
  1164. left:0;
  1165. border-top:solid 2px;
  1166. margin-top:-1px
  1167. }
  1168. .icon_cross_v {
  1169. left:50%;
  1170. border-left:solid 2px;
  1171. margin-left:-1px
  1172. }
  1173. .icon_tips_new {
  1174. background-image:url(images/pub_new_notice@2x.png);
  1175. background-size:27px 27px
  1176. }
  1177. }.ui_table {
  1178. width:100%;
  1179. line-height:21px;
  1180. table-layout:fixed;
  1181. border-spacing:0;
  1182. border-collapse:collapse\9
  1183. }
  1184. .ui_table tbody td {
  1185. padding-top:14px;
  1186. padding-bottom:14px;
  1187. background-color:#fff;
  1188. border-bottom:1px solid #ededed
  1189. }
  1190. .ui_table td,.ui_table th {
  1191. padding:0 20px
  1192. }
  1193. .notice_tb_bd>tr>td:hover {
  1194. background-color:aliceblue
  1195. }
  1196. .notice_set {
  1197. margin-bottom:15px;
  1198. margin-right:-15px;
  1199. visibility:hidden
  1200. }
  1201. .notice_head,.notice_item {
  1202. margin-bottom:16px;
  1203. width:25%;
  1204. *width:24.9%;
  1205. float:left
  1206. }
  1207. .notice_head_a,.notice_item_a {
  1208. font-size:16px;
  1209. text-align:center;
  1210. display:block;
  1211. height:100%;
  1212. *height:185px;
  1213. -ms-box-sizing:border-box;
  1214. box-sizing:border-box;
  1215. padding:25px 25px 20px;
  1216. cursor:pointer;
  1217. -webkit-animation:fadeIn .2s;
  1218. animation:fadeIn .2s
  1219. }
  1220. .notice_item_inner {
  1221. margin-right:15px;
  1222. -webkit-transition:background-color .2s;
  1223. transition:background-color .2s
  1224. }
  1225. .notice_item .notice_item_inner {
  1226. background:#15aadf;
  1227. box-shadow:0 1px 3px rgba(0,0,1,0.1)
  1228. }
  1229. .notice_item_inner:hover .notice_item_a {
  1230. opacity:.8
  1231. }
  1232. .notice_head .notice_item_inner {
  1233. position:relative;
  1234. overflow:hidden
  1235. }
  1236. .notice_head_a,.notice_head_a:hover {
  1237. position:relative;
  1238. color:#fff;
  1239. -webkit-transform:translateZ(0);
  1240. transform:translateZ(0)
  1241. }
  1242. .notice_item_a,.notice_item_a:hover {
  1243. color:#4c5161
  1244. }
  1245. .notice_avatar_cover {
  1246. position:absolute;
  1247. left:0;
  1248. right:0;
  1249. top:0;
  1250. bottom:0;
  1251. opacity:.9;
  1252. filter:alpha(opacity=90)
  1253. }
  1254. .avatar_url {
  1255. float:left;
  1256. margin-right:15px
  1257. }
  1258. .avater_img_x {
  1259. position:absolute;
  1260. height:140%;
  1261. width:400px;
  1262. top:-20%;
  1263. left:50%;
  1264. margin-left:-200px;
  1265. text-align:center
  1266. }
  1267. .avater_img {
  1268. width:68px;
  1269. height:68px;
  1270. border:3px solid rgba(255,255,255,.4);
  1271. float:left;
  1272. border-radius:50%;
  1273. overflow:hidden
  1274. }
  1275. .avater_img_blur {
  1276. height:100%;
  1277. -webkit-filter:blur(5px);
  1278. -moz-filter:blur(5px);
  1279. -ms-filter:blur(5px);
  1280. filter:blur(5px);
  1281. filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=4,MakeShadow=false);
  1282. -webkit-transition:all .2s;
  1283. transition:all .2s
  1284. }
  1285. .notice_item_inner:hover .avater_img_blur {
  1286. -webkit-filter:blur(3px);
  1287. -moz-filter:blur(3px);
  1288. -ms-filter:blur(3px);
  1289. filter:blur(3px);
  1290. filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=4,MakeShadow=false)
  1291. }
  1292. _:-ms-input-placeholder,:root .avater_img_blur {
  1293. position:absolute;
  1294. visibility:hidden
  1295. }
  1296. .notice_item_inner>svg {
  1297. height:100%
  1298. }
  1299. .name_area {
  1300. padding-top:10px;
  1301. overflow:hidden
  1302. }
  1303. .name_title {
  1304. display:inline-block;
  1305. max-width:80%;
  1306. max-width:calc(100% - 20px);
  1307. font-weight:400
  1308. }
  1309. .notice_item_inner:hover {
  1310. background:#5cbcde
  1311. }
  1312. .breadcrumb>li+li:before {
  1313. padding:0 5px;
  1314. color:#ccc;
  1315. content:">"
  1316. }
  1317. .notice_head_a .active {
  1318. background:#5cbcde
  1319. }