|
50精币
.wsss {
font-size: 14px;
line-height: 70px;
color: #333;
height: auto;
width: 100%;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #e6e6e6;
float: left;
}
.wz_right {
text-align: right;
height: 70px;
width: 90px;
display: block;
float: left;
}
a:link.ss {
color:#333;
text-decoration:block;
font-size: 14px;
line-height: 30px;
background-color: #FFF;
text-align: center;
display: block;
float: left;
height: 30px;
width: auto;
padding-right: 10px;
padding-left: 10px;
margin: 20px 5px 20px 8px;
}
a:visited.ss {
color:#333;
text-decoration:block;
font-size: 14px;
line-height: 30px;
background-color: #FFF;
text-align: center;
display: block;
margin: 20px 5px 20px 8px;
float: left;
height: 30px;
width: auto;
padding-right: 10px;
padding-left: 10px;
}
a:hover.ss {
color:#FFF;
text-decoration:block;
line-height: 30px;
margin: 20px 5px 20px 8px;
background-color: #58ABE9;
text-align: center;
display: block;
float: left;
height: 30px;
width: auto;
padding-right: 10px;
padding-left: 10px;
}
a:active.ss {
color:#FFF;
text-decoration:block;
line-height: 30px;
margin: 20px 5px 20px 8px;
background-color: #58ABE9;
text-align: center;
display: block;
float: left;
height: 30px;
width: auto;
padding-right: 10px;
padding-left: 10px;
}
.ssthis {
color:#FFF;
text-decoration:block;
line-height: 30px;
margin: 20px 5px 20px 8px;
background-color: #58ABE9;
text-align: center;
display: block;
float: left;
height: 30px;
width: auto;
padding-right: 10px;
padding-left: 10px;
cursor:pointer;
}
.wz_red {
color: #F00;
font-weight:bold;
}
.gray_line3 {
border-bottom: 1px dashed #e6e6e6;
------------------------------------------------------------------------------------------------------------------------------------------------------------
这是代码 仅仅知道这么多 能根据这个大概还原页面吗???
|
|