139 lines
2.3 KiB
CSS
139 lines
2.3 KiB
CSS
![]() |
.maincontent {
|
|||
|
width: 1300px;
|
|||
|
margin: 0 auto;
|
|||
|
min-height:500px;
|
|||
|
margin-top: 15px;
|
|||
|
}
|
|||
|
|
|||
|
.maincontent .left {
|
|||
|
float: left;
|
|||
|
display: block;
|
|||
|
width: 220px;
|
|||
|
margin-right: 10px;
|
|||
|
text-align: center;
|
|||
|
font-size: 12px;
|
|||
|
font-weight: normal;
|
|||
|
/* background: #666666;*/
|
|||
|
height:auto;
|
|||
|
}
|
|||
|
|
|||
|
.maincontent .right {
|
|||
|
float: left;
|
|||
|
display: block;
|
|||
|
width: 1070px;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
/*表头样式*/
|
|||
|
.nav {
|
|||
|
display: inline-block;
|
|||
|
}
|
|||
|
|
|||
|
.nav .icon_div {
|
|||
|
float: left;
|
|||
|
display: block;
|
|||
|
padding: 10px 10px 10px 0px;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.nav .title {
|
|||
|
float: left;
|
|||
|
color: black;
|
|||
|
font-size: 12px;
|
|||
|
font-weight: bold;
|
|||
|
line-height: 30px;
|
|||
|
}
|
|||
|
/*表头样式*/
|
|||
|
|
|||
|
|
|||
|
/**表体*/
|
|||
|
.section {
|
|||
|
clear: both;
|
|||
|
padding-bottom: 20px;
|
|||
|
}
|
|||
|
|
|||
|
.section-wrapper {
|
|||
|
margin: 0 auto;
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
|
|||
|
.section-l {
|
|||
|
float: left;
|
|||
|
width: 210px;
|
|||
|
}
|
|||
|
|
|||
|
.section-r {
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.orderinfo {
|
|||
|
background: #ccc;
|
|||
|
padding: 15px 5px;
|
|||
|
font-size: 14px;
|
|||
|
border: 0px solid #c5c5c5;background-color:white;border-top:1px solid #CCC;margin-bottom:20px
|
|||
|
}
|
|||
|
|
|||
|
.orderinfo .orderinfo-l {
|
|||
|
float: left;
|
|||
|
width: 5%;
|
|||
|
}
|
|||
|
|
|||
|
.orderinfo .orderinfo-m {
|
|||
|
float: left;
|
|||
|
width: 80%;
|
|||
|
}
|
|||
|
|
|||
|
.orderinfo .orderinfo-r {
|
|||
|
float: left;
|
|||
|
width: 15%;
|
|||
|
}
|
|||
|
|
|||
|
.orderinfo .orderinfoitem {
|
|||
|
height: 45px;
|
|||
|
}
|
|||
|
|
|||
|
.orderinfo .orderinfoitem div {
|
|||
|
float: left;
|
|||
|
font-size: 14px;
|
|||
|
font-family:arial,sans-serif;
|
|||
|
}
|
|||
|
|
|||
|
.orderinfo .orderinfoitem div.orderinfoitem-l {
|
|||
|
width: 100px;
|
|||
|
text-align: right;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.orderinfo .Supplierinfoitem {
|
|||
|
height: 30px;
|
|||
|
}
|
|||
|
|
|||
|
.orderinfo .Supplierinfoitem div {
|
|||
|
float: left;
|
|||
|
}
|
|||
|
|
|||
|
.orderinfo .Supplierinfoitem div.Supplierinfoitem-l {
|
|||
|
width: 100px;
|
|||
|
text-align: right;
|
|||
|
}
|
|||
|
|
|||
|
table.content-table th {
|
|||
|
font-weight: normal;
|
|||
|
}
|
|||
|
|
|||
|
table.content-table thead th {
|
|||
|
height: 34px;
|
|||
|
background: #F5F5F5;
|
|||
|
border-bottom: 1px solid #c5c5c5;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
|
|||
|
table.content-table tbody th {
|
|||
|
height: 30px;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
/**表体*/
|