详情小程序
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

5 years ago
  1. <template>
  2. <view class="lf-w-100 lf-h-100">
  3. <view class="official-content">
  4. <view class="tips">
  5. · 你与Ta的距离可能只是相差一个公众号每日推送优质男女会员
  6. </view>
  7. <view class="tips">
  8. · 往期推荐会员发现更多小程序上没有的会员资料想多了解Ta就来这里看看
  9. </view>
  10. <view class="tips">
  11. · 报名上头条展现最美的自己吸引更多的异性脱单就是要自信你本来就很优秀
  12. </view>
  13. <view class="lf-row-center">
  14. <button class="official-btn" @click="$url('/pages/webview/index')">点击关注</button>
  15. </view>
  16. </view>
  17. </view>
  18. </template>
  19. <script>
  20. </script>
  21. <style>
  22. page {
  23. background-color: #F5F5F5;
  24. }
  25. </style>
  26. <style scoped="scoped">
  27. .official-content {
  28. width: 686rpx;
  29. height: 510rpx;
  30. background: #FFFFFF;
  31. border-radius: 10rpx;
  32. margin: 30rpx auto;
  33. padding: 30rpx;
  34. }
  35. .tips {
  36. font-size: 28rpx;
  37. color: #333;
  38. margin-bottom: 30rpx;
  39. }
  40. .official-btn {
  41. width: 626rpx;
  42. height: 90rpx;
  43. background: #E21196;
  44. border-radius: 10rpx;
  45. color: white;
  46. font-size: 32rpx;
  47. margin-top: 30rpx;
  48. }
  49. </style>