添加样式、图片
This commit is contained in:
parent
e13529b88e
commit
8b6ac146da
39
src/App.vue
39
src/App.vue
|
@ -330,4 +330,43 @@ export default {
|
||||||
color: #ffffff;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -85,6 +85,12 @@
|
||||||
"navigationBarTitleText": "我的"
|
"navigationBarTitleText": "我的"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/member/setting",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "设置"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/address/address",
|
"path": "pages/address/address",
|
||||||
"style": {
|
"style": {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
Loading…
Reference in New Issue