Commit 101a2e19e82d4937e9f954e07a939e3d1122ad64
1 parent
f9c9bfb7
Exists in
master
style:样式
Showing
2 changed files
with
6 additions
and
7 deletions
Show diff stats
src/views/Service/BaseDetail/BaseDetail.scss
| ... | ... | @@ -95,6 +95,7 @@ |
| 95 | 95 | background: #fff; |
| 96 | 96 | transition: 0.3s ease; |
| 97 | 97 | margin-right: 14px; |
| 98 | + vertical-align: top; | |
| 98 | 99 | &:last-of-type { |
| 99 | 100 | margin-right: 0; |
| 100 | 101 | } |
| ... | ... | @@ -109,15 +110,15 @@ |
| 109 | 110 | white-space: break-spaces; |
| 110 | 111 | } |
| 111 | 112 | .tag { |
| 112 | - display: inline-block; | |
| 113 | - margin-top: 2px; | |
| 114 | - margin-right: 12px; | |
| 113 | + display: block; | |
| 114 | + margin-top: 10px; | |
| 115 | + // margin-right: 12px; | |
| 115 | 116 | font-size: 20px; |
| 116 | - line-height: 32px; | |
| 117 | + line-height: 42px; | |
| 117 | 118 | color: #65768c; |
| 118 | 119 | background: #f3f7fd; |
| 119 | 120 | border-radius: 2px; |
| 120 | - padding: 0 3px; | |
| 121 | + padding: 0 10px; | |
| 121 | 122 | } |
| 122 | 123 | .count_box { |
| 123 | 124 | display: flex; |
| ... | ... | @@ -137,7 +138,6 @@ |
| 137 | 138 | font-weight: bold; |
| 138 | 139 | line-height: 40px; |
| 139 | 140 | margin: 0; |
| 140 | - height: 80px; | |
| 141 | 141 | color: #000; |
| 142 | 142 | white-space: initial; |
| 143 | 143 | overflow: hidden; | ... | ... |