Commit 44718eccf6f8a6718530e330a735ed82e9b6a421
1 parent
bdef704e
update...
Showing
1 changed file
with
9 additions
and
4 deletions
src/main/resources/static/assets/css/main.css
| ... | ... | @@ -912,10 +912,15 @@ table tr th, table tr td{ |
| 912 | 912 | } |
| 913 | 913 | |
| 914 | 914 | .charge_pile{ |
| 915 | - padding: 9px 9px; | |
| 916 | 915 | position: absolute; |
| 917 | - top: -1px; | |
| 918 | - left: 0; | |
| 919 | - color: #F44336; | |
| 916 | + top: 11px; | |
| 917 | + left: 4px; | |
| 918 | + color: #FFFFFF; | |
| 920 | 919 | font-weight: 600; |
| 920 | + font-size: 14px; | |
| 921 | + background: #E04343; | |
| 922 | + border-radius: 50%; | |
| 923 | + width: 25px; | |
| 924 | + height: 25px; | |
| 925 | + line-height: 25px; | |
| 921 | 926 | } |
| 922 | 927 | \ No newline at end of file | ... | ... |