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.
|
- <template>
- <view class="page padding">
- <view>
- <view class="text-center text-lg">
- 关注智慧校园微信公众号
- <br />
- 获取更多框架信息
- </view>
- <view class="text-center margin-tb"><img src="/static/wx-qrcode.jpg" mode="aspectFill" /></view>
- </view>
-
- <view>
- <text class="text-lg" style="line-height: 1.3em;">
- 智慧校园移动端框架是一款简单好用的移动端开发框架,实现了用开发网页的方式来开发接近原生体验的应用的功能。
- </text>
- </view>
- </view>
- </template>
-
- <style lang="less" scoped>
- image {
- width: 120px;
- height: 120px;
- }
- </style>
-
- <style lang="less">
- page {
- height: 100%;
- background-color: #ffffff;
- }
-
- /* #ifdef MP-ALIPAY */
- .page {
- height: 100%;
- position: absolute;
- background-color: #ffffff;
- }
- /* #endif */
- </style>
|