梁鸿斌更新 #10

Merged
pnfwtvqce merged 3 commits from master into lhb_branch 2 years ago

@ -3,13 +3,15 @@
"pages/index/index",
"pages/logs/logs",
"pages/commemorate/commemorate",
"pages/recommend/recommend"
"pages/recommend/recommend",
"pages/wc/wc"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ddd",
"navigationBarTitleText": "银幕之旅",
"navigationBarTextStyle": "black"
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"tabBar": {
"selectedColor": "#CD5C5C",

@ -6,5 +6,6 @@
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
/**满屏幕是750rpx**/
box-sizing: border-box;
}

@ -6,6 +6,8 @@ Page({
*/
data: {
},
/**

@ -1,39 +1,34 @@
<text>可能喜欢(๑•̀ㅂ•́)و✧</text>
<view class="menu">
<view class="item">
<image src="/static/tabbar/movie.png"></image>
<text>阿斌</text>
</view>
<view class="item">
<image src="/static/tabbar/movie.png"></image>
<text>阿斌</text>
</view>
<view class="item">
<image src="/static/tabbar/movie.png"></image>
<text>阿斌</text>
</view>
<view class="item">
<image src="/static/tabbar/movie.png"></image>
<text>阿斌</text>
</view>
<view class="item">
<image src="/static/tabbar/movie.png"></image>
<text>阿斌</text>
</view>
<view class="item">
<image src="/static/tabbar/movie.png"></image>
<text>阿斌</text>
</view>
<view class="item">
<image src="/static/tabbar/movie.png"></image>
<text>阿斌</text>
</view>
<view class="item">
<image src="/static/tabbar/movie.png"></image>
<text>阿斌</text>
</view>
<view class="item">
<image src="/static/tabbar/movie.png"></image>
<text>阿斌</text>
</view>
<view>可能喜欢(๑•̀ㅂ•́)و✧</view>
<view class="zhu">
<view class="zhiyin">
<navigator url="/pages/wc/wc">
<image src="/static/tabbar/home.png"></image>
</navigator>
</view>
<view class="zhiyin">
<navigator url="/pages/wc/wc">
<image src="/static/tabbar/home.png"></image>
</navigator>
</view>
<view class="zhiyin">
<navigator url="/pages/wc/wc">
<image src="/static/tabbar/home.png"></image>
</navigator>
</view>
<view class="meme">
<navigator url="/pages/wc/wc">
<image src="/static/tabbar/commemorate.png"></image>
</navigator>
</view>
<view class="meme">
<navigator url="/pages/wc/wc">
<image src="/static/tabbar/commemorate.png"></image>
</navigator>
</view>
<view class="meme">
<navigator url="/pages/wc/wc">
<image src="/static/tabbar/commemorate.png"></image>
</navigator>
</view>
</view>

@ -1 +1,29 @@
/* pages/recommend/recommend.wxss */
/* pages/recommend/recommend.wxss */
image{
width: 500rpx;
height:500rpx;
}
.zhiyin{
height: 500rpx;
border: 1rpx solid #ddd;
/**flex布局**/
display:flex;
/**主轴方向布局行排列row或者列排列column**/
flex-direction: row;
/**控制孩子布局flex-start,center,space-around,space-between**/
justify-content: space-around;
/**副轴方向布局**/
align-items: center;
}
.meme{
height: 500rpx;
border: 1rpx solid #ddd;
/**flex布局**/
display:flex;
/**主轴方向布局行排列row或者列排列column**/
flex-direction: row;
/**控制孩子布局flex-start,center,space-around,space-between**/
justify-content: space-around;
/**副轴方向布局**/
align-items: center;
}

@ -38,7 +38,7 @@
"disablePlugins": [],
"outputPath": ""
},
"condition": false
"ignoreUploadUnusedFiles": true
},
"compileType": "miniprogram",
"libVersion": "2.19.4",

Loading…
Cancel
Save