|
@@ -554,7 +554,9 @@ table th[class*="col-"] {
|
|
|
border-top:1px solid #f2f2f2
|
|
|
}
|
|
|
.helpList div.fL{
|
|
|
- width:315px
|
|
|
+ position:relative;
|
|
|
+ width:315px;
|
|
|
+ min-height: 110px;
|
|
|
}
|
|
|
.helpList h2{
|
|
|
background:url(pageimg.png) no-repeat;
|
|
@@ -585,6 +587,13 @@ table th[class*="col-"] {
|
|
|
.helpList .helpLinks a.qq{
|
|
|
color:#0a86b9
|
|
|
}
|
|
|
+.helpList .images{
|
|
|
+ position:absolute;
|
|
|
+ left:140px;
|
|
|
+ top:-10px;
|
|
|
+ width:100px;
|
|
|
+ height:100px;
|
|
|
+}
|
|
|
.footer {
|
|
|
background:#f5f5f5;
|
|
|
padding:10px 0;
|
|
@@ -1042,3 +1051,12 @@ table th[class*="col-"] {
|
|
|
font-size: :14px;
|
|
|
margin:10px 0
|
|
|
}
|
|
|
+.product{
|
|
|
+ display:block;
|
|
|
+ margin: 10px 10px 0 0;
|
|
|
+}
|
|
|
+.product:hover{
|
|
|
+ text-decoration: underline;
|
|
|
+ color: #3366cc;
|
|
|
+ font-weight: bold;
|
|
|
+}
|