按钮居中
Showing
1 changed file
with
4 additions
and
2 deletions
... | @@ -214,7 +214,9 @@ | ... | @@ -214,7 +214,9 @@ |
214 | dt { | 214 | dt { |
215 | flex: 1; | 215 | flex: 1; |
216 | width: 100%; | 216 | width: 100%; |
217 | @include flex-center; | 217 | display: flex; |
218 | align-items: center; | ||
219 | margin-left: 30px; | ||
218 | } | 220 | } |
219 | 221 | ||
220 | p:nth-child(2) { | 222 | p:nth-child(2) { |
... | @@ -251,4 +253,4 @@ | ... | @@ -251,4 +253,4 @@ |
251 | text-align: center; | 253 | text-align: center; |
252 | margin-top: 20px; | 254 | margin-top: 20px; |
253 | } | 255 | } |
254 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
256 | } | ... | ... |
-
Please register or sign in to post a comment