修改样式:头部剧中、溢出修复、默认样式调整
This commit is contained in:
parent
38f42f23e1
commit
318121ae4d
|
@ -1,103 +1,141 @@
|
||||||
@import "menuTab.css";
|
*{padding:0px;margin:0px;}
|
||||||
body
|
html {background:#FFF;}
|
||||||
{
|
body {font:12px Tahoma, Geneva, sans-serif;}
|
||||||
font-family: Arial, Serif, Verdana;
|
a {text-decoration:none;cursor:hand;}
|
||||||
font-size:13px;
|
od,ul,li,ul li{list-style:none;}
|
||||||
margin-top:0px;
|
input,select,button{font:12px Tahoma, Geneva, sans-serif;vertical-align:middle;}
|
||||||
margin-left:0px;
|
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
|
||||||
padding:0px; border:0; height:100%;
|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
|
||||||
line-height:normal !important;
|
fieldset,img{border:none;}
|
||||||
}
|
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
|
||||||
|
caption,th{text-align:left;}
|
||||||
|
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
|
||||||
|
|
||||||
a,a:visited
|
body {width:100%;}
|
||||||
{
|
a,a:visited{color:Blue;}
|
||||||
color:Blue;
|
a:hover{color:Red;}
|
||||||
}
|
|
||||||
a:hover
|
|
||||||
{
|
|
||||||
color:Red;
|
|
||||||
}
|
|
||||||
#divMaster
|
|
||||||
{
|
|
||||||
font-size:13px;
|
|
||||||
|
|
||||||
}
|
/* New Link Style
|
||||||
|
a{color:#329ECC;text-decoration:none;border-bottom:1px solid #A1CFD4;margin:0px;}
|
||||||
|
a:hover,a:focus,a:active{background-color:#E2EFFF;color:#329ECC;border-bottom:1px solid #329ECC;}
|
||||||
|
*/
|
||||||
|
.center{width:1000px;margin:0 auto;}
|
||||||
|
|
||||||
|
#divMaster{font-size:13px;}
|
||||||
/*divHeader style*/
|
/*divHeader style*/
|
||||||
#divHeader
|
#divHeader{width:100%;background: url(../images/headerBk.jpg) repeat-x;}
|
||||||
{
|
#divHeader a{color: #000066;text-decoration:none;}
|
||||||
text-align:right;
|
#divHeader a:hover{color:Red;}
|
||||||
margin-right:20px;
|
|
||||||
}
|
|
||||||
#divHeader a
|
|
||||||
{
|
|
||||||
color: #000066;
|
|
||||||
text-decoration:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#divHeader a:hover
|
#divHeader .Login_Name{background: url(../images/arrow.gif) no-repeat center right;padding-right: 15px;font-family: Courier, Tahoma;}
|
||||||
{
|
|
||||||
color:Red;
|
|
||||||
}
|
|
||||||
|
|
||||||
#divHeader .Login_Name
|
|
||||||
{
|
|
||||||
background: url(../images/arrow.gif) no-repeat center right;
|
|
||||||
padding-right: 15px;
|
|
||||||
font-family: Courier, Tahoma;
|
|
||||||
}
|
|
||||||
/*End divHeader style*/
|
/*End divHeader style*/
|
||||||
#divLogo
|
#divLogo{width:740px; margin:0 auto;}
|
||||||
{
|
#divLogo img{border:0;}
|
||||||
border-top: black solid 1px;
|
#divBreadCrumb{padding:5px 2px 5px;background: #ddd;font-size:13px;}
|
||||||
background: url(../images/headerBk.jpg) repeat-x;
|
#divBreadCrumb a{color:Black;}
|
||||||
}
|
#divContent{font-size:13px;margin:5px 5px 2px 5px;padding:0px 10px 0px 10px;text-align:left;clear:both;position:relative;}
|
||||||
#divLogo img
|
|
||||||
{
|
|
||||||
border:0;
|
|
||||||
}
|
|
||||||
#divBreadCrumb
|
|
||||||
{
|
|
||||||
padding:5px 2px 5px;
|
|
||||||
background: #ddd;
|
|
||||||
font-size:13px;
|
|
||||||
}
|
|
||||||
#divBreadCrumb a
|
|
||||||
{
|
|
||||||
color:Black;
|
|
||||||
}
|
|
||||||
#divContent
|
|
||||||
{
|
|
||||||
font-size:13px;
|
|
||||||
margin:5px 5px 2px 5px;
|
|
||||||
padding:0px 10px 0px 10px;
|
|
||||||
/*width:100%;*/
|
|
||||||
text-align:left;
|
|
||||||
clear:both;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
/*divFooter styles*/
|
/*divFooter styles*/
|
||||||
#divFooter
|
#divFooter{background-color:#bf5008;color:White;padding: 5px 15px 5px;font-size:12px;text-align:center;}
|
||||||
{
|
#divFooter a:link,#divFooter a:visited,#divFooter a:active{color:White;text-decoration:none;font-family:Arial, Serif;}
|
||||||
/*background-color:#666;*/
|
#divFooter a:hover{text-decoration:underline;}
|
||||||
background-color:#bf5008;
|
/*End divFooter styles*/
|
||||||
color:White;
|
|
||||||
padding: 5px 15px 5px;
|
/*- Menu Tabs--------------------------- */
|
||||||
font-size:12px;
|
|
||||||
}
|
.nav{border-top:#5D657C 1px solid;border-bottom:#5D657C 1px solid;width:100%;overflow:hidden;height:39px;}
|
||||||
#divFooter a:link,
|
#divNavi {font-size:14px;line-height:normal;overflow:hidden;width:680px;margin:0 auto;}
|
||||||
#divFooter a:visited,
|
#divNavi ul {margin:0;padding:10px 10px 0 0px;list-style:none;overflow:hidden;}
|
||||||
#divFooter a:active
|
#divNavi li {display:inline;margin:0;padding:0;}
|
||||||
{
|
#divNavi a {
|
||||||
color:White;
|
float:left;
|
||||||
|
background:url("../images/tableftG.gif") no-repeat left top;
|
||||||
|
margin:0;
|
||||||
|
padding:0 0 0 4px;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
font-family:Arial, Serif;
|
}
|
||||||
|
#divNavi a span {
|
||||||
|
float:left;
|
||||||
|
display:block;
|
||||||
|
background:url("../images/tabrightG.gif") no-repeat right top;
|
||||||
|
padding:5px 15px 4px 6px;
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
/* Commented Backslash Hack hides rule from IE5-Mac \*/
|
||||||
|
#divNavi a span {float:none;}
|
||||||
|
/* End IE5-Mac hack */
|
||||||
|
#divNavi a:hover span {
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
#divNavi a:hover {
|
||||||
|
background-position:0% -42px;
|
||||||
|
}
|
||||||
|
#divNavi a:hover span {
|
||||||
|
background-position:100% -42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divFooter a:hover
|
#divNavi .current a {
|
||||||
{
|
background-position:0% -42px;
|
||||||
text-decoration:underline;
|
}
|
||||||
|
#divNavi .current a span {
|
||||||
|
background-position:100% -42px;
|
||||||
|
}
|
||||||
|
#userNavi {float:right;margin:0;font-size:12px;padding-left:12px;background:url("../images/user.gif") no-repeat left bottom; position:relative;right:0px;top:-14px;}
|
||||||
|
#userNavi a{background-image:none;}
|
||||||
|
#userNavi img { border:0;margin:0;padding:0;height:15px;}
|
||||||
|
|
||||||
|
/* Forms
|
||||||
|
---------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
form {overflow:auto;}
|
||||||
|
input:focus,textarea:focus,select:focus {outline-width:0;}
|
||||||
|
input[type="text"],input[type="password"],input[type="select"],input[type="search"],input[type="file"],textarea,select {
|
||||||
|
border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;border-style:solid;border-width:1px;padding:4px;color:#777;}
|
||||||
|
textarea {line-height:18px;overflow:auto;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
|
||||||
|
textarea.small {height:5.5em;}
|
||||||
|
textarea.medium {height:10em;}
|
||||||
|
textarea.large {height:20em;}
|
||||||
|
input.half,select.half,textarea.half {width:50%;}
|
||||||
|
input.full,select.full,textarea.full {width:97%;}
|
||||||
|
input[type="submit"],input[type="reset"],input[type="button"] {margin-bottom:0;}
|
||||||
|
input:focus,textarea:focus {
|
||||||
|
-moz-box-shadow:0 1px 1px rgba(196,196,196,0.5);
|
||||||
|
-webkit-box-shadow:0 1px 1px rgba(196,196,196,0.5);
|
||||||
|
box-shadow:0 1px 1px rgba(196,196,196,0.5);
|
||||||
|
-webkit-focus-ring-color:none;
|
||||||
|
border-color:#c4c4c4;
|
||||||
|
background-color:#FFFFF0;
|
||||||
|
}
|
||||||
|
fieldset {border:0 none;border-top:1px solid #ddd;margin:10px 0;padding:10px 0;position:relative;}
|
||||||
|
legend {background:#fff;color:#93BB3A;font-weight:bold; padding:0 6px 0 0;}
|
||||||
|
label {font-size:11px;text-transform:uppercase;font-weight:bold;}
|
||||||
|
label.required:before {content:"*";color:red;font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;}
|
||||||
|
label.ok {background:url("../img/valid.gif") no-repeat;padding-left:16px;}
|
||||||
|
label.error {color:#d00;text-transform:none;margin-left:6px;}
|
||||||
|
label.choice {vertical-align:middle;font-weight:normal;text-transform:none;}
|
||||||
|
fieldset small {color:#999;font-size:11px;display: block;}
|
||||||
|
input[type="submit"],.btn {display: inline-block;padding: 5px 10px;color: #777 !important;text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 12px;
|
||||||
|
font-family: Tahoma, Arial, sans-serif;
|
||||||
|
-moz-border-radius: 4px;
|
||||||
|
-webkit-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
|
text-shadow: 0 1px 1px rgba(255,255,255,0.9);
|
||||||
|
position: relative;
|
||||||
|
cursor: pointer;
|
||||||
|
border:1px solid #ccc !important;
|
||||||
|
background:#fff url("../images/btn-overlay.png") repeat-x !important;
|
||||||
|
}
|
||||||
|
input[type="submit"]:hover,.btn:hover, .btn:focus, .btn:active {
|
||||||
|
outline:medium none;
|
||||||
|
border:1px solid #329ECC !important;
|
||||||
|
opacity:0.9;
|
||||||
|
-khtml-opacity: .9;
|
||||||
|
-moz-opacity: 0.9;
|
||||||
|
-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
|
||||||
|
-webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
|
||||||
|
box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
|
||||||
}
|
}
|
||||||
/*End divFooter styles*/
|
|
||||||
|
|
||||||
.clearLine
|
.clearLine
|
||||||
{
|
{
|
||||||
|
|
|
@ -150,11 +150,13 @@ margin-left: 45px;
|
||||||
/*数据服务段结束*/
|
/*数据服务段结束*/
|
||||||
|
|
||||||
|
|
||||||
#dataLink {padding:10px;}
|
#dataLink {margin:10px 0;}
|
||||||
|
#dataLink .search{width:auto;}
|
||||||
|
#dataLink ul{padding:5px 0;}
|
||||||
#rightPanel #dataLink a{font-weight: bold;}
|
#rightPanel #dataLink a{font-weight: bold;}
|
||||||
|
|
||||||
/*数据CD开始*/
|
/*数据CD开始*/
|
||||||
#itemCd{ margin-top: 10px; border-bottom:1px dotted gray;}
|
#itemCd{ margin-top: 10px; border-bottom:1px dotted gray; overflow:hidden;}
|
||||||
#itemCd img { margin-top:-10px;margin-left:-5px;width:100px;height:100px;border-width:1px;border-style:solid;}
|
#itemCd img { margin-top:-10px;margin-left:-5px;width:100px;height:100px;border-width:1px;border-style:solid;}
|
||||||
#itemCd #image{float: left; width: 110px; height: 105px;}
|
#itemCd #image{float: left; width: 110px; height: 105px;}
|
||||||
#itemCd #title{font-size: 105%; font-weight: bold; font-family: Tahoma; }
|
#itemCd #title{font-size: 105%; font-weight: bold; font-family: Tahoma; }
|
||||||
|
|
|
@ -122,42 +122,17 @@ input.q{width:200px;}
|
||||||
/* Forms
|
/* Forms
|
||||||
---------------------------------------------------------------------*/
|
---------------------------------------------------------------------*/
|
||||||
|
|
||||||
form {
|
form {overflow:auto;}
|
||||||
overflow:auto;
|
input:focus,textarea:focus,select:focus {outline-width:0;}
|
||||||
}
|
|
||||||
input:focus,textarea:focus,select:focus {
|
|
||||||
outline-width:0; /* No outline border for Safary */
|
|
||||||
}
|
|
||||||
input[type="text"],input[type="password"],input[type="select"],input[type="search"],input[type="file"],textarea,select {
|
input[type="text"],input[type="password"],input[type="select"],input[type="search"],input[type="file"],textarea,select {
|
||||||
border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
|
border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;border-style:solid;border-width:1px;padding:4px;color:#777;}
|
||||||
border-style:solid;
|
textarea {line-height:18px;overflow:auto;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
|
||||||
border-width:1px;
|
textarea.small {height:5.5em;}
|
||||||
padding:4px;
|
textarea.medium {height:10em;}
|
||||||
color:#777;
|
textarea.large {height:20em;}
|
||||||
}
|
input.half,select.half,textarea.half {width:50%;}
|
||||||
textarea {
|
input.full,select.full,textarea.full {width:97%;}
|
||||||
line-height:18px;
|
input[type="submit"],input[type="reset"],input[type="button"] {margin-bottom:0;}
|
||||||
overflow:auto;
|
|
||||||
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
||||||
}
|
|
||||||
textarea.small {
|
|
||||||
height:5.5em;
|
|
||||||
}
|
|
||||||
textarea.medium {
|
|
||||||
height:10em;
|
|
||||||
}
|
|
||||||
textarea.large {
|
|
||||||
height:20em;
|
|
||||||
}
|
|
||||||
input.half,select.half,textarea.half {
|
|
||||||
width:50%;
|
|
||||||
}
|
|
||||||
input.full,select.full,textarea.full {
|
|
||||||
width:97%;
|
|
||||||
}
|
|
||||||
input[type="submit"],input[type="reset"],input[type="button"] {
|
|
||||||
margin-bottom:0;
|
|
||||||
}
|
|
||||||
input:focus,textarea:focus {
|
input:focus,textarea:focus {
|
||||||
-moz-box-shadow:0 1px 1px rgba(196,196,196,0.5);
|
-moz-box-shadow:0 1px 1px rgba(196,196,196,0.5);
|
||||||
-webkit-box-shadow:0 1px 1px rgba(196,196,196,0.5);
|
-webkit-box-shadow:0 1px 1px rgba(196,196,196,0.5);
|
||||||
|
@ -166,53 +141,15 @@ input:focus,textarea:focus {
|
||||||
border-color:#c4c4c4;
|
border-color:#c4c4c4;
|
||||||
background-color:#FFFFF0;
|
background-color:#FFFFF0;
|
||||||
}
|
}
|
||||||
fieldset {
|
fieldset {border:0 none;border-top:1px solid #ddd;margin:10px 0;padding:10px 0;position:relative;}
|
||||||
border:0 none;
|
legend {background:#fff;color:#93BB3A;font-weight:bold; padding:0 6px 0 0;}
|
||||||
border-top:1px solid #ddd;
|
label {font-size:11px;text-transform:uppercase;font-weight:bold;}
|
||||||
margin:10px 0;
|
label.required:before {content:"*";color:red;font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;}
|
||||||
padding:10px 0;
|
label.ok {background:url("../img/valid.gif") no-repeat;padding-left:16px;}
|
||||||
position:relative;
|
label.error {color:#d00;text-transform:none;margin-left:6px;}
|
||||||
}
|
label.choice {vertical-align:middle;font-weight:normal;text-transform:none;}
|
||||||
legend {
|
fieldset small {color:#999;font-size:11px;display: block;}
|
||||||
background:#fff;
|
.btn {display: inline-block;padding: 5px 10px;color: #777 !important;text-decoration: none;
|
||||||
color:#93BB3A;
|
|
||||||
font-weight:bold;
|
|
||||||
padding:0 6px 0 0;
|
|
||||||
}
|
|
||||||
label {
|
|
||||||
font-size:11px;
|
|
||||||
text-transform:uppercase;
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
|
||||||
label.required:before {
|
|
||||||
content:"*";
|
|
||||||
color:red;
|
|
||||||
font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
}
|
|
||||||
label.ok {
|
|
||||||
background:url("../img/valid.gif") no-repeat;
|
|
||||||
padding-left:16px;
|
|
||||||
}
|
|
||||||
label.error {
|
|
||||||
color:#d00;
|
|
||||||
text-transform:none;
|
|
||||||
margin-left:6px;
|
|
||||||
}
|
|
||||||
label.choice {
|
|
||||||
vertical-align:middle;
|
|
||||||
font-weight:normal;
|
|
||||||
text-transform:none;
|
|
||||||
}
|
|
||||||
fieldset small {
|
|
||||||
color:#999;
|
|
||||||
font-size:11px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.btn {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 5px 10px;
|
|
||||||
color: #777 !important;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: Tahoma, Arial, sans-serif;
|
font-family: Tahoma, Arial, sans-serif;
|
||||||
|
|
|
@ -6,7 +6,7 @@ hr{clear:left;border: none 0;border-bottom:1px dashed #ccc;height: 1px;}
|
||||||
#latest, #services{width:48%;float:left;margin-bottom:10px;font-size:13px;}
|
#latest, #services{width:48%;float:left;margin-bottom:10px;font-size:13px;}
|
||||||
#leftContainer{margin-top:5px;}
|
#leftContainer{margin-top:5px;}
|
||||||
/*latest*/
|
/*latest*/
|
||||||
#latest .title{border-bottom:1px dotted #c7ddc7;padding: 5px 15px 5px;font-size: 16px; font-weight:bold;}
|
#latest .title{border-bottom:1px dotted #c7ddc7;padding: 5px 15px 5px;font-size: 16px; font-weight:bold;overflow:hidden;}
|
||||||
#latest .more a{color:Green; padding-right: 20px; background:url(../images/arrow.gif) no-repeat right center;}
|
#latest .more a{color:Green; padding-right: 20px; background:url(../images/arrow.gif) no-repeat right center;}
|
||||||
#latest ul {width:100%;margin:0px;padding:0px;overflow:hidden;word-wrap: break-word;}
|
#latest ul {width:100%;margin:0px;padding:0px;overflow:hidden;word-wrap: break-word;}
|
||||||
#latest ul li{margin:0px;padding:0px;width:auto;}
|
#latest ul li{margin:0px;padding:0px;width:auto;}
|
||||||
|
@ -18,9 +18,8 @@ hr{clear:left;border: none 0;border-bottom:1px dashed #ccc;height: 1px;}
|
||||||
#features .more a{color:Green; padding-right: 20px; background:url(../images/arrow.gif) no-repeat right center;}
|
#features .more a{color:Green; padding-right: 20px; background:url(../images/arrow.gif) no-repeat right center;}
|
||||||
|
|
||||||
/*data_links*/
|
/*data_links*/
|
||||||
#links .title{background:#c7ddc7; padding: 5px 15px 5px;font-size: 16px; font-weight:bold;}
|
#links .title{background:#c7ddc7; padding: 5px 15px 5px;font-size: 16px; font-weight:bold;overflow:hidden;}
|
||||||
#links h3{clear:both;color: rgb(153, 0, 51);font-size: 14px;
|
#links h3{clear:both;color:rgb(153, 0, 51);font-size:14px;background: url(/images/arrow_red_10x10.gif) no-repeat left center;padding-left:13px;margin:7px 0;}
|
||||||
background: url(/images/arrow_red_10x10.gif) no-repeat left top; padding-left: 13px;}
|
|
||||||
#links ul{margin:0px; padding-left:10px;clear:left;}
|
#links ul{margin:0px; padding-left:10px;clear:left;}
|
||||||
#links ul li{float:left;margin-left:5px;}
|
#links ul li{float:left;margin-left:5px;}
|
||||||
#links ul li a{color:Navy; text-decoration:none;}
|
#links ul li a{color:Navy; text-decoration:none;}
|
||||||
|
@ -52,7 +51,7 @@ dd,dt{float:left;margin:0;}
|
||||||
form{margin:0px;display:inline;}
|
form{margin:0px;display:inline;}
|
||||||
#links dd {padding-bottom:5px;margin-left:5px;margin-top:-5px;}
|
#links dd {padding-bottom:5px;margin-left:5px;margin-top:-5px;}
|
||||||
.note{font-size:10px;color:gray;}
|
.note{font-size:10px;color:gray;}
|
||||||
#keyword fieldset {border:dotted 1px;border-bottom:0;}
|
|
||||||
|
|
||||||
li {white-space:nowrap;}
|
li {white-space:nowrap;}
|
||||||
#series fieldset {border-bottom:0;}
|
#series fieldset {border-bottom:0;}
|
||||||
|
@ -68,7 +67,7 @@ legend { background:#fff;}
|
||||||
/*
|
/*
|
||||||
* mditem
|
* mditem
|
||||||
*/
|
*/
|
||||||
.mditem {width:100%;overflow:hidden;border-bottom:1px dashed #ccc;}
|
.mditem {width:100%;overflow:hidden;border-bottom:1px dashed #ccc;padding:5px 0;}
|
||||||
.mditem h2{text-indent:24px;}
|
.mditem h2{text-indent:24px;}
|
||||||
.mditem p{text-indent:24px;font-size:12px;}
|
.mditem p{text-indent:24px;font-size:12px;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue