123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468 |
- body{
- font-family:"微软雅黑","Tahoma";
- height:100%;
- background: #fff;
- overflow-x: hidden;
- }
- ul, ol, li, h1 {
- line-height:normal;
- list-style-image:none;
- list-style-position:outside;
- list-style-type:none;
- }
- dl,ul {
- margin:0;
- padding:0;
- }
- dd {
- margin-left:0
- }
- a {
- outline:none;
- text-decoration: none;
- }
- a img {
- border:0 none
- }
- img {
- vertical-align:middle;
- border:0px
- }
- table {
- border-collapse:collapse
- }
- .fL {float:left}
- .fR {float:right}
- .clearfix:after {
- content:".";
- display:block;
- height:0;
- clear:both;
- visibility:hidden
- }
- .clearfix {
- display:inline-block;
- overflow:hidden
- }
- .clearfix {
- display:block
- }
- @font-face {
- font-family: 'iconMenu';
- src: url('fonts/iconMenu.eot?8f335y');
- src: url('fonts/iconMenu.eot?8f335y#iefix') format('embedded-opentype'),
- url('fonts/iconMenu.ttf?8f335y') format('truetype'),
- url('fonts/iconMenu.woff?8f335y') format('woff'),
- url('fonts/iconMenu.svg?8f335y#iconMenu') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [class^="icon-"], [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'iconMenu' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-coin-yen:before {
- content: "\42";
- }
- .icon-calendar:before {
- content: "\43";
- }
- .icon-user:before {
- content: "\44";
- }
- .icon-cog:before {
- content: "\46";
- }
- .icon-tree:before {
- content: "\45";
- }
- .icon-file-text2:before {
- content: "\41";
- }
- .icon-drawer:before {
- content: "\48";
- }
- .icon-users:before {
- content: "\4c";
- }
- .icon-spinner9:before {
- content: "\4b";
- }
- .icon-file-play:before {
- content: "\4d";
- }
- .icon-file-video:before {
- content: "\4a";
- }
- .loginWrapper{
- position: absolute;
- width: 430px;
- height: 320px;
- top: 50%;
- left: 50%;
- background:#fff;
- box-shadow: 0 8px 8px -6px #aaa;
- -moz-box-shadow:0 8px 8px -6px #aaa;
- -webkit-box-shadow:0 8px 8px -6px #aaa;
- border: 1px solid #eee;
- border-radius: 5px;
- margin-left:-225px;
- margin-top: -160px;
- }
- .loginContent{
- padding: 20px 40px;
- }
- .loginTitle{
- text-align: left;
- padding-left:10px;
- border-left: 4px solid #aaa;
- }
- .logoTitleOl{
- border-left:4px solid #EB5513;
- }
- .logoTitleGw{
- border-left: 4px solid #ff6501;
- }
- .loginForm{
- margin: 30px 0 20px 0;
- }
- .btnLogin{
- width:100%;
- }
- .loginTitleMain{
- position:relative;
- }
- .loginOther{
- position:absolute;
- top:5px;
- right:0;
- }
- /* -------------index start-------------- */
- .wrapper{
- overflow-x:hidden;
- }
- .leftBtn{
- position: absolute;
- left:175px;
- color: #2c3e50;
- cursor: pointer;
- transition: 0.5s all;
- }
- .leftBtn:hover{
- text-decoration: none;
- color: #337ab7;
- }
- .leftBtn:before{
- content: "\4f";
- }
- .leftBtnc{
- left:55px;
- }
- .leftBtnc:before{
- content: "\50";
- }
- .leftContent{
- position:fixed;
- overflow-y:auto;
- height:100%;
- left:0;
- /*width:60px;*/
- width: 175px;
- background:#222;
- color: #fff;
- overflow: hidden;
- transition: 0.5s all;
- }
- .leftContentShow{
- width: 55px;
- }
- .logo{
- width:100%;
- background:#000;
- text-align: center;
- cursor:pointer;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .logoWd{
- background:#8D826D;
- }
- .logoGe{
- background:#647B97;
- }
- .logoGw{
- background:#ff6501;
- }
- .logo h2{
- margin:0;
- height:34px;
- padding:10px 0;
- font-size: 12px;
- }
- .logoInfo{
- display:none;
- }
- .logo h2 a{
- color:#fff;
- }
- .logoList{
- width:100%;
- position:absolute;
- z-index: 99;
- background:#f1f1f1;
- padding:5px 0;
- display:none;
- }
- .logoList ul li{
- font-size: 12px;
- padding:5px 0;
- }
- .logoList ul li a{
- color:#333;
- }
- .subMenu{
- border-bottom:1px solid #222;
- }
- .subMenuTitle a:hover{
- color:#fff;
- text-decoration: none;
- }
- .subMenuTitle a.active{
- color:#fff;
- border-left: 2px solid #FF6501;
- }
- .subMenuTitle a:focus{
- text-decoration: none;
- }
- .subMenuTitle{
- position:relative;
- margin:0;
- background:#2E2D2B;
- font-size: 14px;
- line-height: 25px;
- }
- .subMenuTitle a{
- padding:15px 0;
- color:#ccc;
- border-left: solid 2px transparent;
- display:block;
- cursor: pointer;
- }
- .subMenuText{
- position:absolute;
- width:125px;
- top:15px;
- left:56px;
- /*display:none;*/
- }
- .caret-triangle{
- margin-top:12px;
- }
- .userMain{
- position:absolute;
- bottom:10px;
- }
- .userImg{
- margin:0 12px;
- width:32px;
- height:32px;
- border-radius: 18px;
- }
- .userName{
- /*display:none;*/
- font-size: 14px;
- top:8px;
- }
- .userName a{
- color:#ccc;
- }
- .userName a:hover{
- color:#fff;
- text-decoration: none;
- }
- .exit{
- margin:0 0 0 15px;
- }
- .iconImg{
- font-size: 20px;
- padding:0 17px;
- }
- .bg{
- background:#2E2D2B;
- color:#fff !important;
- }
- .subMenuContent ul{
- padding:10px 0 10px 25px;
- text-align: left;
- }
- .subMenuContent ul li a{
- display:block;
- padding:5px 0;
- color:#ccc;
- }
- .mainWrapper{
- margin:0 0 0 185px;
- background:#fff;
- overflow: hidden;
- transition: 0.5s all;
- }
- .mainWrapperShow{
- margin: 0 0 0 65px;
- }
- .mainWrapperSma{
- margin:0 0 0 160px;
- background:#fff;
- }
- .pageTop{
- margin-top: 20px;
- }
- .shopContent{
- margin:20px 0;
- }
- .sort{
- float:left;
- vertical-align: middle;
- }
- .sort .form-control{
- width:110px;
- }
- .btnGroup{
- float:left;
- margin:0 20px 0 0;
- }
- .selectBox{
- float:left;
- width:150px;
- margin:0 20px 0 0;
- }
- .search{
- float:left;
- width:465px;
- margin:0 20px 0 0;
- }
- .tableContent{
- margin:20px 0 0 0;
- }
- .tableContent .table{
- margin:0;
- }
- .tabMain,.tabShopContent{
- margin:25px 0 0 0;
- }
- .textCon{
- margin:0 10px 0 0;
- }
- .tabMain .table tr td,.tableContent .table tr td{
- vertical-align: middle;
- }
- .formInfo{
- min-height: 27px;
- padding-top: 7px;
- }
- .provinceSelect,.citySelect{
- width:100px;
- }
- input[type="file"] {
- display: inline;
- }
- .source{
- margin:15px 0 0 0;
- width:328px;
- height:150px;
- }
- .source img{
- width:328px;
- height:150px;
- }
- .m-10{
- margin:15px 0;
- }
- .classify{
- position: fixed;
- width: 260px;
- height: 100%;
- background: #fff;
- border-right: 1px solid #ddd;
- overflow-y: auto;
- -webkit-box-shadow: 0 0 10px rgba(150, 150, 150, .5);
- -moz-box-shadow: 0 0 10px rgba(150, 150, 150, .5);
- box-shadow: 0 0 10px rgba(150, 150, 150, .5);
- }
- .classify h5{
- background:#ddd;
- margin:0;
- padding:11px 10px;
- font-size: 16px;
- font-weight: 600;
- }
- .mainWrapperMa{
- margin:0 0 0 285px;
- }
- .versionList ul li{
- position:relative;
- padding-bottom: 35px;
- }
- .versionLeft{
- float:left;
- width:230px;
- }
- .versionLeft .dot{
- position:absolute;
- top:20px;
- left:225px;
- display: inline-block;
- background: #ff6501;
- width: 12px;
- height: 12px;
- border-radius: 10px;
- }
- .versionRight{
- float:left;
- padding-left: 35px;
- border-left: 2px solid #ccc;
- }
- .file-box{
- display: inline-block;
- position: relative;
- padding: 5px 10px;
- border-radius: 3px;
- overflow: hidden;
- color:#fff;
- background-color: #337ab7;
- }
- .file-btn{
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- outline: none;
- background-color: transparent;
- filter:alpha(opacity=0);
- -moz-opacity:0;
- -khtml-opacity: 0;
- opacity: 0;
- }
- .modal-height {
- height:500px;
- overflow: auto;
- }
- .list-group-item > .btn {
- float: right;
- margin-left:5px;
- }
|