parent
3bf4ab1864
commit
6fc132ed5e
|
@ -32,9 +32,10 @@ a {
|
|||
html {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
user-select: none
|
||||
/*去掉禁止用户选中*/
|
||||
/*-moz-user-select: none;*/
|
||||
/*-khtml-user-select: none;*/
|
||||
/*user-select: none*/
|
||||
}
|
||||
|
||||
|
||||
|
@ -228,7 +229,7 @@ html {
|
|||
|
||||
|
||||
/*打印需求*/
|
||||
/* .WPGhelp {
|
||||
.WPGhelp {
|
||||
position: relative;
|
||||
z-index: 5555;
|
||||
width: 100%;
|
||||
|
@ -254,4 +255,10 @@ html {
|
|||
.WPGstep .WPGnext, .WPGstep .WPGover{
|
||||
color:#000;
|
||||
border:1px solid #000;
|
||||
} */
|
||||
}
|
||||
.newwebinputcheckbox{
|
||||
color:#000;
|
||||
}
|
||||
.webinputcheckbox{
|
||||
color:#000 !important;
|
||||
}
|
|
@ -142,7 +142,7 @@ zoom:1;
|
|||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
color: #485A62;
|
||||
line-height: 2.22;
|
||||
/*line-height: 2.22;*/
|
||||
float:left;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -13,11 +13,13 @@ body {
|
|||
padding: 0px;
|
||||
background-color: #F9F9F9;
|
||||
min-width:1200px;
|
||||
-moz-user-select: none; /*火狐*/
|
||||
-webkit-user-select: none; /*webkit浏览器*/
|
||||
-ms-user-select: none; /*IE10*/
|
||||
-khtml-user-select: none; /*早期浏览器*/
|
||||
user-select: none;
|
||||
|
||||
/*禁止用户选中*/
|
||||
/*-moz-user-select: none; !*火狐*!*/
|
||||
/*-webkit-user-select: none; !*webkit浏览器*!*/
|
||||
/*-ms-user-select: none; !*IE10*!*/
|
||||
/*-khtml-user-select: none; !*早期浏览器*!*/
|
||||
/*user-select: none;*/
|
||||
}
|
||||
|
||||
p, input, table {
|
||||
|
@ -1824,7 +1826,7 @@ code{
|
|||
color:#D0D0D0 !important;
|
||||
}
|
||||
/*打印需求*/
|
||||
/* .head {
|
||||
.head {
|
||||
background-color: #FFF !important;
|
||||
color:#000;
|
||||
border-bottom: 1px solid #000;
|
||||
|
@ -1980,4 +1982,4 @@ code{
|
|||
}
|
||||
.sourcecode:hover {
|
||||
background-color: #fff !important;
|
||||
} */
|
||||
}
|
|
@ -125,7 +125,7 @@ ol,ul,li{ list-style-type:none}
|
|||
|
||||
|
||||
/*打印需求*/
|
||||
/* .navbar-inverse{
|
||||
.navbar-inverse{
|
||||
background-color: #FFF !important;
|
||||
border-color: #FFF !important;
|
||||
}
|
||||
|
@ -133,4 +133,4 @@ ol,ul,li{ list-style-type:none}
|
|||
.navbar-inverse .navbar-nav > .active > a{
|
||||
color: #000 !important;
|
||||
background-color: #fff !important;
|
||||
} */
|
||||
}
|
Loading…
Reference in New Issue