diff --git a/src/App.vue b/src/App.vue index dbf6218..8e37891 100644 --- a/src/App.vue +++ b/src/App.vue @@ -330,4 +330,43 @@ export default { color: #ffffff; } } +// 沉浸样式 +.immerse-image { + position: absolute; + top: 0; + width: 100%; + line-height: 0; + .image { + width: 100%; + height: 590rpx; + } +} +.immerse-main { + position: relative; + width: 100%; + box-sizing: border-box; + .head-title { + width: 100%; + text-align: center; + padding: 30rpx 0 40rpx 0; + .title { + font-size: 56rpx; + font-weight: bold; + font-style: italic; + color: #ffffff; + line-height: 56rpx; + } + .color { + color: #ffce25; + } + .desc { + display: block; + font-size: 24rpx; + font-weight: bold; + color: #ffffff; + line-height: 24rpx; + margin-top: 42rpx; + } + } +} diff --git a/src/pages.json b/src/pages.json index 1192c0a..048bd34 100644 --- a/src/pages.json +++ b/src/pages.json @@ -85,6 +85,12 @@ "navigationBarTitleText": "我的" } }, + { + "path": "pages/member/setting", + "style": { + "navigationBarTitleText": "设置" + } + }, { "path": "pages/address/address", "style": { diff --git a/src/static/temp/1.png b/src/static/temp/1.png new file mode 100644 index 0000000..d3ec6dd Binary files /dev/null and b/src/static/temp/1.png differ