修改部分细节

This commit is contained in:
张成
2025-08-23 20:52:01 +08:00
parent 5179d1aa09
commit 5a204862a7
4 changed files with 20 additions and 129 deletions

View File

@@ -7,37 +7,10 @@
display: flex;
flex-direction: column;
background: #FAFAFA;
box-sizing: border-box;
}
// 背景图片和渐变覆盖层
.background_image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
.bg_img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bg_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0) 48%,
rgba(0, 0, 0, 0.96) 86%,
rgba(0, 0, 0, 1) 100%
);
}
}
// 状态栏样式
.status_bar {
@@ -184,7 +157,9 @@
position: relative;
z-index: 5;
flex: 1;
padding: 98px 24px 0;
padding: 0px 24px ;
box-sizing: border-box;
overflow-y: auto;
// 条款标题