|
|
|
@ -68,7 +68,7 @@ |
|
|
|
|
:before-close="handleClose" |
|
|
|
|
:visible.sync="dialogVisible" |
|
|
|
|
class="m-dialog" |
|
|
|
|
width="70%"> |
|
|
|
|
:width="heckIsMobile()?'70%':'20%'"> |
|
|
|
|
<span>欢迎您加入河北省非物质文化遗产保护协会</span> |
|
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
|
</span> |
|
|
|
@ -370,7 +370,7 @@ export default { |
|
|
|
|
.title{ |
|
|
|
|
font-family: Songti SC; |
|
|
|
|
font-weight: 900; |
|
|
|
|
font-size: 24px; |
|
|
|
|
font-size: 32px; |
|
|
|
|
color: #723233; |
|
|
|
|
text-align: center; |
|
|
|
|
margin: 50px 0; |
|
|
|
@ -410,7 +410,11 @@ export default { |
|
|
|
|
flex-direction: column; |
|
|
|
|
width: 100%; |
|
|
|
|
.content-title{ |
|
|
|
|
margin: -50px 0 20px; |
|
|
|
|
margin: -5px 0 20px; |
|
|
|
|
font-family: Source Han Sans SC; |
|
|
|
|
font-weight: 400; |
|
|
|
|
font-size: 24px; |
|
|
|
|
color: #1B1B1B; |
|
|
|
|
} |
|
|
|
|
.content-btns{ |
|
|
|
|
display: flex; |
|
|
|
|