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

49 lines
1.1 KiB

  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">点击关注</button>
  15. </view>
  16. </view>
  17. </view>
  18. </template>
  19. <script>
  20. </script>
  21. <style>
  22. page {
  23. background-color: #F5F5F5;
  24. }
  25. .official-content {
  26. width: 686rpx;
  27. height: 510rpx;
  28. background: #FFFFFF;
  29. border-radius: 10rpx;
  30. margin: 30rpx auto;
  31. padding: 30rpx;
  32. }
  33. .tips {
  34. font-size: 28rpx;
  35. color: #333;
  36. margin-bottom: 30rpx;
  37. }
  38. .official-btn {
  39. width: 626rpx;
  40. height: 90rpx;
  41. background: #E21196;
  42. border-radius: 10rpx;
  43. color: white;
  44. font-size: 32rpx;
  45. margin-top: 30rpx;
  46. }
  47. </style>