12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319 |
- .lbf-button,.lbf-button:hover {
- background-color:#fff;
- text-decoration:none
- }
- .lbf-button {
- display:inline-block;
- min-width:46px;
- line-height:38px;
- padding:0 16px;
- border:1px solid #d0d0d5;
- border-radius:4px;
- background-repeat:no-repeat;
- background-position:center;
- -ms-box-sizing:content-box;
- box-sizing:content-box;
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- user-select:none;
- font-size:100%;
- font-family:inherit;
- text-align:center;
- color:#4c5161;
- overflow:visible;
- cursor:pointer
- }
- .lbf-button:hover {
- color:#2d3441;
- border-color:#a6a6a6
- }
- .lbf-button-disabled,.lbf-button-disabled:active,.lbf-button-disabled:hover {
- opacity:.4;
- filter:alpha(opacity=40);
- cursor:default;
- border-color:#ccc;
- background-color:#fafafa
- }
- .lbf-button-primary {
- border:1px solid #00a5e0;
- background-color:#00a5e0;
- color:#fff
- }
- .lbf-button-primary:hover {
- background-color:#1fbef7;
- border-color:#1fbef7;
- color:#fff
- }
- .lbf-button-primary:active {
- background-color:#0498cd;
- border-color:#0498cd
- }
- .lbf-button-primary-disabled,.lbf-button-primary-disabled:active,.lbf-button-primary-disabled:hover {
- opacity:.5;
- filter:alpha(opacity=50);
- cursor:default;
- border-color:#1fbef7;
- background-color:#1fbef7;
- color:#fff
- }
- .lbf-button-success {
- border:1px solid #1bb338;
- background-color:#1bb338;
- color:#fff
- }
- .lbf-button-success:hover {
- background-color:#3ac054;
- border-color:#3ac054;
- color:#fff
- }
- .lbf-button-success:active {
- background-color:#3aad50;
- border-color:#3aad50
- }
- .lbf-button-success-disabled,.lbf-button-success-disabled:active,.lbf-button-success-disabled:hover {
- opacity:.5;
- filter:alpha(opacity=50);
- cursor:default;
- border-color:#91c547;
- background-color:#91c547
- }
- .lbf-button-warning {
- border:1px solid #e25050;
- background-color:#e25050;
- color:#fff
- }
- .lbf-button-warning:hover {
- background-color:#db6044;
- border-color:#db6044;
- color:#fff
- }
- .lbf-button-warning:active {
- background-color:#cb4848;
- border-color:#cb4848
- }
- .lbf-button-warning-disabled,.lbf-button-warning-disabled:active,.lbf-button-warning-disabled:hover {
- opacity:.5;
- filter:alpha(opacity=50);
- cursor:default;
- border-color:#e25050;
- background-color:#e25050;
- color:#fff
- }
- .lbf-button-huge {
- border:1px solid #5c84cb;
- background-color:#5c84cb;
- color:#fff;
- height:60px;
- line-height:57px;
- padding:0 40px;
- font-size:24px
- }
- .lbf-button-huge:hover {
- background-color:#719cf1;
- border-color:#719cf1;
- color:#fff
- }
- .lbf-button-huge:active {
- background-color:#2c56c2;
- border-color:#2c56c2
- }
- .lbf-button-huge-disabled,.lbf-button-huge-disabled:active,.lbf-button-huge-disabled:hover {
- opacity:.5;
- filter:alpha(opacity=50);
- cursor:default;
- border-color:#2c56c2;
- background-color:#2c56c2;
- color:#fff
- }
- .lbf-button-huge span {
- background:url(/store/src/themes/boss/lbfUI/images/Button/huge.png) right 19px no-repeat;
- display:inline-block;
- width:20px;
- padding-left:10px
- }
- .lbf-button-default {
- font-size:14px
- }
- .lbf-button-mini {
- padding:2px 6px;
- *padding:2px 6px 1px;
- line-height:14px;
- font-size:12px;
- -webkit-border-radius:2px;
- -moz-border-radius:2px;
- border-radius:2px
- }
- .lbf-button-small {
- line-height:28px;
- padding:0 15px
- }
- .lbf-button-link,.lbf-button-link:active,.lbf-button-link[lbf-button-disabled] {
- display:inline;
- padding:0;
- background-color:transparent;
- background-image:none;
- -webkit-box-shadow:none;
- -moz-box-shadow:none;
- box-shadow:none
- }
- .lbf-button-link {
- color:#3f77db;
- cursor:pointer;
- font-weight:400;
- border:transparent;
- -webkit-border-radius:0;
- -moz-border-radius:0;
- border-radius:0
- }
- .lbf-button-link:focus,.lbf-button-link:hover {
- color:#1fbef7;
- border:transparent;
- text-decoration:underline;
- background:0
- }
- .lbf-button-link.lbf-button-disabled:hover,.lbf-button-link[lbf-button-disabled]:focus {
- color:#9ca1ac;
- text-decoration:none
- }
- .lbf-button-loading {
- color:transparent !important;
- pointer-events:none;
- background-image:url(/store/src/themes/mpPortal/lbfUI/images/Button/loading.gif)
- }
- .lbf-loading {
- display:none;
- visibility:hidden
- }
- .lbf-combobox {
- display:inline-block;
- *display:inline;
- *zoom:1;
- font-family:'microsoft yahei',arial;
- vertical-align:bottom
- }
- .lbf-combobox-label {
- position:relative;
- display:block;
- padding:0 40px 0 12px;
- text-align:left;
- line-height:38px;
- background-color:#fff;
- overflow:hidden
- }
- .lbf-textarea-error .lbf-combobox-label:hover {
- border-color:#f4615c
- }
- .lbf-textarea-error .lbf-combobox-label.lbf-dropdown-on {
- border-color:#00a5e0
- }
- .lbf-combobox-label:hover {
- border-color:#ababaf;
- text-decoration:none;
- z-index:1000
- }
- .lbf-combobox-label:focus,.lbf-combobox-focus .lbf-combobox-label {
- border-color:#00a5e0
- }
- .lbf-combobox-label:active {
- background-color:#ededed
- }
- .lbf-combobox-label.lbf-dropdown-on {
- border-color:#00a5e0;
- border-bottom-left-radius:0;
- border-bottom-right-radius:0;
- -webkit-border-bottom-right-radius:0;
- -webkit-border-bottom-left-radius:0;
- -moz-border-bottom-right-radius:0;
- -moz-border-bottom-left-radius:0
- }
- .lbf-combobox-caption {
- display:block
- }
- .lbf-combobox-icon {
- position:absolute;
- right:0;
- top:0;
- width:40px;
- height:38px;
- background:url(/store/src/themes/mpPortal/lbfUI/images/Combobox/arrow-down.png) no-repeat center
- }
- body .lbf-combobox-on,body .lbf-combobox-on:hover {
- border:1px solid #00a5e0;
- border-bottom-left-radius:0;
- border-bottom-right-radius:0;
- z-index:1000
- }
- .lbf-combobox-error .lbf-combobox-label,.lbf-combobox-error .lbf-combobox-label:hover {
- border-color:#ff5237;
- background-color:#ffe2df;
- z-index:1000
- }
- .lbf-combobox-panel {
- display:none;
- overflow-y:auto;
- overflow-x:hidden;
- margin:-1px 0 0;
- font-size:13px;
- list-style:none;
- background-color:#fff;
- border:1px solid #00a5e0;
- font-family:'microsoft yahei',arial
- }
- .lbf-combobox-panel .lbf-combobox-options {
- list-style:none;
- margin:0;
- padding:0
- }
- .lbf-combobox-panel .lbf-combobox-option {
- background-color:#fff
- }
- .lbf-combobox-panel .lbf-combobox-item {
- display:block;
- height:36px;
- padding:0 12px;
- line-height:36px;
- color:#333;
- white-space:nowrap;
- text-decoration:none;
- overflow:hidden
- }
- .lbf-combobox-panel .lbf-combobox-item:hover {
- text-decoration:none
- }
- .lbf-combobox-panel .lbf-combobox-option:hover {
- background-color:#f2fbff
- }
- .lbf-combobox-panel .lbf-combobox-item-selected,.lbf-combobox-panel .lbf-combobox-item-selected:hover {
- background-color:#d8fff4
- }
- .lbf-combobox-disabled {
- opacity:.65;
- filter:alpha(opacity=65);
- pointer-events:none;
- cursor:default;
- *zoom:1
- }
- .lbf-combobox select {
- position:absolute;
- clip:rect(0 0 0 0)
- }
- body,html {
- background-color:#edf1f5
- }
- body,dd,dl,form,ol,p,ul {
- padding:0;
- margin:0
- }
- a,a:hover {
- text-decoration:none
- }
- .fl,.fr {
- display:inline
- }
- .clear,.clearfix:after {
- height:0;
- clear:both
- }
- .clear,.icon,header .logo {
- overflow:hidden
- }
- div,h1,h2,h3,h4,li,p,span,ul {
- color:#4c5161;
- margin:0;
- font-weight:400
- }
- body {
- background-image:url(about:blank);
- _background-attachment:fixed;
- min-width:1000px;
- text-align:center;
- font:14px/1.5 'microsoft yahei',arial,\5b8b\4f53,sans-serif;
- -webkit-font-smoothing:antialiased
- }
- .tl,div {
- text-align:left
- }
- @media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx) {
- body {
- -webkit-font-smoothing:subpixel-antialiased
- }
- }:focus,a:focus {
- outline:0
- }
- body h1 {
- font:28px/1.5 'microsoft yahei',arial,\5b8b\4f53,sans-serif
- }
- body h2 {
- font:24px/1.5 'microsoft yahei',arial,\5b8b\4f53,sans-serif
- }
- body h3 {
- font:18px/1.5 'microsoft yahei',arial,\5b8b\4f53,sans-serif
- }
- body h4 {
- font:16px/1.5 'microsoft yahei',arial,\5b8b\4f53,sans-serif
- }
- .header_name,b {
- font-weight:400
- }
- li {
- list-style-type:none
- }
- img {
- border:0
- }
- button,input,select,textarea {
- font-size:1em;
- margin:0;
- color:#fff;
- font-family:arial,simsun,sans-serif
- }
- a {
- color:#00a5e0
- }
- a:hover {
- color:#0080ae
- }
- sup {
- vertical-align:text-top
- }
- sub {
- vertical-align:text-bottom
- }
- table {
- border-collapse:collapse;
- border-spacing:0
- }
- .black {
- color:#4c5161
- }
- .red {
- color:#f05e4b
- }
- .gray {
- color:#a7a7ab
- }
- .orange {
- color:#fe6500
- }
- .green {
- color:#1bb338
- }
- .blue {
- color:#00a5e0
- }
- .grey {
- color:#a9b0bb
- }
- .title-grey {
- color:#a2a9b6
- }
- b {
- margin:0 8px
- }
- .mt5 {
- margin-top:5px
- }
- .mt10 {
- margin-top:10px
- }
- .mt15 {
- margin-top:15px
- }
- .mt20 {
- margin-top:20px
- }
- .mt25 {
- margin-top:25px
- }
- .mt30 {
- margin-top:30px
- }
- .mt40 {
- margin-top:40px
- }
- .mb5 {
- margin-bottom:5px
- }
- .mb10 {
- margin-bottom:10px
- }
- .mb15 {
- margin-bottom:15px
- }
- .mb20 {
- margin-bottom:20px
- }
- .mb25 {
- margin-bottom:25px
- }
- .mb30 {
- margin-bottom:30px
- }
- .mb40 {
- margin-bottom:40px
- }
- .mr5 {
- margin-right:5px
- }
- .mr10 {
- margin-right:10px
- }
- .mr15 {
- margin-right:15px
- }
- .mr20 {
- margin-right:20px
- }
- .mr25 {
- margin-right:25px
- }
- .mr30 {
- margin-right:30px
- }
- .mr40 {
- margin-right:40px
- }
- .ml5 {
- margin-left:5px
- }
- .ml10 {
- margin-left:10px
- }
- .ml15 {
- margin-left:15px
- }
- .ml20 {
- margin-left:20px
- }
- .ml25 {
- margin-left:25px
- }
- .ml30 {
- margin-left:30px
- }
- .ml40 {
- margin-left:40px
- }
- .mtb10 {
- margin-top:10px;
- margin-bottom:10px
- }
- .p10 {
- padding:10px
- }
- .p5_0 {
- padding:5px 0
- }
- .p10_0,.p15_0 {
- padding:10px 0
- }
- .p0_5 {
- padding:0 5px
- }
- .p0_10 {
- padding:0 10px
- }
- .p0_15 {
- padding:0 15px
- }
- .pt20 {
- padding-top:20px
- }
- .pl30 {
- padding-left:30px
- }
- .pl60 {
- padding-left:60px
- }
- .tr {
- text-align:right
- }
- .header_icon,.tc {
- text-align:center
- }
- .fl {
- float:left
- }
- .fr {
- float:right
- }
- .block img {
- display:block
- }
- .intxt {
- border:1px solid #d3d2d2;
- padding:4px
- }
- .hidden {
- display:none !important
- }
- .clearfix:after {
- content:"";
- display:block;
- visibility:hidden
- }
- .clearfix {
- *display:inline-block;
- display:block
- }
- * html .clearfix {
- height:1%
- }
- #ln20 {
- line-height:20px
- }
- .ln30 {
- line-height:30px
- }
- .ln38 {
- line-height:38px
- }
- .ft12 {
- font-size:12px
- }
- .box-border-shadow {
- -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
- -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
- box-shadow:0 1px 3px rgba(0,0,0,.1)
- }
- .main {
- padding-bottom:30px
- }
- header {
- height:62px;
- background-color:#00a5e0;
- position:relative;
- z-index:1;
- width:100%;
- display:block
- }
- header .logo {
- float:left;
- width:200px;
- height:62px;
- margin-left:17px;
- background:url(/store/src/themes/mpPortal/register/images/logo_beta.png) center no-repeat;
- text-indent:-99em
- }
- .header_l {
- float:left
- }
- .header_r {
- float:right;
- height:100%
- }
- .header_avatar {
- display:inline-block;
- height:34px;
- padding:14px 35px 0 0;
- vertical-align:top;
- white-space:nowrap;
- letter-spacing:-.25em
- }
- .header_avatar .avatar {
- width:34px;
- height:34px;
- border-radius:34px
- }
- .header_icon,.header_name {
- height:100%;
- display:inline-block;
- cursor:pointer
- }
- .header_name {
- line-height:32px;
- margin:0 2px 0 10px;
- color:#fff;
- vertical-align:top;
- letter-spacing:0
- }
- .header_avatar>.icon {
- position:absolute;
- margin-top:7px
- }
- .header_icon {
- width:62px;
- -webkit-transition:background-color .25s;
- transition:background-color .25s
- }
- .icon,.icon_logout {
- width:20px;
- height:20px;
- line-height:0
- }
- .header_icon:hover {
- background-color:#01b0ee
- }
- .header_icon>.icon {
- margin-top:23px;
- margin-left:5px
- }
- .icon_logout {
- background:url(/store/src/themes/mpPortal/register/images/reg-icons.png) -3px -456px repeat-x
- }
- .icon {
- display:inline-block;
- color:transparent !important;
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- user-select:none
- }
- .header {
- height:62px;
- background-color:#00a5e0
- }
- .header .user-info {
- position:relative;
- margin-right:22px;
- vertical-align:middle;
- float:right
- }
- .header .user-info .user-image {
- float:right;
- display:inline-block;
- position:relative;
- top:13px
- }
- .header .user-info .user-name {
- float:right;
- height:60px;
- line-height:60px;
- margin:0 80px 0 10px;
- color:#fff;
- display:inline-block
- }
- .user-image img {
- position:relative;
- border-radius:50%;
- -moz-border-radius:50%;
- -webkit-border-radius:50%
- }
- .header .user-info .logout {
- cursor:pointer;
- top:23px;
- right:1px;
- position:absolute;
- width:16px;
- height:16px;
- background:url(/store/src/themes/mpPortal/register/images/reg-icons.png) -3px -456px repeat-x
- }
- .header .banner {
- position:relative;
- clear:both
- }
- .header .banner .logo {
- position:absolute;
- top:14px;
- left:21px;
- width:192px;
- height:34px;
- background:url(/store/src/themes/mpPortal/register/images/logo_beta.png) repeat-x
- }
- .container {
- width:1000px;
- margin:0 auto
- }
- .container .content .header2 {
- height:100px;
- background-color:#a7a7ab
- }
- .header2 .title {
- height:140px
- }
- .header2 .nav .td {
- position:relative;
- display:inline-block;
- margin-right:50px;
- float:left
- }
- .header2 .nav .td h4 {
- margin-left:28px
- }
- .header2 .nav .td .item {
- top:2px;
- position:absolute;
- width:20px;
- height:20px;
- left:0
- }
- .header2 .title,.lbf-opt-select,.upload-pic {
- position:relative
- }
- .header2 .nav .td .item1 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -48px -21px repeat-x
- }
- .header2 .nav .td.cur .item1 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -48px 0 repeat-x
- }
- .header2 .nav .td .item2 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -68px -21px repeat-x
- }
- .header2 .nav .td.cur .item2 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -68px 0 repeat-x
- }
- .header2 .nav .td .item3 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -88px -21px repeat-x
- }
- .header2 .nav .td.cur .item3 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -88px 0 repeat-x
- }
- .header2 .nav .td .item4 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -108px -21px repeat-x
- }
- .header2 .nav .td.cur .item4 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -108px 0 repeat-x
- }
- .header2 .nav .td .item5 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -128px -21px repeat-x
- }
- .header2 .nav .td.cur .item5 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -128px 0 repeat-x
- }
- .header2 .nav .td .item6 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -68px -41px repeat-x
- }
- .header2 .nav h4 {
- color:#a2a9b6
- }
- .header2 .nav .td.cur .item6 {
- background:url(/store/src/themes/mpPortal/register/images/icons.png) -48px -41px repeat-x
- }
- .header2 .nav .cur h4 {
- color:#00a5e0
- }
- .header2 .nav {
- padding-bottom:12px;
- font-size:16px
- }
- .header2 {
- background-color:#fff;
- border-bottom:1px solid #dbdee5
- }
- .header2 .title {
- margin:0 auto;
- width:1000px
- }
- .header2 .title h1 {
- padding:31px 0
- }
- .header2 img {
- margin-right:17px;
- float:left
- }
- .upload-pic {
- margin-left:10px
- }
- .lbf-textarea-error .lbf-combobox-label {
- border:1px solid #f4615c
- }
- .icon-close {
- top:-6px;
- position:absolute;
- display:inline-block;
- width:13px;
- height:13px;
- margin:10px 20px 0 5px;
- background:url(/store/src/themes/mpPortal/register/images/reg-icons.png) -113px -420px repeat-x;
- *top:4px
- }
- .icon-close:hover {
- background:url(/store/src/themes/mpPortal/register/images/reg-icons.png) -127px -420px repeat-x;
- cursor:pointer
- }
- .head-bg img {
- border-radius:50%;
- -moz-border-radius:50%;
- -webkit-border-radius:50%
- }
- .upload-pic a .pic-view {
- display:none;
- width:140px;
- border-radius:2px;
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- -webkit-box-shadow:0 2px 6px rgba(0,0,0,.15);
- -moz-box-shadow:0 2px 6px rgba(0,0,0,.15);
- box-shadow:0 2px 6px rgba(0,0,0,.15);
- position:absolute;
- bottom:25px;
- left:0;
- background:#fff
- }
- .upload-pic a:hover .pic-view {
- display:block
- }
- .upload-pic a .pic-view img {
- width:120px;
- margin:10px
- }
- input[type=file] {
- cursor:pointer
- }
- .lbf-button.lbf-combobox-label.lbf-inline-block.lbf-combobox-short {
- *width:126px
- }
- .lbf-winCrop .lbf-panel-foot .lbf-button {
- *width:80px;
- *float:left
- }
- .lbf-winCrop .lbf-panel-foot {
- *float:right
- }
- @media screen and (-webkit-min-device-pixel-ratio:0) {
- input[type=file] {
- font-size:0
- }
- }a.logout:hover {
- background-color:#01b0ee
- }
- #scroll-top {
- background-image:url(/store/src/themes/mpPortal/register/images/scroll-top.png);
- background-repeat:no-repeat;
- position:fixed;
- bottom:20px;
- right:20px;
- width:40px;
- height:40px
- }
- #scroll-top:hover {
- cursor:pointer;
- background-position:-40px 0
- }
- .help {
- background:#FFF;
- color:#4c4c4c;
- text-align:center
- }
- .help .heading {
- position:relative;
- background:url(//combo.b.qq.com/store/src/themes/mpPortal/register/images/index/help-bg.png) center center no-repeat;
- height:150px
- }
- .help .heading .head-top {
- min-width:920px;
- position:absolute;
- top:20px;
- width:1180px;
- left:50%;
- margin-left:-590px
- }
- @media screen and (max-width:1220px) {
- .help .heading .head-top {
- width:1000px;
- left:50%;
- margin-left:-500px
- }
- }.help .heading .link {
- position:absolute;
- top:10px;
- right:0
- }
- .help .heading .link a {
- color:#FFF;
- margin-right:45px;
- font-size:16px
- }
- .help .heading .title {
- position:absolute;
- top:150px;
- left:50%;
- margin-left:-112px
- }
- .help .content {
- background:#f5f5f5;
- line-height:34px;
- font-size:14px;
- width:1000px;
- margin:38px auto 150px
- }
- .help .content .content-title {
- font-size:30px;
- line-height:70px;
- border-bottom:1px solid #4c4c4c
- }
- .help .content .question {
- cursor:pointer;
- font-size:18px;
- line-height:70px;
- border-bottom:1px solid #e6e6e6;
- position:relative
- }
- .help .content .question .down {
- position:absolute;
- right:20px;
- top:33px;
- *top:10px;
- cursor:pointer
- }
- .help .content .answer {
- background:#f5f5f5;
- line-height:34px;
- font-size:14px;
- padding:20px 30px;
- border-bottom:1px solid #e6e6e6
- }
- .help .content .answer td,.help .content .answer th {
- text-align:left;
- padding-left:20px;
- line-height:50px;
- font-size:14px;
- color:#4c4c4c;
- font-weight:400
- }
- .help .content .verify {
- position:relative;
- top:2px;
- left:4px
- }
- .help .footer {
- text-align:center;
- background-color:#2a2a2a;
- padding:52px 0
- }
- .help .footer p {
- line-height:24px;
- color:#999
- }
- .announcement_box .inner {
- padding:10px 75px
- }
- .announcement_box .announcement_title {
- padding-bottom:12px;
- text-align:center;
- font-size:24px
- }
- .announcement_box .sign,.announcement_box .company_sign {
- padding-top:28px;
- text-align:right
- }
- .announcement_box h1,.announcement_box h2,.announcement_box h3,.announcement_box h4,.announcement_box h5,.announcement_box h6 {
- font-weight:400;
- font-size:14px
- }
- .announcement_box img {
- max-width:100%
- }
- .announcement_box pre {
- white-space:pre-wrap
- }
- .announcement_box .gap {
- padding-bottom:1em
- }
- .announcement_box .no_gap {
- padding-bottom:0
- }
- .announcement_box .strong {
- font-weight:700
- }
- .announcement_box .normal {
- font-weight:400
- }
- .head_box {
- position:relative;
- background-color:#fff;
- border-top:4px solid #44b549;
- border-bottom:1px solid #d9dadc
- }
- .category-btn {
- padding:20px
- }
- .breadcrumb {
- margin-top:20px;
- background:#FFF
- }
- .panel-body>ul>li>.date {
- float:right;
- margin-right:20px
- }
- .panel-body>ul>li {
- font-size:18px !important;
- line-height:50px !important
- }
- .panel-heading>h5 {
- line-height:40px;
- padding-left:20px;
- border-bottom:1px solid #ededed;
- font-size:24px
- }
- .container_bd {
- box-shadow:0 1px 3px rgba(0,0,1,0.1);
- background-color:#fff;
- border:0 rgba(0,0,0,0)
- }
- .notice_display_head {
- line-height:80px;
- padding-left:20px;
- background-color:#fff;
- border-bottom:1px solid #ededed;
- font-size:24px !important
- }
- .public_notice_content .table_x {
- visibility:hidden
- }
- .notice_display_head {
- line-height:80px;
- padding-left:20px;
- background-color:#fff;
- border-bottom:1px solid #ededed;
- font-size:24px
- }
- .notice_tb .notice_data {
- width:200px;
- text-align:right;
- color:#a2a9b6
- }
- .notice_content_a {
- display:block;
- width:100%;
- color:#4c5161
- }
- .notice_content_a:hover {
- color:#4c5161
- }
- .notice_content_a>p {
- line-height:25px;
- text-overflow:ellipsis;
- overflow:hidden
- }
- .icon_tips_new {
- width:27px;
- height:27px;
- background-repeat:no-repeat;
- background-image:url(images/pub_new_notice.png);
- position:absolute;
- margin:-14px 0 0 -20px
- }
- .icon_tips_new+.notice_content_a {
- line-height:26px;
- font-size:16px
- }
- .notice_tb tr {
- cursor:pointer
- }
- .bread {
- padding-bottom:0
- }
- .notice_crumb {
- height:16px;
- margin-bottom:25px
- }
- .notice_crumb .notice_sep {
- margin:1px 14px 0;
- background-image:url(images/crumb_sep3.png)
- }
- .notice_body {
- box-shadow:0 1px 3px rgba(0,0,1,0.1);
- width:100%;
- min-height:100px;
- background-color:#fff;
- margin:0 auto
- }
- .notice_body_display {
- padding:40px 0 50px;
- width:900px;
- margin:0 auto;
- color:#4c5161
- }
- .display_head {
- display:block;
- font-size:24px;
- margin-bottom:10px
- }
- .display_data {
- display:block;
- color:#a2a9b6;
- margin-bottom:30px
- }
- .display_content {
- line-height:1.5
- }
- .display_footer {
- overflow:hidden;
- margin-top:40px
- }
- .display_portal {
- float:right;
- display:block;
- line-height:24px
- }
- .notice_acc_type span {
- display:inline-block;
- border-radius:20px;
- background-color:rgba(255,255,255,0.3);
- padding:8px 15px;
- position:absolute;
- bottom:20px;
- right:20px
- }
- .icon_cross {
- width:18px;
- height:18px;
- display:inline-block;
- overflow:hidden;
- position:relative
- }
- .icon_cross>span {
- height:100%;
- width:100%;
- position:absolute
- }
- .icon_cross_h {
- top:50%;
- left:0;
- border-top:solid 2px;
- margin-top:-1px
- }
- .icon_cross_v {
- left:50%;
- border-left:solid 2px;
- margin-left:-1px
- }
- .icon_tips_new {
- background-image:url(images/pub_new_notice@2x.png);
- background-size:27px 27px
- }
- }.ui_table {
- width:100%;
- line-height:21px;
- table-layout:fixed;
- border-spacing:0;
- border-collapse:collapse\9
- }
- .ui_table tbody td {
- padding-top:14px;
- padding-bottom:14px;
- background-color:#fff;
- border-bottom:1px solid #ededed
- }
- .ui_table td,.ui_table th {
- padding:0 20px
- }
- .notice_tb_bd>tr>td:hover {
- background-color:aliceblue
- }
- .notice_set {
- margin-bottom:15px;
- margin-right:-15px;
- visibility:hidden
- }
- .notice_head,.notice_item {
- margin-bottom:16px;
- width:25%;
- *width:24.9%;
- float:left
- }
- .notice_head_a,.notice_item_a {
- font-size:16px;
- text-align:center;
- display:block;
- height:100%;
- *height:185px;
- -ms-box-sizing:border-box;
- box-sizing:border-box;
- padding:25px 25px 20px;
- cursor:pointer;
- -webkit-animation:fadeIn .2s;
- animation:fadeIn .2s
- }
- .notice_item_inner {
- margin-right:15px;
- -webkit-transition:background-color .2s;
- transition:background-color .2s
- }
- .notice_item .notice_item_inner {
- background:#15aadf;
- box-shadow:0 1px 3px rgba(0,0,1,0.1)
- }
- .notice_item_inner:hover .notice_item_a {
- opacity:.8
- }
- .notice_head .notice_item_inner {
- position:relative;
- overflow:hidden
- }
- .notice_head_a,.notice_head_a:hover {
- position:relative;
- color:#fff;
- -webkit-transform:translateZ(0);
- transform:translateZ(0)
- }
- .notice_item_a,.notice_item_a:hover {
- color:#4c5161
- }
- .notice_avatar_cover {
- position:absolute;
- left:0;
- right:0;
- top:0;
- bottom:0;
- opacity:.9;
- filter:alpha(opacity=90)
- }
- .avatar_url {
- float:left;
- margin-right:15px
- }
- .avater_img_x {
- position:absolute;
- height:140%;
- width:400px;
- top:-20%;
- left:50%;
- margin-left:-200px;
- text-align:center
- }
- .avater_img {
- width:68px;
- height:68px;
- border:3px solid rgba(255,255,255,.4);
- float:left;
- border-radius:50%;
- overflow:hidden
- }
- .avater_img_blur {
- height:100%;
- -webkit-filter:blur(5px);
- -moz-filter:blur(5px);
- -ms-filter:blur(5px);
- filter:blur(5px);
- filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=4,MakeShadow=false);
- -webkit-transition:all .2s;
- transition:all .2s
- }
- .notice_item_inner:hover .avater_img_blur {
- -webkit-filter:blur(3px);
- -moz-filter:blur(3px);
- -ms-filter:blur(3px);
- filter:blur(3px);
- filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=4,MakeShadow=false)
- }
- _:-ms-input-placeholder,:root .avater_img_blur {
- position:absolute;
- visibility:hidden
- }
- .notice_item_inner>svg {
- height:100%
- }
- .name_area {
- padding-top:10px;
- overflow:hidden
- }
- .name_title {
- display:inline-block;
- max-width:80%;
- max-width:calc(100% - 20px);
- font-weight:400
- }
- .notice_item_inner:hover {
- background:#5cbcde
- }
- .breadcrumb>li+li:before {
- padding:0 5px;
- color:#ccc;
- content:">"
- }
- .notice_head_a .active {
- background:#5cbcde
- }
|