代码拉取完成,页面将自动刷新
<script>
export default {
onLaunch(e) {
},
onShow() {
},
onHide() {
}
}
</script>
<style lang="scss">
@import "@/static/iconfont/iconfont.css";
@import "@/static/css/main.css";
@import "@/common/comm.scss";
@import "uview-ui/index.scss";
page{
height: 100%;
// background-image: url(./static/img/bg.png);
background-size: 100% 100%;
}
.backImg{
position: fixed;
left:20rpx;
top:20rpx;
z-index:888;
}
.navigator-hover{
background: none;
}
.clearBox{
overflow: hidden;
}
.fl{
float: left;
}
.fr{
float: right;
}
.flex{
display: flex;
}
.flexBox{
display: flex;
align-items: center;
}
.flex_ct{
display: flex;
justify-content: center;
align-items: center;
}
.flex_bt{
display: flex;
justify-content: space-between;
align-items: center;
}
.flex_ar{
display: flex;
justify-content: space-around;
align-items: center;
}
.flex_column{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.flexItem{
flex: 1;
}
.tc{
text-align: center;
}
.tr{
text-align: right;
}
/* 清除浮动 */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.nodata {
width: 400rpx;
height: 400rpx;
margin: 30vh auto 0;
image {
height: 100%;
width: 100%;
}
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。