VIP页面更新权限背景图片

This commit is contained in:
chenruiye
2025-06-27 14:38:09 +08:00
parent 1825e05362
commit 937032d68e
3 changed files with 8 additions and 12 deletions

View File

@@ -112,10 +112,8 @@ body {
padding: 0 0.4533333333rem;
}
.content .permission .box_warp .content_box {
background: linear-gradient(180deg, #402600 6%, #060300 96%);
border: 1px solid;
border-image: linear-gradient(136deg, rgb(255, 202, 77), rgb(255, 255, 255), rgb(134, 94, 0)) 1 1;
border-radius: 0.4266666667rem;
background-image: url("../images/content_bg.png");
background-size: 100% 100%;
}
.content .permission .box_warp .content_box p {
font-family: PingFang SC, PingFang SC;

View File

@@ -137,14 +137,12 @@ body {
padding: 0 px2rem(34);
.content_box {
// width: px2rem(332);
// height: px2rem(240);
background: linear-gradient(180deg, #402600 6%, #060300 96%);
border: 1px solid;
border-image: linear-gradient(136deg, rgba(255, 201.51765704154968, 76.72566533088684, 1), rgba(255, 255, 255, 1), rgba(133.57143580913544, 93.50000962615013, 0, 1)) 1 1;
border-radius: px2rem(32);
// flex: 1;
// background: linear-gradient(180deg, #402600 6%, #060300 96%);
// border: 1px solid;
// border-image: linear-gradient(136deg, rgba(255, 201.51765704154968, 76.72566533088684, 1), rgba(255, 255, 255, 1), rgba(133.57143580913544, 93.50000962615013, 0, 1)) 1 1;
// border-radius: px2rem(32);
background-image: url('../images/content_bg.png');
background-size: 100% 100%;
p {
font-family: PingFang SC, PingFang SC;
font-weight: 400;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB