Commit 07acd072 by yuzhenWang

Merge branch 'wyz' into 'dev'

Wyz

See merge request !112
parents 1e724831 69523651
<template> <template>
<view class=""> <view class="container">
<view class="loadTxt">Loading...</view> <view class="loadTxt">
<image
src="@/static/images/logoLanuch.png"
style="width: 50rpx; height: 50rpx;"
mode="widthFix"
/>
</view>
<restrictedTip ref="restrictedTipRef"/> <restrictedTip ref="restrictedTipRef"/>
</view> </view>
...@@ -157,10 +163,15 @@ ...@@ -157,10 +163,15 @@
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.container{
min-height: 100vh;
background-color: #fff;
box-sizing: border-box;
}
.loadTxt { .loadTxt {
margin-top: 100rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 30rpx;
} }
</style> </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