修改整体字号

This commit is contained in:
X1627315083
2024-01-09 15:30:20 +08:00
parent d4b8b4a32e
commit 814c7cba31
25 changed files with 79 additions and 68 deletions

View File

@@ -561,7 +561,7 @@ export default defineComponent({
left: 50%;
transform: translate(-50%,-50%);
// width: 60rem;
width: 150rem;
width: 130rem;
background: #FFFFFF;
// box-shadow: -0.3rem 2rem 5.9rem 0px rgba(200,200,200,0.3);
border-radius: 1rem;
@@ -873,10 +873,10 @@ export default defineComponent({
}
.marign_top30 {
margin-top: 3rem;
margin-top: 2rem;
}
.marign_top40 {
margin-top: 4rem;
margin-top: 3rem;
}
.tip_content {