|
|
|
@ -223,6 +223,7 @@ |
|
|
|
|
height: 500rpx; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
padding: calc(var(--status-bar-height) + 40rpx) 20rpx 20rpx; |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
font-family: Tensentype MeiHeiJ, Tensentype MeiHeiJ; |
|
|
|
|
font-weight: bold; |
|
|
|
@ -368,8 +369,10 @@ |
|
|
|
|
padding: 20rpx 30rpx 0; |
|
|
|
|
font-family: Source Han Sans CN, Source Han Sans CN; |
|
|
|
|
position: sticky; |
|
|
|
|
top: 418px; |
|
|
|
|
/* top: 418px; */ |
|
|
|
|
top: calc(var(--status-bar-height) + 798rpx); |
|
|
|
|
z-index: 99; |
|
|
|
|
padding-bottom:30rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.Box { |
|
|
|
@ -385,6 +388,8 @@ |
|
|
|
|
align-items: center; |
|
|
|
|
position: relative; |
|
|
|
|
box-shadow: 1px 1px 3px #ccc; |
|
|
|
|
margin-top: 0; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
|
|
|
|
|
.trapezoidal { |
|
|
|
|
position: absolute; |
|
|
|
@ -432,6 +437,7 @@ |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
background: #f8fafb; |
|
|
|
|
|
|
|
|
|
.bg { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|