Commit dff65871 authored by john's avatar john

3114 + 3115

parent 903e7e2f
...@@ -559,9 +559,9 @@ mark * { ...@@ -559,9 +559,9 @@ mark * {
height: 146px; height: 146px;
background: url(../images/btn_info_box_lg_icon.png) 0 0 no-repeat; background: url(../images/btn_info_box_lg_icon.png) 0 0 no-repeat;
} }
{ /*{
background-color: #f3f5f7; background-color: #f3f5f7;
} }*/
@media only screen and (max-width: 970px) { @media only screen and (max-width: 970px) {
.btn_info_box_lg span { .btn_info_box_lg span {
...@@ -591,4 +591,10 @@ mark * { ...@@ -591,4 +591,10 @@ mark * {
padding-right: 165px; padding-right: 165px;
padding-left: 15px; padding-left: 15px;
} }
}
.icon_like {
background: url(../images/icon_like.png) 0 center no-repeat;
}
.icon_not_like {
background: url(../images/icon_not_like.png) 0 center no-repeat;
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment