diff --git a/pages.json b/pages.json index 8e66426..e31cd83 100644 --- a/pages.json +++ b/pages.json @@ -194,7 +194,8 @@ "style" : { "navigationBarTitleText" : "", - "enablePullDownRefresh" : false + "enablePullDownRefresh" : false, + "navigationStyle": "custom" } }] }], diff --git a/static/base_css.css b/static/base_css.css index aebf4af..c9c3774 100644 --- a/static/base_css.css +++ b/static/base_css.css @@ -267,16 +267,12 @@ h3.contit span { position: relative; top: 0; width: 100%; - height: calc(100% - 60rpx); + height: calc(100% - 8vh); background-image: linear-gradient(to bottom, #bac6fc, transparent 40%); box-sizing: content-box; overflow: hidden; } -.mainwrap3 { - overflow-y: hidden; -} - .tabwrap { position: fixed; top: 220rpx; diff --git a/subpkg/userInfo/userInfo.vue b/subpkg/userInfo/userInfo.vue index 42bf445..7eec305 100644 --- a/subpkg/userInfo/userInfo.vue +++ b/subpkg/userInfo/userInfo.vue @@ -1,83 +1,96 @@ + .item image { + width: 150rpx; + height: 150rpx; + border-radius: 10rpx; + margin: 10rpx; + } + \ No newline at end of file