wip: test

This commit is contained in:
2023-12-30 21:25:49 +08:00
parent 3f3cfe0a7a
commit 0f7c3d17de
2 changed files with 6 additions and 8 deletions

View File

@@ -1,13 +1,11 @@
.taro_page {
// background-color: #fff !important;
background-image: url('../static/bj.png');
background-size: 100% 100%;
}
.container {
font-size: 30px;
padding: 30px;
padding: 20px;
box-sizing: border-box;
background-image: url('../static/bj.png');
background-size: 100% 100%;
width: 100vw;
height: 100vh;
.header {
display: flex;

View File

@@ -253,6 +253,6 @@ const toPage = (type: number) => {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
@import './index.scss';
</style>