publishResult.vue 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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">{{'GW+MC PREILL36测评题库版本'}}</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. }
  46. },
  47. methods:{
  48. }
  49. }
  50. </script>
  51. <style scoped lang="scss">
  52. .default_page{
  53. box-sizing: border-box;
  54. .xcx{
  55. padding: 70rpx 155rpx;
  56. .box{
  57. background: #FFFFFF;
  58. border-radius: 8rpx;
  59. padding: 40rpx 24rpx 18rpx;
  60. &-title{
  61. font-family: PingFangSC, PingFang SC;
  62. font-weight: 400;
  63. font-size: 24rpx;
  64. color: #002846;
  65. line-height: 32rpx;
  66. }
  67. &-fill{
  68. margin-top: 34rpx;
  69. width: 100%;
  70. height: 322rpx;
  71. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/publish_result_bg1.png') no-repeat;
  72. background-size: 100% 100%;
  73. display: flex;
  74. flex-direction: column;
  75. justify-content: flex-end;
  76. padding: 0 5rpx 5rpx;
  77. &-bottom{
  78. width: 100%;
  79. height: 84rpx;
  80. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/publish_result_bg2.png') no-repeat;
  81. background-size: 100% 100%;
  82. padding: 13rpx 16rpx;
  83. box-sizing: border-box;
  84. &-left{
  85. image{
  86. width: 56rpx;
  87. height: 56rpx;
  88. }
  89. text{
  90. font-family: PingFangSC, PingFang SC;
  91. font-weight: 400;
  92. font-size: 24rpx;
  93. color: #002846;
  94. line-height: 33rpx;
  95. margin-left: 12rpx;
  96. }
  97. }
  98. &-right{
  99. width: 86rpx;
  100. height: 42rpx;
  101. background: #33A7A7;
  102. border-radius: 10rpx;
  103. font-family: PingFangSC, PingFang SC;
  104. font-weight: 400;
  105. font-size: 24rpx;
  106. color: #FFFFFF;
  107. line-height: 42rpx;
  108. text-align: center;
  109. letter-spacing: 2rpx;
  110. }
  111. }
  112. }
  113. &-bottom{
  114. margin-top: 16rpx;
  115. border-top: 1rpx solid #EFEFEF;
  116. padding-top: 10rpx;
  117. image{
  118. width: 24rpx;
  119. height: 24rpx;
  120. }
  121. text{
  122. font-family: PingFangSC, PingFang SC;
  123. font-weight: 400;
  124. font-size: 20rpx;
  125. color: #95A5B1;
  126. line-height: 20rpx;
  127. margin-left: 8rpx;
  128. }
  129. }
  130. }
  131. }
  132. .share{
  133. flex: 1;
  134. background: #FFFFFF;
  135. border-radius: 24rpx 24rpx 0rpx 0rpx;
  136. padding: 40rpx 30rpx;
  137. &-title{
  138. font-family: PingFang-SC, PingFang-SC;
  139. font-weight: bold;
  140. font-size: 30rpx;
  141. color: #002846;
  142. line-height: 42rpx;
  143. padding-left: 10rpx;
  144. }
  145. &-menu{
  146. flex-wrap: wrap;
  147. &-pre{
  148. width: calc(100% / 3);
  149. margin-top: 42rpx;
  150. image{
  151. width: 102rpx;
  152. height: 102rpx;
  153. }
  154. text{
  155. font-family: PingFangSC, PingFang SC;
  156. font-weight: 400;
  157. font-size: 26rpx;
  158. color: #002846;
  159. line-height: 37rpx;
  160. text-align: center;
  161. margin-top: 24rpx;
  162. }
  163. }
  164. }
  165. }
  166. }
  167. </style>