样式调整
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -29,10 +29,12 @@ export default { | ... | @@ -29,10 +29,12 @@ export default { |
| 29 | 29 | ||
| 30 | .cx { | 30 | .cx { |
| 31 | background: url('../../../image/btn.png') no-repeat -4px -40px; | 31 | background: url('../../../image/btn.png') no-repeat -4px -40px; |
| 32 | cursor: pointer; | ||
| 32 | } | 33 | } |
| 33 | 34 | ||
| 34 | .cz { | 35 | .cz { |
| 35 | background: url('../../../image/btn.png') no-repeat -4px -4px; | 36 | background: url('../../../image/btn.png') no-repeat -4px -4px; |
| 37 | cursor: pointer; | ||
| 36 | } | 38 | } |
| 37 | 39 | ||
| 38 | .sb { | 40 | .sb { | ... | ... |
-
Please register or sign in to post a comment