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.
59 lines
1.0 KiB
59 lines
1.0 KiB
|
2 weeks ago
|
page {
|
||
|
|
background-color: #f8fafa;
|
||
|
|
}
|
||
|
|
.page-title {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 22rpx;
|
||
|
|
font-size: 36rpx;
|
||
|
|
color: #1a2020;
|
||
|
|
}
|
||
|
|
|
||
|
|
.page {
|
||
|
|
padding: 32rpx 40rpx calc(160rpx + env(safe-area-inset-bottom));
|
||
|
|
.banner {
|
||
|
|
width: 100%;
|
||
|
|
display: block;
|
||
|
|
height: 286rpx;
|
||
|
|
border-radius: 12rpx;
|
||
|
|
}
|
||
|
|
.title {
|
||
|
|
margin-top: 32rpx;
|
||
|
|
font-size: 40rpx;
|
||
|
|
color: #342317;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.content {
|
||
|
|
margin-top: 32rpx;
|
||
|
|
font-size: 32rpx;
|
||
|
|
color: #afaba9;
|
||
|
|
}
|
||
|
|
.page-footer {
|
||
|
|
position: fixed;
|
||
|
|
bottom: 0;
|
||
|
|
left: 0;
|
||
|
|
padding: 32rpx 32rpx calc(32rpx + env(safe-area-inset-bottom));
|
||
|
|
background-color: #fff;
|
||
|
|
width: 100%;
|
||
|
|
box-sizing: border-box;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 48rpx;
|
||
|
|
.o-item {
|
||
|
|
flex: 1;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
gap: 12rpx;
|
||
|
|
.icon {
|
||
|
|
width: 44rpx;
|
||
|
|
height: 44rpx;
|
||
|
|
}
|
||
|
|
.num {
|
||
|
|
font-size: 32rpx;
|
||
|
|
color: #b7b7b7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|