230 lines
5.6 KiB
CSS
230 lines
5.6 KiB
CSS
|
|
|
|
.main-Menu ul {
|
|
list-style-type: none;
|
|
list-style-position: outside;
|
|
list-style-image: none;
|
|
}
|
|
|
|
.main-Menu a {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.main-Menu .nav {
|
|
height: 80px;
|
|
overflow: hidden;
|
|
float: left;
|
|
}
|
|
|
|
.main-Menu ul {
|
|
position: relative;
|
|
}
|
|
|
|
.main-Menu ul li {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.main-Menu li.list {
|
|
float: left;
|
|
display: inline;
|
|
}
|
|
|
|
.main-Menu li a {
|
|
margin: 3px 0 0 0;
|
|
text-align: center;
|
|
color: #fff;
|
|
overflow: hidden;
|
|
padding: 2px 2px;
|
|
text-decoration: none;
|
|
border-top-color: #1e71b1;
|
|
border-right-color: #1e71b1;
|
|
border-bottom-color: #1e71b1;
|
|
border-left-color: #1e71b1;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-top-style: solid;
|
|
border-right-style: solid;
|
|
border-bottom-style: solid;
|
|
border-left-style: solid;
|
|
float: left;
|
|
display: inline;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
word-break: keep-all; /* 不换行 */
|
|
white-space: nowrap; /* 不换行 */
|
|
}
|
|
|
|
.main-Menu li a.onnav {
|
|
/* font-weight: bold;*/
|
|
border-top-color: #0f4e7f;
|
|
border-right-color: #0f4e7f;
|
|
border-bottom-color: #0f4e7f;
|
|
border-left-color: #0f4e7f;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-top-style: solid;
|
|
border-right-style: solid;
|
|
border-bottom-style: solid;
|
|
border-left-style: solid;
|
|
background-image: none;
|
|
background-attachment: scroll;
|
|
background-repeat: repeat;
|
|
background-position-x: 0%;
|
|
background-position-y: 0%;
|
|
background-size: auto;
|
|
background-origin: padding-box;
|
|
background-clip: border-box;
|
|
background-color: rgb(16, 84, 136);
|
|
}
|
|
|
|
.main-Menu li a span {
|
|
width: 26px;
|
|
height: 24px;
|
|
overflow: hidden;
|
|
margin-top: 0px;
|
|
margin-right: auto;
|
|
margin-bottom: 2px;
|
|
margin-left: auto;
|
|
display: block;
|
|
}
|
|
|
|
.main-Menu li a span.nc {
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
background-position-x: 0%;
|
|
background-position-y: 0%;
|
|
background-size: auto;
|
|
background-origin: padding-box;
|
|
background-clip: border-box;
|
|
background-color: transparent;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.CTITOOLS ul {
|
|
list-style-type: none;
|
|
list-style-position: outside;
|
|
list-style-image: none;
|
|
}
|
|
|
|
.CTITOOLS a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.CTITOOLS .nav {
|
|
overflow: hidden;
|
|
float: left;
|
|
}
|
|
|
|
.CTITOOLS ul {
|
|
position: relative;
|
|
}
|
|
|
|
.CTITOOLS ul li {
|
|
margin-right: 4px;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.CTITOOLS li.phonelist {
|
|
float: left;
|
|
display: inline;
|
|
}
|
|
|
|
.CTITOOLS li a span.nc {
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
background-position-x: 0%;
|
|
background-position-y: 0%;
|
|
background-size: auto;
|
|
background-origin: padding-box;
|
|
background-clip: border-box;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.define-logo {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.aLink {
|
|
width: 130px;
|
|
height: 17px;
|
|
display: block;
|
|
}
|
|
|
|
.aLink:link {
|
|
color: #0000FF;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.aLink:visited {
|
|
color: #0000FF;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.aLink:hover {
|
|
color: #B38B5C;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/* clean gray
|
|
*******************************************************************************/
|
|
.CTITOOLS input.clean-gray {
|
|
background-color: #eeeeee;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
|
|
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
|
|
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
|
|
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
|
|
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
|
|
background-image: linear-gradient(top, #eeeeee, #cccccc);
|
|
border: 1px solid #ccc;
|
|
border-bottom: 1px solid #bbb;
|
|
border-radius: 3px;
|
|
color: #333;
|
|
padding: 4px 0;
|
|
text-align: center;
|
|
text-shadow: 0 1px 0 #eee;
|
|
width: 50px;
|
|
}
|
|
|
|
.CTITOOLS input.clean-gray:hover {
|
|
background-color: #dddddd;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
|
|
background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
|
|
background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
|
|
background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
|
|
background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
|
|
background-image: linear-gradient(top, #dddddd, #bbbbbb);
|
|
border: 1px solid #bbb;
|
|
border-bottom: 1px solid #999;
|
|
cursor: pointer;
|
|
text-shadow: 0 1px 0 #ddd;
|
|
}
|
|
|
|
.CTITOOLS input.clean-gray:active {
|
|
border: 1px solid #aaa;
|
|
border-bottom: 1px solid #888;
|
|
-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
|
|
box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
|
|
}
|
|
|
|
input[disabled],
|
|
input[disabled]:hover,
|
|
input[disabled]:active {
|
|
background: #999 !important;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
color: #fff !important;
|
|
cursor: not-allowed !important;
|
|
text-shadow: none !important;
|
|
}
|