详情小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

51 lines
1.1 KiB

<template>
<view class="lf-w-100 lf-h-100">
<view class="official-content">
<view class="tips">
· 你与Ta的距离可能只是相差一个公众号每日推送优质男女会员
</view>
<view class="tips">
· 往期推荐会员发现更多小程序上没有的会员资料想多了解Ta就来这里看看
</view>
<view class="tips">
· 报名上头条展现最美的自己吸引更多的异性脱单就是要自信你本来就很优秀
</view>
<view class="lf-row-center">
<button class="official-btn" @click="$url('/pages/webview/index')">点击关注</button>
</view>
</view>
</view>
</template>
<script>
</script>
<style>
page {
background-color: #F5F5F5;
}
</style>
<style scoped="scoped">
.official-content {
width: 686rpx;
height: 510rpx;
background: #FFFFFF;
border-radius: 10rpx;
margin: 30rpx auto;
padding: 30rpx;
}
.tips {
font-size: 28rpx;
color: #333;
margin-bottom: 30rpx;
}
.official-btn {
width: 626rpx;
height: 90rpx;
background: #E21196;
border-radius: 10rpx;
color: white;
font-size: 32rpx;
margin-top: 30rpx;
}
</style>