This commit is contained in:
Andy Leong
2024-01-04 13:44:33 +08:00
parent fab1b96137
commit 7905cb5fb7
3 changed files with 6 additions and 2 deletions

View File

@@ -32,11 +32,13 @@ const show = (event) => {
@include pos(100%, 100%, 0px, 0px);
background-color: rgb(223, 15, 60);
overflow: hidden;
max-width: 100%;
.load-bg {
@include pos(750px, 100%, 0px, 50%);
transform: translateY(-50%);
}
.load-container {
@include pos(750px, 100%, 0px, 50%);
transform: translateY(-50%);
@@ -46,6 +48,7 @@ const show = (event) => {
@include box(300px, 300px);
@include flexCen();
}
.btn {
@include box(200px, 40px);
line-height: 40px;

View File

@@ -24,7 +24,7 @@ const indexFn = (item) => {
}
};
onMounted(() => {});
onMounted(() => { });
</script>
<style lang="scss" >
@@ -32,6 +32,7 @@ onMounted(() => {});
overflow: hidden;
background-color: rgb(255, 255, 255);
}
.home {
@include box(750px, 100vh);
// position: relative;