|
@@ -1913,15 +1913,12 @@ td a:hover.pirceEdit .colOrange {
|
|
|
color:#F99B1D;
|
|
|
padding:0 0 5px 0
|
|
|
}
|
|
|
-.topicList {
|
|
|
- padding:0 0 0 60px
|
|
|
-}
|
|
|
.topicList li{
|
|
|
float:left;
|
|
|
margin:0 2px 2px 0;
|
|
|
position:relative;
|
|
|
- width:293px;
|
|
|
- height:77px
|
|
|
+ width:478px;
|
|
|
+ height:125px
|
|
|
}
|
|
|
.topicList li .title{
|
|
|
position:absolute;
|
|
@@ -1932,7 +1929,7 @@ td a:hover.pirceEdit .colOrange {
|
|
|
color:#fff;
|
|
|
background:url(topicTBg.png) repeat 0 0;
|
|
|
padding:0 0 0 10px;
|
|
|
- width:283px;
|
|
|
+ width:468px;
|
|
|
text-shadow:1px 1px 0 #000;
|
|
|
*display:inline;
|
|
|
zoom:1
|
|
@@ -1941,18 +1938,22 @@ td a:hover.pirceEdit .colOrange {
|
|
|
position: absolute;
|
|
|
right:-5000px;
|
|
|
color:#fff;
|
|
|
- padding:3px 5px;
|
|
|
+ padding:8px 15px;
|
|
|
background:#ea9703;
|
|
|
border:1px solid #fff
|
|
|
}
|
|
|
.topicList li:hover span{
|
|
|
- margin:-10px -40px 0 0;
|
|
|
+ margin:-10px -50px 0 0;
|
|
|
right:50%;
|
|
|
top:50%
|
|
|
}
|
|
|
.topicList li:hover .title{
|
|
|
display:none
|
|
|
}
|
|
|
+.topicList li img{
|
|
|
+ width:478px;
|
|
|
+ height:125px;
|
|
|
+}
|
|
|
.wrapPrint {
|
|
|
background:url(printBodyBg.gif) repeat 0 0;
|
|
|
border-top:5px solid #F99B1D
|