Authored by
biao
...
|
...
|
@@ -7,6 +7,11 @@ |
|
|
|
|
|
a {
|
|
|
text-decoration: none;
|
|
|
color: #666;
|
|
|
}
|
|
|
|
|
|
a:hover {
|
|
|
color: #1b1b1b;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|
...
|
...
|
@@ -242,7 +242,7 @@ |
|
|
img {
|
|
|
float: left;
|
|
|
width: 70px;
|
|
|
height: 90px;
|
|
|
height: 70px;
|
|
|
margin-right: 10px;
|
|
|
|
|
|
}
|
...
|
...
|
|
...
|
...
|
@@ -39,12 +39,23 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.input-radio span {
|
|
|
margin-left: 0;
|
|
|
font-size: 14px;
|
|
|
display: inline-block;
|
|
|
color: #999;
|
|
|
}
|
|
|
|
|
|
.input-radio {
|
|
|
.checked {
|
|
|
color: #1b1b1b;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.input-radio label {
|
|
|
font-size: 14px;
|
|
|
font-weight: normal;
|
...
|
...
|
|