优化页面
This commit is contained in:
1
unpackage/dist/build/mp-weixin/pages/Forum/Forum.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/Forum/Forum.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("../../common/vendor.js"),t=require("../../common/assets.js"),o={data:()=>({title:"Hello"}),onLoad(){},methods:{},components:{tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){e.resolveComponent("tabBar")()}Math;const a=e._export_sfc(o,[["render",function(e,o,a,r,s,n){return{a:t._imports_0$1}}],["__scopeId","data-v-ab54b74c"]]);wx.createPage(a);
|
||||
6
unpackage/dist/build/mp-weixin/pages/Forum/Forum.json
vendored
Normal file
6
unpackage/dist/build/mp-weixin/pages/Forum/Forum.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"navigationBarTitleText": "论坛",
|
||||
"usingComponents": {
|
||||
"tab-bar": "../../components/tabBar/tabBar"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/pages/Forum/Forum.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/Forum/Forum.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="forum data-v-ab54b74c"><view class="bg data-v-ab54b74c"><image class="bgImg data-v-ab54b74c" src="{{a}}" mode="scaleToFill"/></view><view class="title data-v-ab54b74c">论坛</view></view><view class="tabBar data-v-ab54b74c"><tab-bar class="data-v-ab54b74c" u-i="ab54b74c-0" bind:__l="__l"></tab-bar></view>
|
||||
1
unpackage/dist/build/mp-weixin/pages/Forum/Forum.wxss
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/Forum/Forum.wxss
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.bg.data-v-ab54b74c{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-ab54b74c{width:100%;height:100%}.title.data-v-ab54b74c{position:absolute;top:120rpx;left:345rpx;font-size:34rpx;color:#100e0f;font-weight:700}
|
||||
Reference in New Issue
Block a user