兼兼街公众号代码
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.

176 lines
4.1 KiB

  1. <template>
  2. <view class="page-wapper">
  3. <view class="a-card">
  4. <view class="title"></view>
  5. <view class="context">
  6. <view class="content-around">
  7. <view class="con-title">致用户书</view>
  8. <p>欢迎登陆和使用 @兼兼街 本地化兼职信息服务平台您可以在这里查看到每日最新的兼职信息更新最新的哦 : ( </p>
  9. <p>本台分设长沙街超多本地兼职正在筹备值得一提的是西安街和广州街是新上花旦福利更多哦</p>
  10. <p>当然如果您在找兼职的过程中存在什么疑惑遇到了什么问题请您第一时间联系我们的客服都是可爱又温柔的小姐级哦</p>
  11. <p>最后一步请您关注我们的公众号或者微信搜索 兼兼街看完点关注回家不迷路更多精彩我们来日方长</p>
  12. </view>
  13. </view>
  14. <view class="bottom-bgr">
  15. <view style="width: 100%; height: 100%; position: relative;">
  16. <view class="foot-font">
  17. <p>联系微信jianjianjie_1688</p>
  18. <p>合作联系湖南瀚海黎明信息科技</p>
  19. </view>
  20. <view class="qrcode">
  21. <view class="cool-button" @click="onclick()">👉去关注</view>
  22. </view>
  23. </view>
  24. </view>
  25. </view>
  26. </view>
  27. </template>
  28. <script>
  29. import html2canvas from 'html2canvas';
  30. import uQRCode from '@/common/uqrcode.js'
  31. export default{
  32. data(){
  33. return{
  34. userInfo: {},
  35. role:0,
  36. cellList: [],
  37. base64: ''
  38. }
  39. },
  40. onShow() {
  41. },
  42. onReady() {
  43. this.$com.displayNav()
  44. },
  45. methods:{
  46. onclick:() => {
  47. window.location = "https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzkzMzI2NDc1Ng==#wechat_redirect"
  48. }
  49. }
  50. }
  51. </script>
  52. <style lang="scss">
  53. .page-wapper {
  54. width: 100vw;
  55. height: 100vh;
  56. background-color: #3da8ff;
  57. .a-card {
  58. width: 600rpx;
  59. height: 880rpx;
  60. background-color: #fff;
  61. position: absolute;
  62. top: calc(50vh - 484rpx);
  63. left: calc(50vw - 300rpx);
  64. border-radius: 20rpx;
  65. box-shadow: 20rpx 10rpx 20rpx 10rpx #345dc7;
  66. .title {
  67. width: 36%;
  68. height: 80rpx;
  69. position: absolute;
  70. left: 200rpx;
  71. top: 60rpx;
  72. // background: url("@/static/5.jpg");
  73. background-size: 100% 100% ;
  74. background-position: 40% 75%;
  75. }
  76. .context {
  77. position: absolute;
  78. left: 40rpx;
  79. top: 178rpx;
  80. width: 480rpx;
  81. p {
  82. text-indent: 2em;
  83. }
  84. .content-around {
  85. color: #999;
  86. font-size: 24rpx;
  87. line-height: 34rpx;
  88. .con-title {
  89. background-color: #3871ce;
  90. color: #FFF;
  91. width: 120rpx;
  92. height: 45rpx;
  93. line-height: 45rpx;
  94. border-bottom-right-radius: 70rpx;
  95. border-top-left-radius: 70rpx;
  96. box-shadow: 10rpx 5rpx 20rpx 10rpx rgba(0, 0, 0, .1);
  97. font-size: 30rpx;
  98. font-weight: 500;
  99. margin: 20rpx 0;
  100. padding: 0 40rpx;
  101. }
  102. }
  103. }
  104. .bottom-bgr {
  105. width: 100%;
  106. height: 180rpx;
  107. position: absolute;
  108. left: 0;
  109. bottom: 0;
  110. background: url("@/static/4.png");
  111. background-size: 160% 100% ;
  112. background-position: 40% 75%;
  113. .foot-font {
  114. position: absolute;
  115. bottom: 20rpx;
  116. left: 40rpx;
  117. font-size: 20rpx;
  118. line-height: 24rpx;
  119. color: #222;
  120. }
  121. .qrcode {
  122. position: absolute;
  123. bottom: 20rpx;
  124. right: -200rpx;
  125. width: 400rpx !important;
  126. }
  127. }
  128. .cool-button {
  129. font-weight: 900;
  130. font-size: 40rpx;
  131. color: white;
  132. background-color: rgba(1, 1, 1, .0);
  133. border: none;
  134. text-align: left;
  135. text-decoration: none;
  136. display: inline-block;
  137. margin: 4px 2px;
  138. cursor: pointer;
  139. transition-duration: 0.4s;
  140. }
  141. .cool-button:active {
  142. transform: translateX(30rpx);
  143. }
  144. }
  145. }
  146. .page-wapper {
  147. background: linear-gradient(to bottom, #345dc7, #00FFFF, #3da8ff);
  148. background-size: 200% 200%;
  149. animation: gradient 20s ease infinite;
  150. }
  151. @keyframes gradient {
  152. 0% { background-position: 0% 0%; } /* 背景位置从左上角开始 */
  153. 50% { background-position: 100% 100%; } /* 背景位置变化到右下角 */
  154. 100% { background-position: 0% 0%; } /* 背景位置回到左上角 */
  155. }
  156. </style>