221 lines
6.7 KiB
CSS
221 lines
6.7 KiB
CSS
|
|
|
|||
|
|
html {
|
|||
|
|
background: #FFF;
|
|||
|
|
color: #000
|
|||
|
|
}
|
|||
|
|
*:focus {outline: none;}
|
|||
|
|
body, div, ul,li,dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
font-style:normal;
|
|||
|
|
font-size:14px;
|
|||
|
|
}
|
|||
|
|
table {
|
|||
|
|
border-collapse: collapse;
|
|||
|
|
border-spacing: 0;
|
|||
|
|
max-width:100%;
|
|||
|
|
}
|
|||
|
|
fieldset, img {
|
|||
|
|
border: 0
|
|||
|
|
}
|
|||
|
|
address, caption, cite, code, dfn, th, var {
|
|||
|
|
font-style: normal;
|
|||
|
|
font-weight: normal
|
|||
|
|
}
|
|||
|
|
ol, ul {
|
|||
|
|
list-style: none
|
|||
|
|
}
|
|||
|
|
caption, th {
|
|||
|
|
text-align: left
|
|||
|
|
}
|
|||
|
|
h1, h2, h3, h4, h5, h6 {
|
|||
|
|
font-size: 100%;
|
|||
|
|
font-weight: normal
|
|||
|
|
}
|
|||
|
|
q:before, q:after {
|
|||
|
|
content: ''
|
|||
|
|
}
|
|||
|
|
abbr, acronym {
|
|||
|
|
border: 0;
|
|||
|
|
font-variant: normal
|
|||
|
|
}
|
|||
|
|
sup {
|
|||
|
|
vertical-align: text-top
|
|||
|
|
}
|
|||
|
|
sub {
|
|||
|
|
vertical-align: text-bottom
|
|||
|
|
}
|
|||
|
|
input, textarea, select {
|
|||
|
|
font-family: inherit;
|
|||
|
|
font-size: inherit;
|
|||
|
|
font-weight: inherit
|
|||
|
|
}
|
|||
|
|
input, textarea, select {
|
|||
|
|
font-size: 100%
|
|||
|
|
}
|
|||
|
|
legend {
|
|||
|
|
color: #000
|
|||
|
|
}
|
|||
|
|
html {
|
|||
|
|
background-color: #f8f7f5
|
|||
|
|
}
|
|||
|
|
*{font-family:Arial, "<><CEA2><EFBFBD>ź<EFBFBD>", sans-serif;}
|
|||
|
|
body {
|
|||
|
|
|
|||
|
|
color: #222;
|
|||
|
|
height: 100%;
|
|||
|
|
padding: 0;
|
|||
|
|
position: relative;
|
|||
|
|
font-style:normal;
|
|||
|
|
}
|
|||
|
|
a,a:visited{color: #000; text-decoration:none;}
|
|||
|
|
a:hover{color: #dd0000; text-decoration:none;}
|
|||
|
|
.baomingheader
|
|||
|
|
{
|
|||
|
|
position:relative;margin:0; height:40px; width:100%; color:#000; text-align:center; font-size:large; font-weight:bold; line-height:40px;background:#fafafa;border-bottom:1px solid #ededed;
|
|||
|
|
}
|
|||
|
|
.baomingheader a,.baomingheader a:visited{position:relative; float:left; top:0; left:0; width:32px; height:40px;background: url(/images/mobilebg.png) no-repeat 10px 5px; text-indent:1000px; overflow:hidden;}
|
|||
|
|
.baomingheader a.home,.baomingheader a.home:visited{position:relative; float:right; top:0; right:0px; width:36px; height:40px;background: url(/images/mobilebg.png) no-repeat 0px -116px; text-indent:1000px; overflow:hidden;}
|
|||
|
|
.baomingheader a.add,.baomingheader a.add:visited{position:relative; float:right; top:0; right:0px; width:36px; height:40px;background: url(/images/mobilebg.png) no-repeat 0px -1170px; text-indent:1000px; overflow:hidden;}
|
|||
|
|
.User_Info_table{ width:100%;border-collapse:collapse; background-color:#fff; margin-top:10px;}
|
|||
|
|
.User_Info_table tr th
|
|||
|
|
{
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
line-height:25px;
|
|||
|
|
padding:5px;
|
|||
|
|
width:70px;
|
|||
|
|
text-align:left;
|
|||
|
|
background-color:#E2F2FF;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.User_Info_table td
|
|||
|
|
{
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
line-height:25px;
|
|||
|
|
padding:5px;
|
|||
|
|
text-align:left;
|
|||
|
|
}
|
|||
|
|
.User_Info_table td td
|
|||
|
|
{
|
|||
|
|
border:0;
|
|||
|
|
}
|
|||
|
|
.User_Info_table td.btitle
|
|||
|
|
{
|
|||
|
|
line-height:35px;
|
|||
|
|
padding:0px;
|
|||
|
|
text-align:center;
|
|||
|
|
font-size:16px;
|
|||
|
|
font-weight:bold;
|
|||
|
|
background-color:#eee;
|
|||
|
|
}
|
|||
|
|
.User_Info_table td input[type='text'],.User_Info_table td input[type='password'],.User_Info_table td select
|
|||
|
|
{
|
|||
|
|
border: 1px solid #bbb;
|
|||
|
|
height:30px;
|
|||
|
|
width:100%;
|
|||
|
|
text-indent:5px;
|
|||
|
|
background-color:#F7F7F7;
|
|||
|
|
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
|
|||
|
|
}
|
|||
|
|
.User_Info_table td input[type='text'].k4
|
|||
|
|
{
|
|||
|
|
width:60px;
|
|||
|
|
}
|
|||
|
|
.User_Info_table td input[type='text'][disabled='disabled']
|
|||
|
|
{
|
|||
|
|
background-color:#fff;
|
|||
|
|
border: 0;
|
|||
|
|
}
|
|||
|
|
.User_Info_table td .btn4{
|
|||
|
|
height:32px;
|
|||
|
|
padding:0 10px;
|
|||
|
|
margin:0;
|
|||
|
|
display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;
|
|||
|
|
background-color:#ff4a00;
|
|||
|
|
line-height:32px;
|
|||
|
|
font-size:16px;
|
|||
|
|
text-align:center;
|
|||
|
|
color:#fff;
|
|||
|
|
font-weight:bold;
|
|||
|
|
cursor:pointer;
|
|||
|
|
border:0;
|
|||
|
|
-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
|
|||
|
|
.addresslist{ float:left; margin:10px;}
|
|||
|
|
.addresslist h3{ float:left; height:30px;}
|
|||
|
|
.addresslist ul li{ width:300px; line-height:30px; overflow:hidden;}
|
|||
|
|
.addresslist ul li span{ color:#ff0000; cursor:pointer;}
|
|||
|
|
.addresslist ul li em{float:left; margin-top:40px; width:24px; height:24px; background-color:#ff4d00; font-style:normal; font-size:14px; font-weight:bold; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; text-align:center; line-height:24px; color:#fff;}
|
|||
|
|
.addresslist ul li span.rbox{float:left; margin-left:10px; width:260px; height:120px; line-height:25px;}
|
|||
|
|
.addresslist ul li span span.Contact{color:#000;cursor:auto;}
|
|||
|
|
.addresslist .yunfei{ font-size:20px;}
|
|||
|
|
.QianBao_Info{ width:100%;border-collapse:collapse; background-color:#fff; margin-top:10px; padding:10px 0;border-bottom: 1px solid #dfdfdf; }
|
|||
|
|
.QianBao_Info span{}
|
|||
|
|
.QianBao_Info span.je{ font-style:normal; font-size:18px; font-weight:bold; color:#ff0000;}
|
|||
|
|
.QianBao_Info span a,.QianBao_Info span a:visited{height:32px;
|
|||
|
|
padding:0 10px;
|
|||
|
|
margin:0;
|
|||
|
|
display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;
|
|||
|
|
background-color:#ff4a00;
|
|||
|
|
line-height:32px;
|
|||
|
|
font-size:16px;
|
|||
|
|
text-align:center;
|
|||
|
|
color:#fff;
|
|||
|
|
font-weight:bold;
|
|||
|
|
cursor:pointer;
|
|||
|
|
border:0;
|
|||
|
|
-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
|
|||
|
|
.data_JiangJing{ width:100%; overflow-x:auto;}
|
|||
|
|
.data_JiangJing_box{width:720px;}
|
|||
|
|
.data_table{ width:100%;border-collapse:collapse; background-color:#fff; margin-top:10px;}
|
|||
|
|
.data_table tr th
|
|||
|
|
{
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
line-height:25px;
|
|||
|
|
padding:5px;
|
|||
|
|
width:100px;
|
|||
|
|
text-align:center;
|
|||
|
|
background-color:#E2F2FF;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.data_table td
|
|||
|
|
{
|
|||
|
|
border: 1px solid #dfdfdf;
|
|||
|
|
line-height:25px;
|
|||
|
|
padding:5px;
|
|||
|
|
text-align:center;
|
|||
|
|
}
|
|||
|
|
.news_list{float:left; margin-top:10px; position:relative;width:100%; overflow:hidden;background: #FFF; }
|
|||
|
|
.news_list ul{float:left;margin:0 10px; position:relative;}
|
|||
|
|
.news_list ul li{float:left; margin:0;width:720px; height:32px; overflow:hidden;border-bottom:1px solid #dfdfdf; line-height:32px;}
|
|||
|
|
.news_list ul li a,.news_list ul li a:visited{float:left; font-size:16px; font-weight:bold;background: url(/images/mobilebg.png) no-repeat 0px -74px; text-indent:25px; display:block; width:auto; line-height:32px;}
|
|||
|
|
.news_list ul li span{float:right; width:auto; display:block; margin-right:20px; font-size:14px; color:#666;}
|
|||
|
|
.pagebox{float:left; margin-top:10px; position:relative;width:100%; overflow:hidden;background: #FFF; text-align:center;}
|
|||
|
|
.fg{ width: 100%; height: 70px; overflow: hidden;}
|
|||
|
|
.footer{ width: 100%; height: 65px; position: fixed; bottom: 0; left: 0; background: #ffffff; border-top:1px solid #efefef;}
|
|||
|
|
.footer li{ float: left; width:33.333333333%; overflow: hidden;list-style: none}
|
|||
|
|
.footer a{ display: block; width: 100%; overflow: hidden; height: 65px; line-height:15px; padding: 5px 0; padding-bottom:0;}
|
|||
|
|
.footer a span{ display: block; text-align: center; color: #686868; font-size:16px; padding-top: 4px;}
|
|||
|
|
.footer li.on_hove a span{ color: #d6000f;}
|
|||
|
|
.footer li a img{ display: block; margin: 0 auto; height: 25px; width: auto;}
|
|||
|
|
.owner-2wm{float: left; margin:0;margin-top:300px; width:100%; text-align:center; }
|
|||
|
|
.owner-2wm img{margin-top:300px;width:150px;height:150px;}
|
|||
|
|
@media screen and (max-width:640px)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@media screen and (max-width:540px)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@media screen and (max-width:480px)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@media screen and (max-width:320px)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|