1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504 |
- html {
- overflow:auto
- }
- body {
- background-color:#edf1f5;
- min-width:1263px;
- overflow:hidden
- }
- header {
- height:62px;
- background-color:#00a5e0;
- position:relative;
- z-index:1
- }
- .logo {
- float:left;
- width:200px;
- height:62px;
- margin-left:17px;
- background:url(images/logo_beta.png) no-repeat center;
- text-indent:-99em;
- overflow:hidden
- }
- .header_l {
- float:left
- }
- .header_r {
- float:right;
- height:100%
- }
- .header_avatar {
- display:inline-block;
- height:34px;
- padding:14px 35px 0 0;
- letter-spacing:-.25em;
- vertical-align:top;
- white-space:nowrap
- }
- .header_avatar .avatar {
- width:34px;
- height:34px;
- border-radius:34px;
- font-size:0
- }
- .header_name {
- display:inline-block;
- height:100%;
- line-height:32px;
- margin:0 2px 0 10px;
- font-weight:400;
- color:#fff;
- letter-spacing:0;
- vertical-align:top;
- cursor:pointer
- }
- .header_avatar>.icon {
- position:absolute;
- margin-top:7px
- }
- .header_icon {
- display:inline-block;
- width:62px;
- height:100%;
- text-align:center;
- -webkit-transition:background-color .25s;
- transition:background-color .25s;
- cursor:pointer
- }
- .header_icon:hover {
- background-color:#01b0ee
- }
- .header_icon>.icon {
- margin-top:21px
- }
- .main {
- overflow:hidden
- }
- .main>aside {
- float:left;
- padding-bottom:3999em;
- margin-bottom:-3991em;
- border-right:1px solid #dbdee5;
- background-color:#fff
- }
- .main>aside,.logo,img {
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- user-select:none
- }
- :root .main>aside {
- display:none
- }
- @media all and (min-width:1281px) {
- .main {
- margin-right:calc(100% - 100vw)
- }
- body {
- min-width:calc(1280px - 100vw - 100%)
- }
- }.aside_bg {
- width:199px;
- position:absolute;
- top:0;
- bottom:0;
- border-right:1px solid #dbdee5;
- background-color:#fff
- }
- .main>aside,.aside_bg {
- width:199px;
- -webkit-transition:width .25s;
- transition:width .25s
- }
- .aside_main {
- display:inline-block;
- width:100%;
- background-color:#fff;
- position:relative;
- white-space:nowrap
- }
- .checked .aside_main {
- z-index:2
- }
- .aside_toggle {
- display:block;
- height:14px;
- line-height:0;
- padding:7px 9px 0 15px;
- margin-bottom:-8px;
- text-align:right;
- cursor:pointer;
- -webkit-transition:all .25s;
- transition:all .25s
- }
- .aside_toggle+dl {
- margin-top:0
- }
- .aside_arrow {
- display:inline-block;
- width:0;
- height:0;
- border:6px solid transparent;
- border-right-color:#d0d4da;
- -webkit-transition:border-color .25s;
- transition:border-color .25s;
- overflow:hidden
- }
- .aside_toggle:hover .aside_arrow {
- border-right-color:#9facba
- }
- .aside_dl {
- margin:10px 0
- }
- .aside_dt {
- height:30px;
- line-height:30px;
- padding-left:22px;
- color:#9facba;
- -webkit-transition:height .25s;
- transition:height .25s;
- overflow:hidden
- }
- .aside_nav {
- display:block;
- padding:12px 20px;
- color:#4c5161;
- -webkit-transition:background-color .25s,color .5s;
- transition:background-color .25s,color .5s;
- cursor:pointer;
- position:relative
- }
- .aside_group>.aside_nav {
- display:none
- }
- .aside_nav:hover {
- color:#4c5161;
- background-color:#eceef3
- }
- .aside_nav:before,.aside_nav:after,.aside_button_add:before,.aside_button_add:after {
- position:absolute;
- top:50%;
- left:62px;
- color:#fff;
- z-index:1
- }
- .aside_button_add:before,.aside_button_add:after {
- left:50px
- }
- .aside_nav[data-title]:before,.aside_button_add:before {
- width:0;
- height:0;
- margin:-6px 0 0 -6px;
- border:6px solid transparent;
- border-right-color:#373c42;
- overflow:hidden
- }
- .aside_nav[data-title]:after,.aside_button_add:after {
- line-height:20px;
- padding:5px 10px;
- margin:-15px 0 0 6px;
- border-radius:4px;
- background-color:#373c42;
- font-size:12px;
- color:#fff;
- letter-spacing:0
- }
- .aside_nav>.icon {
- margin-right:7px;
- vertical-align:-5px;
- *vertical-align:-1px;
- text-align:center;
- line-height:20px
- }
- .aside_nav>.icon>img {
- display:none
- }
- .active>.icon[style] {
- visibility:hidden
- }
- .active>.icon>img {
- display:inline;
- vertical-align:middle;
- visibility:visible
- }
- .aside_dl .active {
- background-color:#00a5e0;
- color:#fff
- }
- .aside_divide {
- margin:10px;
- border-top:1px solid #e9ebf2
- }
- .aside_button_add {
- display:block;
- height:20px;
- line-height:20px;
- padding:8px 8px 8px 45px;
- margin:10px 22px 20px;
- border:2px dashed;
- color:#ccc;
- -webkit-transition:all .25s;
- transition:all .25s;
- overflow:hidden;
- cursor:pointer
- }
- .aside_shape_add {
- position:absolute;
- width:20px;
- height:20px;
- margin-left:-28px
- }
- .aside_shape_add .v,.aside_shape_add .h {
- position:absolute
- }
- .aside_shape_add .v {
- height:16px;
- border-left:2px solid;
- top:2px;
- left:9px
- }
- .aside_shape_add .h {
- width:16px;
- border-top:2px solid;
- top:9px;
- left:2px
- }
- .aside_button_add:hover {
- color:#a6a6a6;
- position:relative
- }
- aside.checked,.checked>.aside_bg {
- width:61px
- }
- .checked .aside_toggle {
- text-align:center;
- margin-bottom:3px
- }
- .checked .aside_arrow {
- border-right-color:transparent;
- border-left-color:#d0d4da
- }
- .checked .aside_toggle:hover .aside_arrow {
- border-left-color:#9facba;
- border-right-color:transparent
- }
- .checked .aside_dt {
- height:0;
- overflow:hidden
- }
- .checked .aside_nav {
- color:transparent;
- -webkit-transition:background-color .25s;
- transition:background-color .25s
- }
- .checked .aside_main>dl .aside_nav {
- letter-spacing:-9em;
- letter-spacing:0vw
- }
- .checked .aside_main>dl .aside_nav>.icon {
- margin-right:-150px;
- *margin-right:50px
- }
- .checked.aside_group .aside_nav {
- color:#4c5161;
- letter-spacing:0
- }
- .checked .aside_group .active {
- color:#fff;
- background-color:#00a5e0
- }
- .checked .aside_nav:hover:before,.checked .aside_button_add:hover:before {
- content:''
- }
- .checked .aside_nav:hover:after,.checked .aside_button_add:hover:after {
- content:attr(data-title)
- }
- .checked .aside_button_add:hover {
- overflow:visible
- }
- .checked .aside_group>.aside_nav {
- display:block
- }
- .checked .aside_group>.aside_nav:hover {
- z-index:1
- }
- .checked .aside_group .aside_dl {
- position:absolute;
- visibility:hidden
- }
- .checked>.aside_nav:before,.checked>.aside_nav:after {
- display:none
- }
- .checked>.aside_nav {
- background-color:#eceef3
- }
- .checked .checked>.aside_dl {
- padding:5px 0;
- margin-top:-95px;
- left:70px;
- border-radius:4px;
- background-color:#fff;
- box-shadow:0 1px 3px rgba(0,0,0,.1);
- visibility:visible
- }
- .checked .aside_group .aside_dt {
- position:absolute;
- width:0;
- padding:0;
- border:6px solid transparent;
- border-right-color:#fff;
- top:70px;
- left:-12px
- }
- :root .checked .aside_group .aside_dt {
- top:70px;
- left:-6px;
- left:-5px\9;
- width:8px;
- height:8px;
- border:0 none;
- border-left:1px solid rgba(0,0,0,.05);
- border-top:1px solid rgba(0,0,0,.05);
- background-color:#fff;
- background-clip:content-box;
- -webkit-transform:rotate(-45deg);
- -ms-transform:rotate(-45deg);
- transform:rotate(-45deg);
- -webkit-transition:background-color .25s;
- transition:background-color .25s
- }
- .checked .aside_group .i1 .aside_dt {
- border-right-color:#eceef3;
- background-color:#eceef3
- }
- .checked .aside_group .a1 .aside_dt {
- border-right-color:#00a5e0;
- background-color:#00a5e0
- }
- .checked .aside_button_add {
- padding-left:37px;
- padding-right:0;
- margin-left:10px;
- margin-right:10px
- }
- .checked .aside_button_text {
- position:absolute;
- color:transparent;
- visibility:hidden
- }
- .main>section {
- min-height:calc(100vh - 62px);
- overflow:hidden
- }
- .section_main {
- padding:0 30px
- }
- .section_auto {
- min-width:1003px;
- max-width:1440px;
- margin-left:auto;
- margin-right:auto;
- padding-bottom:120px
- }
- .checked ~ section .section_auto {
- min-width:1157px
- }
- .section_title {
- margin:36px 0 24px;
- font-size:28px
- }
- @media all and (max-width:1440px) {
- .section_title {
- font-size:26px;
- margin:31px 0 19px
- }
- }.section_title>.icon {
- position:absolute;
- margin-left:10px;
- margin-top:12px
- }
- .icon {
- display:inline-block;
- width:20px;
- height:20px;
- line-height:0;
- color:transparent!important;
- overflow:hidden;
- background:url(images/icons.png) no-repeat 20px 20px;
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- user-select:none
- }
- .active .icon_nav_ablity {
- background-position:-20px 0
- }
- .active .icon_nav_api {
- background-position:-60px -80px
- }
- .active .icon_nav_comment {
- background-position:0 -20px
- }
- .active .icon_nav_developer {
- background-position:-20px -20px
- }
- .active .icon_nav_fans {
- background-position:-40px 0
- }
- .active .icon_nav_limit {
- background-position:-40px -20px
- }
- .active .icon_nav_menu {
- background-position:0 -40px
- }
- .active .icon_nav_msg {
- background-position:-20px -40px
- }
- .active .icon_nav_news {
- background-position:-40px -40px
- }
- .active .icon_nav_pay {
- background-position:-60px 0
- }
- .active .icon_nav_reply {
- background-position:-60px -20px
- }
- .active .icon_nav_run {
- background-position:-60px -40px
- }
- .active .icon_nav_security {
- background-position:0 -60px
- }
- .active .icon_nav_send {
- background-position:-20px -60px
- }
- .active .icon_nav_set {
- background-position:-40px -60px
- }
- .active .icon_nav_source {
- background-position:-60px -60px
- }
- .active .icon_nav_stat {
- background-position:-80px 0
- }
- .active .icon_nav_tag {
- background-position:-80px -20px
- }
- .active .icon_nav_user {
- background-position:-80px -40px
- }
- .active .icon_nav_ux {
- background-position:-80px -60px
- }
- .active .icon_nav_verity {
- background-position:0 -80px
- }
- .icon_hook {
- background-position:-20px -80px
- }
- .icon_logout {
- background-position:-40px -80px
- }
- .icon_nav_ablity {
- background-position:0 0
- }
- .icon_nav_api {
- background-position:-80px -80px
- }
- .icon_nav_comment {
- background-position:-100px 0
- }
- .icon_nav_developer {
- background-position:-100px -20px
- }
- .icon_nav_fans {
- background-position:-100px -40px
- }
- .icon_nav_limit {
- background-position:-100px -60px
- }
- .icon_nav_menu {
- background-position:-100px -80px
- }
- .icon_nav_msg {
- background-position:0 -100px
- }
- .icon_nav_news {
- background-position:-20px -100px
- }
- .icon_nav_pay {
- background-position:-40px -100px
- }
- .icon_nav_reply {
- background-position:-60px -100px
- }
- .icon_nav_run {
- background-position:-80px -100px
- }
- .icon_nav_security {
- background-position:-100px -100px
- }
- .icon_nav_send {
- background-position:-120px 0
- }
- .icon_nav_set {
- background-position:-120px -20px
- }
- .icon_nav_source {
- background-position:-120px -40px
- }
- .icon_nav_stat {
- background-position:-120px -60px
- }
- .icon_nav_tag {
- background-position:-120px -80px
- }
- .icon_nav_user {
- background-position:-120px -100px
- }
- .icon_nav_ux {
- background-position:0 -120px
- }
- .icon_nav_verity {
- background-position:-20px -120px
- }
- .icon_title_inf:hover {
- background-position:-40px -120px
- }
- .icon_title_inf {
- background-position:-60px -120px
- }
- @media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx) {
- background-size:140px 120px
- }
- .active .icon_nav_ablity {
- background-position:-20px 0
- }
- .active .icon_nav_comment {
- background-position:0 -80px
- }
- .active .icon_nav_developer {
- background-position:0 -20px
- }
- .active .icon_nav_fans {
- background-position:-20px -20px
- }
- .active .icon_nav_limit {
- background-position:-40px 0
- }
- .active .icon_nav_menu {
- background-position:-40px -20px
- }
- .active .icon_nav_msg {
- background-position:0 -40px
- }
- .active .icon_nav_news {
- background-position:-20px -40px
- }
- .active .icon_nav_pay {
- background-position:-40px -40px
- }
- .active .icon_nav_reply {
- background-position:-60px 0
- }
- .active .icon_nav_run {
- background-position:-60px -20px
- }
- .active .icon_nav_security {
- background-position:-60px -40px
- }
- .active .icon_nav_send {
- background-position:0 -60px
- }
- .active .icon_nav_set {
- background-position:-20px -60px
- }
- .active .icon_nav_source {
- background-position:-40px -60px
- }
- .active .icon_nav_stat {
- background-position:-60px -60px
- }
- .active .icon_nav_user {
- background-position:-80px 0
- }
- .active .icon_nav_ux {
- background-position:-80px -20px
- }
- .active .icon_nav_verity {
- background-position:-80px -40px
- }
- .icon_hook {
- background-position:-80px -60px
- }
- .icon_logout {
- background-position:0 0
- }
- .icon_nav_ablity {
- background-position:-20px -80px
- }
- .icon_nav_comment {
- background-position:-40px -80px
- }
- .icon_nav_developer {
- background-position:-60px -80px
- }
- .icon_nav_fans {
- background-position:-80px -80px
- }
- .icon_nav_limit {
- background-position:-100px 0
- }
- .icon_nav_menu {
- background-position:-100px -20px
- }
- .icon_nav_msg {
- background-position:-100px -40px
- }
- .icon_nav_news {
- background-position:-100px -60px
- }
- .icon_nav_pay {
- background-position:-100px -80px
- }
- .icon_nav_reply {
- background-position:0 -100px
- }
- .icon_nav_run {
- background-position:-20px -100px
- }
- .icon_nav_security {
- background-position:-40px -100px
- }
- .icon_nav_send {
- background-position:-60px -100px
- }
- .icon_nav_set {
- background-position:-80px -100px
- }
- .icon_nav_source {
- background-position:-100px -100px
- }
- .icon_nav_stat {
- background-position:-120px 0
- }
- .icon_nav_user {
- background-position:-120px -20px
- }
- .icon_nav_ux {
- background-position:-120px -40px
- }
- .icon_nav_verity {
- background-position:-120px -60px
- }
- } .foot {
- padding: 24px 0;
- color: #f1f1f1;
- text-align: center;
- background-color: rgba(152, 148, 148, 0.85);
- position: relative;
- }
- .ft.links {
- font-size: 12px;
- }
- .links_item {
- display: inline-block;
- vertical-align: middle;
- padding: 0 1em;
- line-height: 1em;
- border-left: 1px solid #d9dadc;
- }
- .ft .links_item a {
- color: #f1f1f1;
- }
- .copyright {
- display: inline;
- }
- .links_item:first-child {
- border-left-width: 0;
- }
- .dropdown-user {
- height: 60px;
- display: block;
- }
- .dropdown-menu>li>a>.fa {
- color:#00a5e0;
- margin-left: -4px;
- }
- .navbar-nav .navbar-right>li {
- margin-right: 0;
- margin-left: 12px;html {
- overflow:auto
- }
- body {
- background-color:#edf1f5;
- min-width:1263px;
- overflow:hidden
- }
- header {
- height:62px;
- background-color:#00a5e0;
- position:relative;
- z-index:1
- }
- .logo {
- float:left;
- width:200px;
- height:62px;
- margin-left:17px;
- background:url(images/logo_beta.png) no-repeat center;
- text-indent:-99em;
- overflow:hidden
- }
- .header_l {
- float:left
- }
- .header_r {
- float:right;
- height:100%
- }
- .header_avatar {
- display:inline-block;
- height:34px;
- padding:14px 35px 0 0;
- letter-spacing:-.25em;
- vertical-align:top;
- white-space:nowrap
- }
- .header_avatar .avatar {
- width:34px;
- height:34px;
- border-radius:34px;
- font-size:0
- }
- .header_name {
- display:inline-block;
- height:100%;
- line-height:32px;
- margin:0 2px 0 10px;
- font-weight:400;
- color:#fff;
- letter-spacing:0;
- vertical-align:top;
- cursor:pointer
- }
- .header_avatar>.icon {
- position:absolute;
- margin-top:7px
- }
- .header_icon {
- display:inline-block;
- width:62px;
- height:100%;
- text-align:center;
- -webkit-transition:background-color .25s;
- transition:background-color .25s;
- cursor:pointer
- }
- .header_icon:hover {
- background-color:#01b0ee
- }
- .header_icon>.icon {
- margin-top:21px
- }
- .main {
- overflow:hidden
- }
- .main>aside {
- float:left;
- padding-bottom:3999em;
- margin-bottom:-3991em;
- border-right:1px solid #dbdee5;
- background-color:#fff
- }
- .main>aside,.logo,img {
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- user-select:none
- }
- :root .main>aside {
- display:none
- }
- @media all and (min-width:1281px) {
- .main {
- margin-right:calc(100% - 100vw)
- }
- body {
- min-width:calc(1280px - 100vw - 100%)
- }
- }.aside_bg {
- width:199px;
- position:absolute;
- top:0;
- bottom:0;
- border-right:1px solid #dbdee5;
- background-color:#fff
- }
- .main>aside,.aside_bg {
- width:199px;
- -webkit-transition:width .25s;
- transition:width .25s
- }
- .aside_main {
- display:inline-block;
- width:100%;
- background-color:#fff;
- position:relative;
- white-space:nowrap
- }
- .checked .aside_main {
- z-index:2
- }
- .aside_toggle {
- display:block;
- height:14px;
- line-height:0;
- padding:7px 9px 0 15px;
- margin-bottom:-8px;
- text-align:right;
- cursor:pointer;
- -webkit-transition:all .25s;
- transition:all .25s
- }
- .aside_toggle+dl {
- margin-top:0
- }
- .aside_arrow {
- display:inline-block;
- width:0;
- height:0;
- border:6px solid transparent;
- border-right-color:#d0d4da;
- -webkit-transition:border-color .25s;
- transition:border-color .25s;
- overflow:hidden
- }
- .aside_toggle:hover .aside_arrow {
- border-right-color:#9facba
- }
- .aside_dl {
- margin:10px 0
- }
- .aside_dt {
- height:30px;
- line-height:30px;
- padding-left:22px;
- color:#9facba;
- -webkit-transition:height .25s;
- transition:height .25s;
- overflow:hidden
- }
- .aside_nav {
- display:block;
- padding:12px 20px;
- color:#4c5161;
- -webkit-transition:background-color .25s,color .5s;
- transition:background-color .25s,color .5s;
- cursor:pointer;
- position:relative
- }
- .aside_group>.aside_nav {
- display:none
- }
- .aside_nav:hover {
- color:#4c5161;
- background-color:#eceef3
- }
- .aside_nav:before,.aside_nav:after,.aside_button_add:before,.aside_button_add:after {
- position:absolute;
- top:50%;
- left:62px;
- color:#fff;
- z-index:1
- }
- .aside_button_add:before,.aside_button_add:after {
- left:50px
- }
- .aside_nav[data-title]:before,.aside_button_add:before {
- width:0;
- height:0;
- margin:-6px 0 0 -6px;
- border:6px solid transparent;
- border-right-color:#373c42;
- overflow:hidden
- }
- .aside_nav[data-title]:after,.aside_button_add:after {
- line-height:20px;
- padding:5px 10px;
- margin:-15px 0 0 6px;
- border-radius:4px;
- background-color:#373c42;
- font-size:12px;
- color:#fff;
- letter-spacing:0
- }
- .aside_nav>.icon {
- margin-right:7px;
- vertical-align:-5px;
- *vertical-align:-1px;
- text-align:center;
- line-height:20px
- }
- .aside_nav>.icon>img {
- display:none
- }
- .active>.icon[style] {
- visibility:hidden
- }
- .active>.icon>img {
- display:inline;
- vertical-align:middle;
- visibility:visible
- }
- .aside_dl .active {
- background-color:#00a5e0;
- color:#fff
- }
- .aside_divide {
- margin:10px;
- border-top:1px solid #e9ebf2
- }
- .aside_button_add {
- display:block;
- height:20px;
- line-height:20px;
- padding:8px 8px 8px 45px;
- margin:10px 22px 20px;
- border:2px dashed;
- color:#ccc;
- -webkit-transition:all .25s;
- transition:all .25s;
- overflow:hidden;
- cursor:pointer
- }
- .aside_shape_add {
- position:absolute;
- width:20px;
- height:20px;
- margin-left:-28px
- }
- .aside_shape_add .v,.aside_shape_add .h {
- position:absolute
- }
- .aside_shape_add .v {
- height:16px;
- border-left:2px solid;
- top:2px;
- left:9px
- }
- .aside_shape_add .h {
- width:16px;
- border-top:2px solid;
- top:9px;
- left:2px
- }
- .aside_button_add:hover {
- color:#a6a6a6;
- position:relative
- }
- aside.checked,.checked>.aside_bg {
- width:61px
- }
- .checked .aside_toggle {
- text-align:center;
- margin-bottom:3px
- }
- .checked .aside_arrow {
- border-right-color:transparent;
- border-left-color:#d0d4da
- }
- .checked .aside_toggle:hover .aside_arrow {
- border-left-color:#9facba;
- border-right-color:transparent
- }
- .checked .aside_dt {
- height:0;
- overflow:hidden
- }
- .checked .aside_nav {
- color:transparent;
- -webkit-transition:background-color .25s;
- transition:background-color .25s
- }
- .checked .aside_main>dl .aside_nav {
- letter-spacing:-9em;
- letter-spacing:0vw
- }
- .checked .aside_main>dl .aside_nav>.icon {
- margin-right:-150px;
- *margin-right:50px
- }
- .checked.aside_group .aside_nav {
- color:#4c5161;
- letter-spacing:0
- }
- .checked .aside_group .active {
- color:#fff;
- background-color:#00a5e0
- }
- .checked .aside_nav:hover:before,.checked .aside_button_add:hover:before {
- content:''
- }
- .checked .aside_nav:hover:after,.checked .aside_button_add:hover:after {
- content:attr(data-title)
- }
- .checked .aside_button_add:hover {
- overflow:visible
- }
- .checked .aside_group>.aside_nav {
- display:block
- }
- .checked .aside_group>.aside_nav:hover {
- z-index:1
- }
- .checked .aside_group .aside_dl {
- position:absolute;
- visibility:hidden
- }
- .checked>.aside_nav:before,.checked>.aside_nav:after {
- display:none
- }
- .checked>.aside_nav {
- background-color:#eceef3
- }
- .checked .checked>.aside_dl {
- padding:5px 0;
- margin-top:-95px;
- left:70px;
- border-radius:4px;
- background-color:#fff;
- box-shadow:0 1px 3px rgba(0,0,0,.1);
- visibility:visible
- }
- .checked .aside_group .aside_dt {
- position:absolute;
- width:0;
- padding:0;
- border:6px solid transparent;
- border-right-color:#fff;
- top:70px;
- left:-12px
- }
- :root .checked .aside_group .aside_dt {
- top:70px;
- left:-6px;
- left:-5px\9;
- width:8px;
- height:8px;
- border:0 none;
- border-left:1px solid rgba(0,0,0,.05);
- border-top:1px solid rgba(0,0,0,.05);
- background-color:#fff;
- background-clip:content-box;
- -webkit-transform:rotate(-45deg);
- -ms-transform:rotate(-45deg);
- transform:rotate(-45deg);
- -webkit-transition:background-color .25s;
- transition:background-color .25s
- }
- .checked .aside_group .i1 .aside_dt {
- border-right-color:#eceef3;
- background-color:#eceef3
- }
- .checked .aside_group .a1 .aside_dt {
- border-right-color:#00a5e0;
- background-color:#00a5e0
- }
- .checked .aside_button_add {
- padding-left:37px;
- padding-right:0;
- margin-left:10px;
- margin-right:10px
- }
- .checked .aside_button_text {
- position:absolute;
- color:transparent;
- visibility:hidden
- }
- .main>section {
- min-height:calc(100vh - 62px);
- overflow:hidden
- }
- .section_main {
- padding:0 30px
- }
- .section_auto {
- min-width:1003px;
- max-width:1440px;
- margin-left:auto;
- margin-right:auto;
- padding-bottom:120px
- }
- .checked ~ section .section_auto {
- min-width:1157px
- }
- .section_title {
- margin:36px 0 24px;
- font-size:28px
- }
- @media all and (max-width:1440px) {
- .section_title {
- font-size:26px;
- margin:31px 0 19px
- }
- }.section_title>.icon {
- position:absolute;
- margin-left:10px;
- margin-top:12px
- }
- .icon {
- display:inline-block;
- width:20px;
- height:20px;
- line-height:0;
- color:transparent!important;
- overflow:hidden;
- background:url(images/icons.png) no-repeat 20px 20px;
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- user-select:none
- }
- .active .icon_nav_ablity {
- background-position:-20px 0
- }
- .active .icon_nav_api {
- background-position:-60px -80px
- }
- .active .icon_nav_comment {
- background-position:0 -20px
- }
- .active .icon_nav_developer {
- background-position:-20px -20px
- }
- .active .icon_nav_fans {
- background-position:-40px 0
- }
- .active .icon_nav_limit {
- background-position:-40px -20px
- }
- .active .icon_nav_menu {
- background-position:0 -40px
- }
- .active .icon_nav_msg {
- background-position:-20px -40px
- }
- .active .icon_nav_news {
- background-position:-40px -40px
- }
- .active .icon_nav_pay {
- background-position:-60px 0
- }
- .active .icon_nav_reply {
- background-position:-60px -20px
- }
- .active .icon_nav_run {
- background-position:-60px -40px
- }
- .active .icon_nav_security {
- background-position:0 -60px
- }
- .active .icon_nav_send {
- background-position:-20px -60px
- }
- .active .icon_nav_set {
- background-position:-40px -60px
- }
- .active .icon_nav_source {
- background-position:-60px -60px
- }
- .active .icon_nav_stat {
- background-position:-80px 0
- }
- .active .icon_nav_tag {
- background-position:-80px -20px
- }
- .active .icon_nav_user {
- background-position:-80px -40px
- }
- .active .icon_nav_ux {
- background-position:-80px -60px
- }
- .active .icon_nav_verity {
- background-position:0 -80px
- }
- .icon_hook {
- background-position:-20px -80px
- }
- .icon_logout {
- background-position:-40px -80px
- }
- .icon_nav_ablity {
- background-position:0 0
- }
- .icon_nav_api {
- background-position:-80px -80px
- }
- .icon_nav_comment {
- background-position:-100px 0
- }
- .icon_nav_developer {
- background-position:-100px -20px
- }
- .icon_nav_fans {
- background-position:-100px -40px
- }
- .icon_nav_limit {
- background-position:-100px -60px
- }
- .icon_nav_menu {
- background-position:-100px -80px
- }
- .icon_nav_msg {
- background-position:0 -100px
- }
- .icon_nav_news {
- background-position:-20px -100px
- }
- .icon_nav_pay {
- background-position:-40px -100px
- }
- .icon_nav_reply {
- background-position:-60px -100px
- }
- .icon_nav_run {
- background-position:-80px -100px
- }
- .icon_nav_security {
- background-position:-100px -100px
- }
- .icon_nav_send {
- background-position:-120px 0
- }
- .icon_nav_set {
- background-position:-120px -20px
- }
- .icon_nav_source {
- background-position:-120px -40px
- }
- .icon_nav_stat {
- background-position:-120px -60px
- }
- .icon_nav_tag {
- background-position:-120px -80px
- }
- .icon_nav_user {
- background-position:-120px -100px
- }
- .icon_nav_ux {
- background-position:0 -120px
- }
- .icon_nav_verity {
- background-position:-20px -120px
- }
- .icon_title_inf:hover {
- background-position:-40px -120px
- }
- .icon_title_inf {
- background-position:-60px -120px
- }
- @media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx) {
- background-size:140px 120px
- }
- .active .icon_nav_ablity {
- background-position:-20px 0
- }
- .active .icon_nav_comment {
- background-position:0 -80px
- }
- .active .icon_nav_developer {
- background-position:0 -20px
- }
- .active .icon_nav_fans {
- background-position:-20px -20px
- }
- .active .icon_nav_limit {
- background-position:-40px 0
- }
- .active .icon_nav_menu {
- background-position:-40px -20px
- }
- .active .icon_nav_msg {
- background-position:0 -40px
- }
- .active .icon_nav_news {
- background-position:-20px -40px
- }
- .active .icon_nav_pay {
- background-position:-40px -40px
- }
- .active .icon_nav_reply {
- background-position:-60px 0
- }
- .active .icon_nav_run {
- background-position:-60px -20px
- }
- .active .icon_nav_security {
- background-position:-60px -40px
- }
- .active .icon_nav_send {
- background-position:0 -60px
- }
- .active .icon_nav_set {
- background-position:-20px -60px
- }
- .active .icon_nav_source {
- background-position:-40px -60px
- }
- .active .icon_nav_stat {
- background-position:-60px -60px
- }
- .active .icon_nav_user {
- background-position:-80px 0
- }
- .active .icon_nav_ux {
- background-position:-80px -20px
- }
- .active .icon_nav_verity {
- background-position:-80px -40px
- }
- .icon_hook {
- background-position:-80px -60px
- }
- .icon_logout {
- background-position:0 0
- }
- .icon_nav_ablity {
- background-position:-20px -80px
- }
- .icon_nav_comment {
- background-position:-40px -80px
- }
- .icon_nav_developer {
- background-position:-60px -80px
- }
- .icon_nav_fans {
- background-position:-80px -80px
- }
- .icon_nav_limit {
- background-position:-100px 0
- }
- .icon_nav_menu {
- background-position:-100px -20px
- }
- .icon_nav_msg {
- background-position:-100px -40px
- }
- .icon_nav_news {
- background-position:-100px -60px
- }
- .icon_nav_pay {
- background-position:-100px -80px
- }
- .icon_nav_reply {
- background-position:0 -100px
- }
- .icon_nav_run {
- background-position:-20px -100px
- }
- .icon_nav_security {
- background-position:-40px -100px
- }
- .icon_nav_send {
- background-position:-60px -100px
- }
- .icon_nav_set {
- background-position:-80px -100px
- }
- .icon_nav_source {
- background-position:-100px -100px
- }
- .icon_nav_stat {
- background-position:-120px 0
- }
- .icon_nav_user {
- background-position:-120px -20px
- }
- .icon_nav_ux {
- background-position:-120px -40px
- }
- .icon_nav_verity {
- background-position:-120px -60px
- }
- } .foot {
- padding: 24px 0;
- color: #f1f1f1;
- text-align: center;
- background-color: rgba(152, 148, 148, 0.85);
- position: relative;
- }
- .ft.links {
- font-size: 12px;
- }
- .links_item {
- display: inline-block;
- vertical-align: middle;
- padding: 0 1em;
- line-height: 1em;
- border-left: 1px solid #d9dadc;
- }
- .ft .links_item a {
- color: #f1f1f1;
- }
- .copyright {
- display: inline;
- }
- .links_item:first-child {
- border-left-width: 0;
- }
- .dropdown-user {
- height: 60px;
- display: block;
- }
- .dropdown-menu>li>a>.fa {
- color:#00a5e0;
- margin-left: -4px;
- }
- .navbar-nav .navbar-right>li {
- margin-right: 0;
- margin-left: 12px;
- float: left;
- }
- #logout {
- height: 62px;
- margin-right: 40px;
- }
- #logout:hover {
- background-color:#0AB0EB;
- }
- .topbar-notice {
- height: 62px;
- }
- .topbar-notice>a {
- line-height: 30px !important;
- }
- .topbar-notice>a>i {
- color:white;
- }
- #notice-total {
- background-color: #00a5e0;
- }
- float: left;
- }
- #logout {
- height: 62px;
- margin-right: 40px;
- }
- #logout:hover {
- background-color:#0AB0EB;
- }
- .topbar-notice {
- height: 62px;
- }
- .topbar-notice>a {
- line-height: 30px !important;
- }
- .topbar-notice>a>i {
- color:white;
- }
- #notice-total {
- background-color: #00a5e0;
- }
|