全新popiart网站 react项目重构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
617 B

.legal-page{width:100vw;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:20px;box-sizing:border-box}.legal-page .legal-page__section{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;scroll-margin-top:20px}.legal-page .legal-page__title{text-align:center;font-size:24px;font-weight:600;color:#333;margin-bottom:20px}.legal-page .legal-page__content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;background:#fff;border-radius:10px;margin:0 20px 20px;box-shadow:0 0 10px #0000001a}