<template>
<view class="login-container"></view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style scoped>
.login-container {
background-color: red;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
</style>
uniapp 单页背景色铺满全屏
原创
©著作权归作者所有:来自51CTO博客作者深漂小码哥的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:【C#】常用字符串方法
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
uniapp 高度铺满全屏
在有uni-tabbar的情况下,页面铺满剩下的部分
uniapp js Powered by 金山文档 -
iOS 数字背景色 iphone背景色
有时候UI给的背景都是一张图,而我们并不想刻意去插入一个UIImageView作为背景,这里就直接可以用一张图来填充背景:
iOS backgroundColor 背景图片 UI