Commit 07acd072 by yuzhenWang

Merge branch 'wyz' into 'dev'

Wyz

See merge request !112
parents 1e724831 69523651
<template>
<view class="">
<view class="loadTxt">Loading...</view>
<view class="container">
<view class="loadTxt">
<image
src="@/static/images/logoLanuch.png"
style="width: 50rpx; height: 50rpx;"
mode="widthFix"
/>
</view>
<restrictedTip ref="restrictedTipRef"/>
</view>
......@@ -157,10 +163,15 @@
}
</script>
<style lang="scss" scoped>
.container{
min-height: 100vh;
background-color: #fff;
box-sizing: border-box;
}
.loadTxt {
margin-top: 100rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 30rpx;
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment