feat:常办业务
Showing
2 changed files
with
10 additions
and
3 deletions
-
Please register or sign in to post a comment
... | ... | @@ -205,7 +205,13 @@ |
padding: 3px; | ||
padding-left: 30px; | ||
display: flex; | ||
align-items: center; | ||
flex-direction: column; | ||
} | ||
dt { | ||
flex: 1; | ||
width: 100%; | ||
@include flex-center; | ||
} | ||
p:nth-child(2) { | ||
... | ... |