This commit is contained in:
梁泽军
2025-04-16 17:29:16 +08:00
parent 7e4e3af65f
commit 83a60df68d
75 changed files with 2243 additions and 604 deletions

View File

@@ -119,7 +119,7 @@ const showVC = () => {
<style lang="scss" scoped>
.IndexPage {
@include pos(100%, 100vh, 0px, 0px);
@include pos(100%, 1624px, 0px, 0px);
overflow: hidden;
background: linear-gradient(135deg, #d6d1ca, #e5dccf);
@@ -130,8 +130,8 @@ const showVC = () => {
}
.index-container {
@include pos(750px, 1624px, 0px, 50%);
transform: translateY(-50%);
@include pos(750px, 1624px, 0px, 0px);
// transform: translateY(-50%);
.index-logo {