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,6 +95,7 @@ | ||
95 | background: #fff; | 95 | background: #fff; |
96 | transition: 0.3s ease; | 96 | transition: 0.3s ease; |
97 | margin-right: 14px; | 97 | margin-right: 14px; |
98 | + vertical-align: top; | ||
98 | &:last-of-type { | 99 | &:last-of-type { |
99 | margin-right: 0; | 100 | margin-right: 0; |
100 | } | 101 | } |
@@ -109,15 +110,15 @@ | @@ -109,15 +110,15 @@ | ||
109 | white-space: break-spaces; | 110 | white-space: break-spaces; |
110 | } | 111 | } |
111 | .tag { | 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 | font-size: 20px; | 116 | font-size: 20px; |
116 | - line-height: 32px; | 117 | + line-height: 42px; |
117 | color: #65768c; | 118 | color: #65768c; |
118 | background: #f3f7fd; | 119 | background: #f3f7fd; |
119 | border-radius: 2px; | 120 | border-radius: 2px; |
120 | - padding: 0 3px; | 121 | + padding: 0 10px; |
121 | } | 122 | } |
122 | .count_box { | 123 | .count_box { |
123 | display: flex; | 124 | display: flex; |
@@ -137,7 +138,6 @@ | @@ -137,7 +138,6 @@ | ||
137 | font-weight: bold; | 138 | font-weight: bold; |
138 | line-height: 40px; | 139 | line-height: 40px; |
139 | margin: 0; | 140 | margin: 0; |
140 | - height: 80px; | ||
141 | color: #000; | 141 | color: #000; |
142 | white-space: initial; | 142 | white-space: initial; |
143 | overflow: hidden; | 143 | overflow: hidden; |
src/views/Service/BaseDetail/c_BaseDes.vue