You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.1 KiB
75 lines
1.1 KiB
2 years ago
|
page {
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
overflow-y: auto;
|
||
|
background: #f7f7f7;
|
||
|
font-family: PingFang SC;
|
||
|
background: linear-gradient(180deg, #E82C19 0%, #F7F7F9 30%);
|
||
|
}
|
||
|
|
||
|
.header {
|
||
|
|
||
|
width: 100%;
|
||
|
height: 250rpx;
|
||
|
|
||
|
/* position: fixed;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
z-index: 1000; */
|
||
|
}
|
||
|
|
||
|
.header .header-bg {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
/* position: absolute;
|
||
|
z-index: 10;
|
||
|
left: 0;
|
||
|
top: 0; */
|
||
|
position: absolute;
|
||
|
height: 100%;
|
||
|
z-index: -999;
|
||
|
}
|
||
|
|
||
|
.header .navigation {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
color: rgba(255, 255, 255, 0.9);
|
||
|
font-size: 32rpx;
|
||
|
position: relative;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
|
||
|
.back {
|
||
|
width: 20rpx;
|
||
|
height: 20rpx;
|
||
|
margin-left: 20rpx;
|
||
|
position: absolute;
|
||
|
margin-top: 20rpx;
|
||
|
border-radius: 0rpx;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
.list {
|
||
|
background-color: #f5f5f5;
|
||
|
margin-top: -80rpx;
|
||
|
padding: 20rpx;
|
||
|
max-height: 100vh;
|
||
|
overflow-y: auto;
|
||
|
}
|
||
|
|
||
|
.listItme {
|
||
|
background-color: #fff;
|
||
|
border-radius: 12rpx;
|
||
|
margin-top: 20rpx;
|
||
|
padding: 20rpx;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
}
|
||
|
|
||
|
.icon {
|
||
|
width: 200rpx;
|
||
|
height: 160rpx;
|
||
|
}
|