添加样式、图片

This commit is contained in:
TOP糯米 2023-03-05 22:54:15 +08:00
parent e13529b88e
commit 8b6ac146da
3 changed files with 45 additions and 0 deletions

View File

@ -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>

View File

@ -85,6 +85,12 @@
"navigationBarTitleText": "我的" "navigationBarTitleText": "我的"
} }
}, },
{
"path": "pages/member/setting",
"style": {
"navigationBarTitleText": "设置"
}
},
{ {
"path": "pages/address/address", "path": "pages/address/address",
"style": { "style": {

BIN
src/static/temp/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB