wip: test
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -253,6 +253,6 @@ const toPage = (type: number) => {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
@import './index.scss';
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user