梁鸿斌更新

pull/10/head
abin 1 year ago
parent 673e3bcc5d
commit 4c33cf79de

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

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

@ -1,5 +1,5 @@
<!--index.wxml--> <!--index.wxml-->
<text>当季热🔥</text> <text>当季热🔥</text>
<view class="menu"> <view class="menu">
<view class="item"> <view class="item">
<image src="/static/tabbar/movie.png"></image> <image src="/static/tabbar/movie.png"></image>

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

@ -1,39 +1,34 @@
<text>可能喜欢(๑•̀ㅂ•́)و✧</text> <view>可能喜欢(๑•̀ㅂ•́)و✧</view>
<view class="menu"> <view class="zhu">
<view class="item"> <view class="zhiyin">
<image src="/static/tabbar/movie.png"></image> <navigator url="/pages/wc/wc">
<text>阿斌</text> <image src="/static/tabbar/home.png"></image>
</view> </navigator>
<view class="item"> </view>
<image src="/static/tabbar/movie.png"></image> <view class="zhiyin">
<text>阿斌</text> <navigator url="/pages/wc/wc">
</view> <image src="/static/tabbar/home.png"></image>
<view class="item"> </navigator>
<image src="/static/tabbar/movie.png"></image> </view>
<text>阿斌</text> <view class="zhiyin">
</view> <navigator url="/pages/wc/wc">
<view class="item"> <image src="/static/tabbar/home.png"></image>
<image src="/static/tabbar/movie.png"></image> </navigator>
<text>阿斌</text> </view>
</view>
<view class="item"> <view class="meme">
<image src="/static/tabbar/movie.png"></image> <navigator url="/pages/wc/wc">
<text>阿斌</text> <image src="/static/tabbar/commemorate.png"></image>
</view> </navigator>
<view class="item"> </view>
<image src="/static/tabbar/movie.png"></image> <view class="meme">
<text>阿斌</text> <navigator url="/pages/wc/wc">
</view> <image src="/static/tabbar/commemorate.png"></image>
<view class="item"> </navigator>
<image src="/static/tabbar/movie.png"></image> </view>
<text>阿斌</text> <view class="meme">
</view> <navigator url="/pages/wc/wc">
<view class="item"> <image src="/static/tabbar/commemorate.png"></image>
<image src="/static/tabbar/movie.png"></image> </navigator>
<text>阿斌</text>
</view>
<view class="item">
<image src="/static/tabbar/movie.png"></image>
<text>阿斌</text>
</view> </view>
</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": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
}, },
"condition": false "ignoreUploadUnusedFiles": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.19.4", "libVersion": "2.19.4",

@ -1,6 +1,6 @@
{ {
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "Journey_to_the_Screen", "projectname": "%E9%93%B6%E5%B9%95%E4%B9%8B%E6%97%85",
"setting": { "setting": {
"compileHotReLoad": true "compileHotReLoad": true
} }

Loading…
Cancel
Save