默认提交
Showing
15 changed files
with
53 additions
and
37 deletions
-
Please register or sign in to post a comment
... | ... | @@ -34,8 +34,9 @@ |
.modal { | ||
position: relative; | ||
width: 1000px; | ||
margin: 0 auto; | ||
.content { | ||
&-content { | ||
display: flex; | ||
justify-content: flex-start; | ||
align-items: center; | ||
... | ... |
... | ... | @@ -83,10 +83,12 @@ $borderRadius:6px; |
} | ||
.title { | ||
@extend .bb; | ||
font-size: 36px; | ||
color: $cOrange2; | ||
font-weight: bold; | ||
letter-spacing: 2.45px; | ||
// padding:0 92px; | ||
} | ||
.desc { | ||
... | ... |