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.
 
 
 
 
 
 

41 lines
872 B

  1. <template>
  2. <view class="page padding">
  3. <view>
  4. <view class="text-center text-lg">
  5. 关注智慧校园微信公众号
  6. <br />
  7. 获取更多框架信息
  8. </view>
  9. <view class="text-center margin-tb"><img src="/static/wx-qrcode.jpg" mode="aspectFill" /></view>
  10. </view>
  11. <view>
  12. <text class="text-lg" style="line-height: 1.3em;">
  13. 智慧校园移动端框架是一款简单好用的移动端开发框架,实现了用开发网页的方式来开发接近原生体验的应用的功能。
  14. </text>
  15. </view>
  16. </view>
  17. </template>
  18. <style lang="less" scoped>
  19. image {
  20. width: 120px;
  21. height: 120px;
  22. }
  23. </style>
  24. <style lang="less">
  25. page {
  26. height: 100%;
  27. background-color: #ffffff;
  28. }
  29. /* #ifdef MP-ALIPAY */
  30. .page {
  31. height: 100%;
  32. position: absolute;
  33. background-color: #ffffff;
  34. }
  35. /* #endif */
  36. </style>