feat:hhhh

This commit is contained in:
chashaobao
2025-10-06 11:49:41 +08:00
parent 7f866c51be
commit 7ba04b27ff
8 changed files with 975 additions and 106 deletions

View File

@ -7,7 +7,7 @@
padding-bottom: calc(112px + env(safe-area-inset-bottom));
&__banner {
background: fade(@blHighlightBg, 8);
background: rgb(229, 225, 248);
height: 88px;
line-height: 88px;
text-align: center;
@ -37,6 +37,63 @@
margin-bottom: 40px;
}
&__swiper {
margin-bottom: 48px;
&-wrapper {
background: #fff;
border-radius: 24px;
position: relative;
}
&-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
&__swiper-item {
box-sizing: border-box;
height: 130px;
padding: 24px 32px;
&-item {
font-style: normal;
font-size: 28px;
line-height: 40px;
color: #333333;
font-weight: 400;
position: relative;
}
&-details {
margin-top: 5px;
}
&-id {
font-size: 24px;
line-height: 36px;
color: #999999;
padding-right: 22px;
display: inline-block;
}
&-info {
font-size: 28px;
line-height: 40px;
color: #333333;
margin-right: 16px;
display: inline-block;
&:last-child {
margin-right: 0;
}
.money {
color: #ff5051;
display: inline-block;
padding-left: 8px;
}
}
}
&__card {
background: #fff;
@ -61,9 +118,14 @@
font-weight: 400;
font-size: 28px;
line-height: 40px;
color: @blColor;
&.grey {
color: @blColorG2
color: @blColorG2;
}
&.center {
text-align: center;
}
}
@ -76,6 +138,20 @@
color: #1d2129;
}
&__recommend {
display: inline-flex;
line-height: 36px;
padding: 0 8px;
height: 36px;
margin-left: 16px;
background: rgba(255, 80, 81, 0.12);
border-radius: 4px;
font-size: 24px;
color: #ff5051;
align-items: center;
gap: 6px;
}
&__special {
padding: 32px;
.flex-column();