代码拉取完成,页面将自动刷新
同步操作将从 凯文同学/前端铺子 - uniapp移动端 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<template>
<view class="components-bggrad">
<tn-custom>
<block slot="left">
<!-- #ifdef MP-WEIXIN -->
<navigator class='action border-custom' open-type="navigateBack" :delta="1" hover-class="none" :style="'width:' + Custom.width + 'px;height:' + Custom.height + 'px;margin-left:calc(750rpx - ' + Custom.right + 'px)'">
<text class='cuIcon-back'></text>
<text class='cuIcon-homefill'></text>
</navigator>
<!-- #endif -->
<!-- #ifdef H5 -->
<navigator class='action border-custom' open-type="navigateBack" :delta="1" hover-class="none" style="width: 174rpx;height: 64rpx;margin-left: 20rpx">
<text class='cuIcon-back'></text>
<text class='cuIcon-homefill'></text>
</navigator>
<!-- #endif -->
</block>
</tn-custom>
<view class="container" :style="'height:calc(100% - ' + Custom.height*3 + 'px)'">
<view class="box" v-if="showPage == 1">
<p>
<h3>欢迎加入我们!</h3>
</p>
<p>
<text>为了给您提供专业的健康服务,我们已为您建立专属的档案。</text>
</p>
<p>
<text>只需要1-2分钟完善信息,我们即可为您推荐适合的健康方案。</text>
</p>
<button class="blueBtn cu-btn bg-blue shadow lg">下一步</button>
<!-- <image src="https://cdn.zhoukaiwen.com/icon-guide.png"></image> -->
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
Custom: this.Custom,
showPage: 1,
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.components-bggrad {
margin: 0;
width: 100%;
height: 100vh;
background-color: #fff;
}
.container {
width: 100%;
position: absolute;
text-align: center;
text-align: left;
background-image: url(https://cdn.zhoukaiwen.com/icon-guide.png);
background-size: 70%;
background-repeat: no-repeat;
background-position: 50% 35%;
}
.box{
padding: 20rpx 30rpx 10rpx 30rpx;
font-size: 26rpx;
color: #686b78;
text-align: justify;
h3{
font-size: 38rpx;
color: #333;
margin-bottom: 10rpx;
}
}
.blueBtn {
width: 700rpx;
margin: 50rpx auto;
display: block;
line-height: 80rpx;
position: absolute;
bottom: 30rpx;
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。