宗地分割细节优化
Showing
2 changed files
with
8 additions
and
3 deletions
| ... | @@ -54,11 +54,16 @@ export default { | ... | @@ -54,11 +54,16 @@ export default { |
| 54 | } | 54 | } |
| 55 | } | 55 | } |
| 56 | li:hover{ | 56 | li:hover{ |
| 57 | background: #eee; | 57 | background: #F0F9FF; |
| 58 | } | ||
| 59 | .cantClick{ | ||
| 60 | color: #BBB!important; | ||
| 61 | cursor: not-allowed!important; | ||
| 62 | } | ||
| 63 | .cantClick:hover{ | ||
| 64 | background: #ffffff!important; | ||
| 58 | } | 65 | } |
| 59 | .choosed{ | 66 | .choosed{ |
| 60 | color: #4EB2FF; | ||
| 61 | background-color: #F0F9FF!important; | ||
| 62 | i{ | 67 | i{ |
| 63 | display: inline-block; | 68 | display: inline-block; |
| 64 | } | 69 | } | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment