123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442 |
- html,body{
- width: 100%;
- height: 100%;
- font-family: "微软雅黑";
- overflow: hidden;
- background: url(../../images/hardware/pad/index_bg.jpg) center center no-repeat;
- background-size:100% 100%;
- }
- a:link {
- text-decoration: none
- }
- a:visited {
- text-decoration: none
- }
- a:hover {
- color: #fff;
- text-decoration: none;
- }
- a:active {
- text-decoration: none;
- }
- html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
- time, mark, audio, video, input {
- margin: 0;
- padding: 0;
- border: none;
- outline: 0;
- vertical-align: baseline;
- }
- html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
- -webkit-text-size-adjust: none;
- }
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
- display: block;
- }
- ol, ul {
- list-style: none;
- }
- textarea, input {
- border: 0;
- }
- blockquote, q {
- quotes: none;
- }
- blockquote:before, blockquote:after, q:before, q:after {
- content: '';
- content: none;
- }
- ins {
- text-decoration: none;
- }
- del {
- text-decoration: line-through;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- li {
- display: list-item;
- text-align: -webkit-match-parent;
- }
- a {
- text-decoration: none;
- color: #333;
- }
- .clearfix:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- overflow: hidden;
- }
- .fr{ float:right;}
- .fl{ float:left;}
- /*头部*/
- .header{
- width: 100%;
- height: 40px;
- position: fixed;
- /*padding-right: 15px;*/
- top: 0;
- left: 0;
- background: #fff;
- z-index: 99999;
- border-bottom: 1px solid #d7d7d7;
- }
- .user_img{
- width:24px;
- height: 24px;
- float: left;
- position: absolute;
- top: 8px;
- left: 8px;
- }
- .user_img img{
- width:24px;
- height: 24px;
- /*border-radius: 12px;*/
- }
- .search{
- padding-left: 35px;
- padding-top: 8px;
- /*float: left;*/
- position: relative;
- overflow: hidden;
- *zoom: 1;
- }
- .search_input{
- border: none;
- font-size: 12px;
- height: 24px;
- background: #e5e5e5;
- border-radius: 0;
- padding-right: 20px;
- }
- .search_icon{
- position: absolute;
- width: 17px;
- height: 18px;
- background: url(../../images/hardware/pad/search_icon.png) center center no-repeat;
- background-size: 100%;
- display: block;
- right: 2px;
- top: 11px;
- }
- .container{
- padding-left: 5px;
- padding-right: 5px;
- }
- .content{
- width: 100%;
- height: 706px;
- overflow: auto;
- text-align: center;
- }
- /*底部*/
- .footer{
- width: 100%;
- height: 39px;
- border-top: 1px solid #d7d7d7;
- border-left: 1px solid #d7d7d7;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 99999;
- background: #fff;
- }
- .footer a{
- width: 20%;
- font-family: "微软雅黑";
- color:#333;
- text-align: center;
- display: inline-block;
- text-decoration: none;
- padding-top: 21px;
- font-size: 10px;
- }
- .info_icon{
- width: 14px;
- height: 14px;
- background: url(../../images/hardware/pad/info_gt.png) no-repeat;
- background-size: 100%;
- display: block;
- position: absolute;
- top: 0px;
- left: 50%;
- }
- /*大标题*/
- .menu_title{
- text-align: center;
- /* max-width: 80%; */
- height: 42px;
- overflow: hidden;
- min-width: 75%;
- /* display: inline-block; */
- }
- .menu_title .title-only {
- line-height: 42px;
- font-size: 20pt;
- -webkit-transform:translateZ(0);
- transform:translateZ(0);
- }
- /*返回*/
- .return{
- width: 19px;
- height: 58px;
- background: url(../../images/hardware/pad/back.png) no-repeat;
- position: absolute;
- left: 15px;
- top: 10px;
- display: block;
- }
- /*返回*/
- .index_icon{
- width: 19px;
- height: 30px;
- background: url(../../images/hardware/pad/more.png) no-repeat;
- position: absolute;
- right: 15px;
- top: 10px;
- display: block;
- }
- /*颜色*/
- .cRed{
- color: red;
- }
- .cPurple{
- color: #800080;
- }
- .cBlue{
- color: #0099ff;
- }
- .cGray{
- color: #999;
- }
- .cBlack{
- color: #000;
- }
- .cDarkgray{
- color: #333;
- }
- .hide{
- display: none;
- width: 0px;
- height: 0px;
- }
- .normal_tips_box{
- width: 240px;
- line-height: 30px;
- text-align: center;
- position: fixed;
- left: 50%;
- margin-left: -120px;
- top: 50%;
- margin-top: -60px;
- border: 0px solid #ccc;
- border-radius: 10px;
- font-family: "Microsoft YaHei";
- z-index: 9999;
- background: #fff;
- -moz-box-shadow:2px 2px 8px rgba(0,0,0,.5);
- -webkit-box-shadow:2px 2px 8px rgba(0,0,0,.5);
- box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
- display: none;
- }
- .success_box{
- height: auto;
- }
- .nonetwoking{
- width: 240px;
- height: 130px;
- line-height:22px;
- text-align: center;
- position: fixed;
- left: 50%;
- margin-left: -120px;
- top: 50%;
- margin-top: -60px;
- border: 1px solid #ccc;
- border-radius: 10px;
- font-family: "Microsoft YaHei";
- z-index: 9999;
- background: rgba(255,255,255,0.7);
- -moz-box-shadow:2px 2px 8px rgba(0,0,0,.5);
- -webkit-box-shadow:2px 2px 8px rgba(0,0,0,.5);
- box-shadow:2px 2px 8px rgba(0,0,0,.5);
- font-size: 16px;
- padding-top: 30px;
- }
- .deleteGroup{
- display: inline-block;
- color: #fff;
- width:70px;
- height: 100%;
- position: absolute;
- right: 0;
- top: 0;
- background-color: #ff0000;
- line-height: 73px;
- text-align: center;
- font-size: 16px;
- }
- .impowerBox .normalPanel{
- width: 150px;height:150px;
- }
- .impowerBox .qrcode {width: 150px !important;height:150px !important;}
- .impowerBox .title {display: none !important;}
- .impowerBox .info {width: 100px !important;}
- .status_icon {display:none !important}
- .impowerBox .status {text-align: center !important;}
- .mt40{margin-top:40px; }
- /*报错、成功提示框*/
- .error_box{
- width: 240px;
- height: 155px;
- line-height: 30px;
- text-align: center;
- position: fixed;
- left: 50%;
- margin-left: -120px;
- top: 50%;
- margin-top: -60px;
- border: 0px solid #ccc;
- border-radius: 10px;
- font-family: "Microsoft YaHei";
- z-index: 9999;
- background: #fff;
- -moz-box-shadow:2px 2px 8px rgba(0,0,0,.5);
- -webkit-box-shadow:2px 2px 8px rgba(0,0,0,.5);
- box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
- display: none;
- }
- .error_box span{
- margin: 0 auto;
- width: 100%;
- }
- .error_box p{
- margin-top: 15px;
- }
- .error_box .icon{
- display: block;
- width: 50px;
- height: 50px;
- background: url(../../images/hardware/pad/error.png) no-repeat;
- background-size: cover;
- margin-top: 20px;
- }
- .success_box {
- width: 240px;
- height: 55px;
- line-height: 30px;
- text-align: center;
- position: fixed;
- left: 50%;
- margin-left: -120px;
- top: 50%;
- margin-top: -26px;
- border: 0px solid #ccc;
- border-radius: 10px;
- font-family: "Microsoft YaHei";
- z-index: 9999;
- background: #fff;
- -moz-box-shadow:2px 2px 8px rgba(0,0,0,.5);
- -webkit-box-shadow:2px 2px 8px rgba(0,0,0,.5);
- box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
- display: none;
- line-height: 55px;
- }
- .split-block-title{
- margin-top:62px;
- }
- .list_con{ width: 100%; text-align: center; margin: 25px 0; }
- .global-header {
- box-sizing: border-box;
- width: 100%;
- height: 62px;
- padding: 10px 15px;
- background-color: #425560;
- color: #fff;
- text-align: center;
- border-bottom: 1px solid #fff;
- position: relative;
- position:fixed;
- z-index:99;
- }
- .global-header .header-left {
- position: absolute;
- left: 15px;
- top: 15px;
- }
- .global-header .header-right {
- position: absolute;
- right: 15px;
- top: 15px;
- }
- .header-left .header-back,.header-right .header-back {
- color: #fff;
- position: relative;
- top: 0px;
- left: 0px;
- height: 34px;
- display: block;
- }
- .w-icon-back{
- color: #fff;
- background: url(../../images/hardware/pad/back.png) no-repeat;
- display: inline-block;
- height: 32px;
- width: 32px;
- text-align: center;
- text-decoration: none;
- }
- .w-icon-home{
- color: #fff;
- background: url(../../images/hardware/pad/home.png) no-repeat;
- display: inline-block;
- height: 34px;
- width: 34px;
- text-align: center;
- text-decoration: none;
- }
- .clear {
- clear: both;
- height: 0px;
- font-size: 0px;
- line-height: 0px;
- }
- .color1{ background-color:#65717e; }
- .color2{ background-color:#58585c; }
- .none_jobs{ font-size: 18pt; color: #fff; padding: 20px; }
- .qspage{font-size:12px;line-height:450%; text-align:center;}
- .qspage a{padding:7px 12px;border:1px #CCCCCC solid;margin-right:5px;text-decoration:none;color: #666666;background-color: #F6F6F6;border-radius:4px;}
- .qspage a:hover{background-color:#FFFFFF;color: #333333}
- .qspage .current{padding:7px 12px;border:1px #0190dc solid;color:#FFFFFF;margin-right:5px;background-color:#0190dc;border-radius:4px;}
|