|
@@ -26,7 +26,7 @@
|
|
|
h1 {
|
|
|
margin: 0 0px 5px 0px !important;
|
|
|
font-size: 18px !important;
|
|
|
- line-height: 37px;
|
|
|
+ /*line-height: 37px;*/
|
|
|
padding: 0 0 0 40px;
|
|
|
}
|
|
|
|
|
@@ -36,7 +36,7 @@
|
|
|
background: #fff;
|
|
|
padding-right: 6px;
|
|
|
font-weight: bold;
|
|
|
- line-height: 30px;
|
|
|
+ /*line-height: 30px;*/
|
|
|
}
|
|
|
|
|
|
.content {
|
|
@@ -84,7 +84,7 @@
|
|
|
position: relative;
|
|
|
line-height: 24px;
|
|
|
|
|
|
- margin: 0 0 13px;
|
|
|
+ margin: 0 0 4px;
|
|
|
}
|
|
|
|
|
|
.line {
|
|
@@ -96,7 +96,7 @@
|
|
|
overflow: hidden;
|
|
|
background: #fff;
|
|
|
margin: 0 auto;
|
|
|
- padding: 10px 0 30px 0px;
|
|
|
+ padding: 8px 0 30px 0px;
|
|
|
display: none;
|
|
|
position: relative;
|
|
|
left: 0;
|
|
@@ -208,7 +208,7 @@
|
|
|
.tabBox{
|
|
|
position: relative;
|
|
|
background: #fff;
|
|
|
- height: 60px;
|
|
|
+ height: 38px;
|
|
|
border-bottom: 1px solid #E6E6E6;
|
|
|
padding: 0 40px;
|
|
|
}
|