更新
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user