mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-05-09 19:25:20 +08:00
stylus 语法换成 saas 语法
This commit is contained in:
@@ -8,19 +8,19 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {ref} from "vue"
|
||||
import { ref } from 'vue'
|
||||
|
||||
const winHeight = ref(window.innerHeight)
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
<style lang="scss" scoped>
|
||||
.page-404 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: #282c34;
|
||||
|
||||
.inner {
|
||||
text-align center
|
||||
text-align: center;
|
||||
|
||||
h1 {
|
||||
color: #202020;
|
||||
@@ -31,10 +31,9 @@ const winHeight = ref(window.innerHeight)
|
||||
}
|
||||
|
||||
h2 {
|
||||
color #ffffff;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user