123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678 |
- @charset "utf-8";
- /*样式初始化*/
- @font-face {
- font-family: 'pingfang SC';
- src:url('font/pingfang.ttf') format('truetype');
- }
- body{
- font-family:-apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', sans-serif;
- font-size:12px !important;
- }
- .container-width{
- /*position:relative;*/
- padding:20px;
- /*width:900px;
- height:564px;*/
- /*overflow: hidden;*/
- background: -prefix-linear-gradient(left top,#6d5855,#3b2d2a);
- background: linear-gradient(to bottom right,#6d5855,#3b2d2a);
- }
- ::-webkit-scrollbar-track
- {
- background-color: #fff;
- }
- ::-webkit-scrollbar
- {
- width: 5px;
- height:5px;
- }
- ::-webkit-scrollbar:hover{
- background:#ddd5cf;
- }
- ::-webkit-scrollbar-thumb
- {
- background-color: #ddd5cf;
- }
- .header{
- margin-top: -20px;
- padding-top: 5px;
- height:60px;
- color:#fff;
- }
- .header i{
- color:#fff;
- }
- .header-return{
- display:inline-block;
- font-size: 20px;
- font-weight: bold;
- padding:9px 5px 0 0;
- }
- .header i{
- cursor:pointer;
- }
- .version-name{
- margin-left: 15px;
- color:#ddd;
- font-size: 12px;
- }
- .top-nav .nav-link{
- color:#ccc;
- font-size:18px;
- }
- .top-nav .nav-link.active{
- color:#fff;
- text-shadow:0px 0px 6px #fff, 0px 0px 20px #f72, 0px 0px 30px #f84,0px 0px 70px #fa5;
- position: relative;
- }
- .top-nav .nav-link.active:before{
- position:absolute;
- content: "";
- top:39px;
- left:44px;
- height: 0px;
- width: 0px;
- border-left: 7px solid transparent;
- border-bottom: 8px solid #fbf6f3;
- border-right: 8px solid transparent;
- }
- .top-nav .nav-link:hover{
- color:#fff;
- text-shadow: 0px 0px 20px #f72;
- }
- .top-nav .nav-link.active:hover{
- color:#fff;
- text-shadow:0px 0px 6px #fff, 0px 0px 20px #f72, 0px 0px 30px #f84,0px 0px 70px #fa5;
- cursor: default;
- }
- .software-wrap{
- position:relative;
- background:#fbf6f3;
- overflow:hidden;
- }
- .software-down{
- padding: 50px 0;
- }
- .images-usb{
- width:100%;
- text-align: center;
- }
- .lock-detail{
- width:100%;
- }
- .text-orange{
- color:#ff6501;
- padding:0 10px;
- }
- .info-title{
- width:100%;
- height:60px;
- line-height: 60px;
- text-align: center;
- font-size: 16px;
- z-index: 10;
- }
- .info-list{
- width:100%;
- overflow-y:auto;
- }
- .software-info{
- padding-top: 5px;
- font-size: 14px;
- }
- .software-wrapscroll{
- width:100%;
- overflow-y:auto;
- }
- .software-list{
- background:#fff;
- border:2px solid #fff;
- border-radius: 3px;
- padding:12px;
- margin:0 15px 15px;
- }
- .software-list .software-body{
- width:85% !important;
- }
- .software-list:hover,.details:hover{
- border:2px solid rgba(255,101,5,0.2);
- }
- .software-list:hover .btn-white,.details:hover .btn-white{
- background:#ff6501;
- color:#fff;
- border:1px solid #ff6501;
- }
- .software-list a{
- color:#333;
- }
- .software-list a:hover{
- text-decoration: none;
- }
- .freewrap{
- background:#eee5df;
- margin:0 15px 15px 15px;
- padding:0 0 5px 0;
- border-radius: 3px;
- }
- .free-title{
- padding:10px 15px;
- font-size: 18px;
- border-radius: 3px 3px 0 0;
- }
- .free-content{
- position:relative;
- background:#fff;
- padding:15px;
- margin:0 15px 15px;
- height:90px;
- border:2px solid #fff;
- border-radius: 3px;
- }
- .free-content:hover{
- border:2px solid rgba(255,101,5,0.2);
- }
- .free-content:hover .btn-white{
- background:#ff6501;
- color:#fff;
- border:1px solid #ff6501;
- }
- .free-right{
- position:absolute;
- right:15px;
- bottom:10px;
- }
- .obtian-list{
- width:100%;
- overflow-y:auto;
- }
- .obtian-top{
- background:rgba(107,91,89,0.4);
- color:#333;
- border:1px solid #ddd;
- border-radius: 7px;
- padding:15px;
- margin:15px 15px 16px 15px;
- font-size: 16px;
- }
- .software-title{
- font-size: 16px;
- font-weight: bold;
- }
- .software-version{
- font-size: 14px;
- color:#888;
- }
- .software-stitle{
- font-size: 14px;
- color:#888;
- }
- .details-title a{
- color:#333;
- }
- .details-title a:hover{
- background:#fff;
- text-decoration: none;
- }
- .detail-download{
- width:530px;
- padding: 10px 15px;
- font-size: 14px;
- overflow-y:auto;
- }
- .detail-content ul{
- margin:10px 0 0 0;
- padding:0;
- }
- .detail-content ul li{
- list-style-type: none;
- width:100%;
- padding:10px 0;
- }
- .detail-content ul li .float-right{
- margin-top: -4px;
- }
- .color-gray{
- color:#888;
- }
- .software-left{
- position: absolute;
- width:27%;
- top:0;
- bottom:0;
- left:0;
- background:#fff;
- }
- .local-software{
- position:absolute;
- width:100%;
- top:0;
- left:0;
- bottom:47px;
- overflow-y:auto;
- }
- .software{
- position:relative;
- padding:12px 0;
- margin:0 15px;
- border-bottom: 1px solid #f5ede7;
- cursor:pointer;
- }
- .software a{
- color:#333;
- text-decoration: none;
- }
- .software:hover a{
- color:#ff6501;
- }
- .software.active{
- font-weight: bold;
- color:#ff6501;
- }
- .software.active:before{
- position:absolute;
- content: "";
- top:20px;
- right:-15px;
- height: 0px;
- width: 0px;
- border-top: 7px solid transparent;
- border-right: 8px solid #fbf6f3;
- border-bottom: 8px solid transparent;
- }
- .software.active a{
- color:#ff6501;
- }
- .software.active .software-num,.software:hover .software-num{
- background:#ff6501;
- color:#fff;
- }
- .open-left{
- position:absolute;
- top:0;
- right:0;
- z-index: 999;
- }
- .open-left span{
- display:inline-block;
- font-size: 12px;
- width:12px;
- text-align: center;
- padding:5px 0;
- background:#5A4A47;
- color:#fff;
- border-radius: 0 0 0 4px;
- cursor:pointer;
- }
- .software-num{
- position:absolute;
- top:15px;
- right:0;
- background:#e9e9e9;
- color:#555;
- display:inline-block;
- padding:3px 8px;
- }
- .software-left-bottomV1,.software-left-bottomV2{
- z-index: 999;
- position:absolute;
- width:100%;
- bottom:0;
- left:0;
- background:#fff;
- height:55px;
- }
- .local-install{
- position:absolute;
- top: 0;
- left:27%;
- bottom:0;
- width:73%;
- overflow-y:hidden;
- }
- .software-content{
- width:100%;
- }
- .software-tab-pane{
- background:#fff;
- overflow-y:auto;
- }
- .software-content .tab-pane{
- padding:0 15px;
- }
- .software-nav{
- position:absolute;
- right:15px;
- top:0;
- border-color: #fff;
- }
- .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
- border-color: #fff;
- }
- .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
- border-color: #fff;
- background:#fff;
- }
- .nav-link{
- padding:13px 25px;
- }
- .iconbg{
- display:block;
- width:30px;
- padding:7px 0;
- margin:0 0 5px 9px;
- text-align: center;
- }
- .iconbg-purple{
- background:#8a7bfd;
- color:#fff;
- }
- .iconbg-green{
- background:#0fb890;
- color:#fff;
- }
- .iconbg-yellow{
- background:#bfad6a;
- color:#fff;
- }
- .details{
- background:#fbf6f3;
- padding:15px;
- border: 2px solid #fff;
- border-radius: 3px;
- margin:15px;
- color:#888;
- font-size: 14px;
- }
- .details-title{
- width:85%;
- font-size: 16px;
- color:#333;
- }
- .details .w-25{
- font-size: 16px;
- font-weight: bold;
- color:#333;
- }
- .details .details-title .w-25{
- width:62%!important;
- font-weight: 500;
- }
- .local-software-content{
- height:364px;
- overflow-y:auto;
- padding-right: 15px;
- }
- #dropdownMenuButton{
- cursor:pointer;
- }
- .dropdown-toggle::after{
- border:none;
- }
- .vide-title{
- margin:0 0 20px 0;
- font-size: 16px;
- }
- .bolangbanner {
- top: 98px;
- height: 100px;
- position: absolute;
- width: 100%;
- z-index:1;
- overflow:hidden;
- }
- #banner_bolang_bg_1{
- position: absolute;
- height:85px;
- background: url(wave01.png) repeat-x;
- width:300%;
- bottom:0;
- }
- #banner_bolang_bg_2{
- position: absolute;
- height:100px;
- background: url(wave02.png) repeat-x;
- width:300%;
- top:0;
- }
- .colorblack{
- color:#212529;
- }
- .colorblack:hover{
- color:#333;
- }
- .downloaded{
- background:#fbf6f3;
- border-radius: 3px;
- padding:10px;
- font-size: 14px;
- border:2px solid #fbf6f3;
- margin:10px 0 10px 0;
- }
- .downloaded:hover{
- border:2px solid rgba(255,101,5,0.2);
- }
- .progress-content .float-right{
- font-size: 16px;
- }
- .progress-width{
- width:85%;
- }
- .dropdown-wrap{
- min-width: 0;
- }
- .btn-white {
- color: #333;
- background-color: #fff;
- border-color: #ddd;
- }
- .btn-orange {
- color: #fff;
- background-color: #ff6501;
- border-color: #ff6501;
- }
- .btn-orange:hover {
- color: #fff;
- background-color: #e55a00;
- border-color: #e55a00;
- }
- .btn-orange:focus, .btn-orange.focus {
- box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
- }
- .btn-orange.disabled, .btn-orange:disabled {
- color: #fff;
- background-color: #e55a00;
- border-color: #e55a00;
- }
- .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
- .show > .btn-orange.dropdown-toggle {
- color: #fff;
- background-color: #e55a00;
- border-color: #e55a00;
- }
- .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
- .show > .btn-orange.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
- }
- .btn-blue {
- color: #fff;
- background-color: #14a5e8;
- border-color: #14a5e8;
- }
- .btn-blue:hover {
- color: #fff;
- background-color: #0e90cc;
- border-color: #0e90cc;
- }
- .btn-blue:focus, .btn-blue.focus {
- box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
- }
- .btn-blue.disabled, .btn-blue:disabled {
- color: #fff;
- background-color: #0e90cc;
- border-color: #0e90cc;
- }
- .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
- .show > .btn-blue.dropdown-toggle {
- color: #fff;
- background-color: #0e90cc;
- border-color: #0e90cc;
- }
- .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
- .show > .btn-blue.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
- }
- .badge-orange{
- background:#ff9900;
- }
- .badge-red{
- background:#f00;
- }
- .modal-dialog{
- margin: 3.7rem auto 0 auto !important;
- }
- .modal-body{
- max-height:385px;
- overflow-y:auto;
- }
- .head-img{
- margin-top: -5px;
- width:26px;
- height:26px;
- border-radius: 13px;
- }
- .downloading .dropdown-item{
- color:#007bff;
- }
- .modal-online .media{
- background:#fbf6f3;
- margin:0 0 15px 0;
- padding:15px;
- border: 2px solid #fbf6f3;
- border-radius: 3px;
- }
- .modal-online .media:hover{
- border:2px solid rgba(255,101,5,0.2);
- }
- .alert-sm{
- padding: .25rem .5rem;
- }
- .card-width{
- width:189px;
- }
- /*新闻页面*/
- .news-content .software-left{
- width:15%;
- }
- .news-content .local-install{
- width:85%;
- left:15%;
- }
- .news-list a{
- color:#212529;
- }
- .news-list a:hover{
- text-decoration: none;
- }
- .news-list .news-item{
- border:1px solid #fff;
- overflow: hidden;
- padding:20px;
- background:#fff;
- }
- .news-list .news-item:hover{
- border:1px solid rgba(255,101,5,0.3);
- box-shadow: 0 0 10px #ccc
- }
- /*培训*/
- .train-nav .nav-link{
- padding:5px 15px 0px;
- position: relative;
- color:#333;
- font-size: 14px
- }
- .train-nav .nav-link.active{
- color:#ff6501;
- font-weight: 600
- }
- .train-nav .nav-link:hover{
- color:#ff6501;
- }
- .train-nav .nav-link.active:before{
- position:absolute;
- content: "";
- top:34px;
- left:20px;
- height: 0px;
- width: 0px;
- border-left: 7px solid transparent;
- border-bottom: 8px solid #fbf6f3;
- border-right: 8px solid transparent
- }
- .train-content{
- position:relative;
- background:#fff;
- }
- .train-mode{
- position:absolute;
- right:0;
- top:-40px;
- color: #fff;
- font-size: 14px;
- line-height: 30px;
- height: 30px;
- padding: 0 30px;
- }
- .return{
- color:#007bff !important;
- }
- .train-table ul{
- margin:0;
- padding:0;
- }
- .train-table ul li{
- margin:15px 0 0 0;
- list-style-type: none;
- }
- .train-table .form-th{
- width: 80px;
- height: 34px;
- line-height: 34px;
- text-align: center;
- background: linear-gradient(to bottom right,#6d5855,#3b2d2a);
- color: #fff;
- margin:0 0 10px 0;
- }
- .form-group{
- position:relative;
- }
- .erroT{
- border:1px solid #f00;
- }
- .form-group span.text-danger{
- position:absolute;
- top:40px;
- }
- .text-big{
- margin-top: -10px;
- font-size: 26px;
- }
- .new-function{
- padding:15px 0;
- display:none;
- }
|