publishResult.vue 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <template>
  2. <view class="default_page adffc" :style="{'height':h+'px', 'padding-top':mt+'px'}">
  3. <cus-header title='发布结果'></cus-header>
  4. <view class="xcx">
  5. <view class="box">
  6. <view class="box-title">{{title}}</view>
  7. <view class="box-fill">
  8. <view class="box-fill-bottom adfacjb">
  9. <view class="box-fill-bottom-left adfac">
  10. <image :src="imgBase+'publish_result_avatar.png'"></image>
  11. <text>邀请填写</text>
  12. </view>
  13. <view class="box-fill-bottom-right">进入</view>
  14. </view>
  15. </view>
  16. <view class="box-bottom adfac">
  17. <image :src="imgBase+'publish_result_xcx.png'"></image>
  18. <text>小程序</text>
  19. </view>
  20. </view>
  21. </view>
  22. <view class="share">
  23. <view class="share-title">分享到</view>
  24. <view class="share-menu adf">
  25. <view class="share-menu-pre adffcac">
  26. <image :src="imgBase+'publish_result_wx.png'"></image>
  27. <text>微信好友</text>
  28. </view>
  29. <view class="share-menu-pre adffcac">
  30. <image :src="imgBase+'publish_result_pyq.png'"></image>
  31. <text>朋友圈</text>
  32. </view>
  33. <view class="share-menu-pre adffcac">
  34. <image :src="imgBase+'publish_result_copy.png'"></image>
  35. <text>复制链接</text>
  36. </view>
  37. </view>
  38. </view>
  39. </view>
  40. </template>
  41. <script>
  42. export default {
  43. data(){
  44. return {
  45. title:''
  46. }
  47. },
  48. onLoad(options){
  49. this.title = options.title;
  50. },
  51. methods:{
  52. }
  53. }
  54. </script>
  55. <style scoped lang="scss">
  56. .default_page{
  57. box-sizing: border-box;
  58. .xcx{
  59. padding: 70rpx 155rpx;
  60. .box{
  61. background: #FFFFFF;
  62. border-radius: 8rpx;
  63. padding: 40rpx 24rpx 18rpx;
  64. &-title{
  65. font-family: PingFangSC, PingFang SC;
  66. font-weight: 400;
  67. font-size: 24rpx;
  68. color: #002846;
  69. line-height: 32rpx;
  70. }
  71. &-fill{
  72. margin-top: 34rpx;
  73. width: 100%;
  74. height: 322rpx;
  75. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/publish_result_bg1.png') no-repeat;
  76. background-size: 100% 100%;
  77. display: flex;
  78. flex-direction: column;
  79. justify-content: flex-end;
  80. padding: 0 5rpx 5rpx;
  81. &-bottom{
  82. width: 100%;
  83. height: 84rpx;
  84. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/publish_result_bg2.png') no-repeat;
  85. background-size: 100% 100%;
  86. padding: 13rpx 16rpx;
  87. box-sizing: border-box;
  88. &-left{
  89. image{
  90. width: 56rpx;
  91. height: 56rpx;
  92. }
  93. text{
  94. font-family: PingFangSC, PingFang SC;
  95. font-weight: 400;
  96. font-size: 24rpx;
  97. color: #002846;
  98. line-height: 33rpx;
  99. margin-left: 12rpx;
  100. }
  101. }
  102. &-right{
  103. width: 86rpx;
  104. height: 42rpx;
  105. background: #33A7A7;
  106. border-radius: 10rpx;
  107. font-family: PingFangSC, PingFang SC;
  108. font-weight: 400;
  109. font-size: 24rpx;
  110. color: #FFFFFF;
  111. line-height: 42rpx;
  112. text-align: center;
  113. letter-spacing: 2rpx;
  114. }
  115. }
  116. }
  117. &-bottom{
  118. margin-top: 16rpx;
  119. border-top: 1rpx solid #EFEFEF;
  120. padding-top: 10rpx;
  121. image{
  122. width: 24rpx;
  123. height: 24rpx;
  124. }
  125. text{
  126. font-family: PingFangSC, PingFang SC;
  127. font-weight: 400;
  128. font-size: 20rpx;
  129. color: #95A5B1;
  130. line-height: 20rpx;
  131. margin-left: 8rpx;
  132. }
  133. }
  134. }
  135. }
  136. .share{
  137. flex: 1;
  138. background: #FFFFFF;
  139. border-radius: 24rpx 24rpx 0rpx 0rpx;
  140. padding: 40rpx 30rpx;
  141. &-title{
  142. font-family: PingFang-SC, PingFang-SC;
  143. font-weight: bold;
  144. font-size: 30rpx;
  145. color: #002846;
  146. line-height: 42rpx;
  147. padding-left: 10rpx;
  148. }
  149. &-menu{
  150. flex-wrap: wrap;
  151. &-pre{
  152. width: calc(100% / 3);
  153. margin-top: 42rpx;
  154. image{
  155. width: 102rpx;
  156. height: 102rpx;
  157. }
  158. text{
  159. font-family: PingFangSC, PingFang SC;
  160. font-weight: 400;
  161. font-size: 26rpx;
  162. color: #002846;
  163. line-height: 37rpx;
  164. text-align: center;
  165. margin-top: 24rpx;
  166. }
  167. }
  168. }
  169. }
  170. }
  171. </style>