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 { .container {
font-size: 30px; font-size: 30px;
padding: 30px; padding: 20px;
box-sizing: border-box; box-sizing: border-box;
background-image: url('../static/bj.png');
background-size: 100% 100%;
width: 100vw;
height: 100vh;
.header { .header {
display: flex; display: flex;

View File

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