diff --git a/app.json b/app.json index a83f194..96f81b0 100644 --- a/app.json +++ b/app.json @@ -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", diff --git a/app.wxss b/app.wxss index 06c6fc9..d51ac97 100644 --- a/app.wxss +++ b/app.wxss @@ -6,5 +6,6 @@ align-items: center; justify-content: space-between; padding: 200rpx 0; + /**满屏幕是750rpx**/ box-sizing: border-box; } diff --git a/pages/index/index.wxml b/pages/index/index.wxml index e216aed..27d39f7 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -1,5 +1,5 @@ -当季热🔥 +当季热映🔥 diff --git a/pages/recommend/recommend.js b/pages/recommend/recommend.js index 768b074..838f405 100644 --- a/pages/recommend/recommend.js +++ b/pages/recommend/recommend.js @@ -6,6 +6,8 @@ Page({ */ data: { + + }, /** diff --git a/pages/recommend/recommend.wxml b/pages/recommend/recommend.wxml index b00e0bc..420cbab 100644 --- a/pages/recommend/recommend.wxml +++ b/pages/recommend/recommend.wxml @@ -1,39 +1,34 @@ -可能喜欢(๑•̀ㅂ•́)و✧ - - - - 阿斌 - - - - 阿斌 - - - - 阿斌 - - - - 阿斌 - - - - 阿斌 - - - - 阿斌 - - - - 阿斌 - - - - 阿斌 - - - - 阿斌 - +可能喜欢(๑•̀ㅂ•́)و✧ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pages/recommend/recommend.wxss b/pages/recommend/recommend.wxss index 5ff64c0..90aa4fa 100644 --- a/pages/recommend/recommend.wxss +++ b/pages/recommend/recommend.wxss @@ -1 +1,29 @@ -/* pages/recommend/recommend.wxss */ \ No newline at end of file +/* 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; +} \ No newline at end of file diff --git a/project.config.json b/project.config.json index 5a0f86f..9787187 100644 --- a/project.config.json +++ b/project.config.json @@ -38,7 +38,7 @@ "disablePlugins": [], "outputPath": "" }, - "condition": false + "ignoreUploadUnusedFiles": true }, "compileType": "miniprogram", "libVersion": "2.19.4", diff --git a/project.private.config.json b/project.private.config.json index 85d08a9..bc4582a 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,6 +1,6 @@ { "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": { "compileHotReLoad": true }