login.vue 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <template>
  2. <view class="page">
  3. <view class="u-flex-col u-col-center">
  4. <view class="border">
  5. <image style="width: 116rpx;height: 116rpx;" src="" mode=""></image>
  6. </view>
  7. <view class="quanxian">
  8. 粉丝私域会员服务中心 申请获得以下权限
  9. </view>
  10. <view class="info">获得你的公开信息 (昵称、头像等)</view>
  11. </view>
  12. <view class="content">
  13. <view class="top_title">
  14. 粉丝私域会员服务中心用户协议及隐私政策
  15. </view>
  16. <view class="top_content">
  17. 感谢您使用“粉丝私域会员服务中心”小程序,为了让您有更好的使用体验并充分保障您的权益,请您详细阅读、充分理解以下各条款内容。
  18. </view>
  19. <view class="bottom">
  20. <view class="title">
  21. 粉丝私域会员服务中心用户协议
  22. </view>
  23. <view class="shuoming">
  24. 欢迎您使用“粉丝私域会员服务中心”并使用会员中心
  25. 服务。
  26. </view>
  27. <view class="tiaokuan">
  28. 【提示条款】
  29. </view>
  30. <view class="content1">
  31. 为了维护您自身权益,您在申请注册流程中采取进一步操作之前,请务必审慎阅读、充分理解《粉丝私域会员服务中心用户服务协议》(以下简称|“本协议”)与《隐私政策》的各条款内容,尤其是以加粗形式提示您注意的关于免除或者限制责任的条款、法律适用和争议解决条款。前述协议构成统一整体,您对本协议的接受即受全部条款的约束。此外,本协议各条款前所列索引关键词仅为帮助您理解该条款表达的主旨之用,不影响或限制本协议的含义或解
  32. </view>
  33. </view>
  34. </view>
  35. <view class="yinsi .u-flex-col u-col-center">
  36. <u-checkbox-group @change="checkboxGroupChange">
  37. <view class="u-flex" style="margin-bottom: 86rpx;">
  38. <u-checkbox shape="circle" v-model="checked" :name="1"></u-checkbox>
  39. <text class="enter">您同意并接受</text>
  40. <view class="xieyi">
  41. <text @click="toxieyi">《用户服务协议》</text>
  42. <text @click="toyinsi">《隐私政策》</text>
  43. </view>
  44. </view>
  45. </u-checkbox-group>
  46. <view @click="toindex" class="u-flex u-row-center button">
  47. 微信用户一键登录
  48. </view>
  49. </view>
  50. </view>
  51. </template>
  52. <script>
  53. export default {
  54. data() {
  55. return {
  56. checked: false,
  57. };
  58. },
  59. methods: {
  60. //复选框
  61. checkboxGroupChange(e) {
  62. console.log(e);
  63. },
  64. // 跳转到协议
  65. toxieyi(){
  66. uni.navigateTo({
  67. url:'/pageA/xieyi'
  68. })
  69. },
  70. //跳转到隐私
  71. toyinsi(){
  72. uni.navigateTo({
  73. url:'/pageA/yinsi'
  74. })
  75. },
  76. toindex(){
  77. uni.switchTab({
  78. url:'/pages/index/index'
  79. })
  80. }
  81. }
  82. }
  83. </script>
  84. <style lang="scss">
  85. .page {
  86. padding: 0 24rpx;
  87. background-color: #F6F5FA;
  88. min-height: 100vh;
  89. border: 2rpx solid rgba(255, 255, 255, 0);
  90. }
  91. .button {
  92. width: 370rpx;
  93. height: 92rpx;
  94. background: rgba(143, 211, 243, 1);
  95. border-radius: 46rpx;
  96. text-align: center;
  97. line-height: 92rpx;
  98. font-size: 32rpx;
  99. font-family: PingFang SC;
  100. font-weight: 600;
  101. line-height: 52rpx;
  102. color: #FFFFFF;
  103. }
  104. .yinsi {
  105. margin: 46rpx 0 66rpx 0;
  106. justify-content: center;
  107. .enter {
  108. font-size: 26rpx;
  109. font-family: PingFang SC;
  110. font-weight: 600;
  111. line-height: 52rpx;
  112. color: #959595;
  113. }
  114. .xieyi {
  115. font-size: 26rpx;
  116. font-family: PingFang SC;
  117. font-weight: 600;
  118. line-height: 52rpx;
  119. color: #6C89FF;
  120. text-decoration: underline;
  121. // border-bottom: 2rpx solid #6C89FF;
  122. }
  123. }
  124. .content {
  125. width: 702rpx;
  126. height: 922rpx;
  127. background: rgba(255, 255, 255, 1);
  128. border-radius: 12rpx;
  129. padding: 28rpx 23rpx 38rpx;
  130. box-sizing: border-box;
  131. .top_title {
  132. font-size: 30rpx;
  133. font-family: PingFang SC;
  134. font-weight: 600;
  135. line-height: 42rpx;
  136. color: #000000;
  137. text-align: center;
  138. // opacity: 1;
  139. }
  140. .top_content {
  141. font-size: 24rpx;
  142. font-family: PingFang SC;
  143. font-weight: 400;
  144. line-height: 34rpx;
  145. color: #323337;
  146. margin: 22rpx 0 10rpx 0;
  147. }
  148. .bottom {
  149. width: 656rpx;
  150. height: 674rpx;
  151. background: #EDEDED;
  152. // opacity: 1;
  153. border-radius: 14rpx;
  154. padding: 22rpx 24rpx 50rpx;
  155. .title {
  156. font-size: 28rpx;
  157. font-family: PingFang SC;
  158. font-weight: 600;
  159. line-height: 40rpx;
  160. color: #323337;
  161. }
  162. .shuoming {
  163. font-size: 26rpx;
  164. font-family: PingFang SC;
  165. font-weight: 400;
  166. line-height: 36rpx;
  167. color: #323337;
  168. margin: 22rpx 0;
  169. }
  170. .tiaokuan {
  171. font-size: 26rpx;
  172. font-family: PingFang SC;
  173. font-weight: 500;
  174. line-height: 36rpx;
  175. color: #323337;
  176. }
  177. .content1 {
  178. font-size: 26rpx;
  179. font-family: PingFang SC;
  180. font-weight: 400;
  181. line-height: 52rpx;
  182. color: #323337;
  183. }
  184. }
  185. }
  186. .border {
  187. width: 128rpx;
  188. height: 128rpx;
  189. border: 2px solid #AB7BFF;
  190. border-radius: 50%;
  191. // opacity: 1;
  192. padding: 6;
  193. margin: 34rpx 0;
  194. }
  195. .quanxian {
  196. font-size: 32rpx;
  197. font-family: PingFang SC;
  198. font-weight: 600;
  199. line-height: 44rpx;
  200. color: #000000;
  201. // opacity: 1;
  202. }
  203. .info {
  204. font-size: 28rpx;
  205. font-family: PingFang SC;
  206. font-weight: 400;
  207. line-height: 40rpx;
  208. color: #959595;
  209. opacity: 1;
  210. margin: 10rpx 0 20rpx 0;
  211. }
  212. </style>