This commit is contained in:
chashaobao
2025-12-02 21:18:50 +08:00
parent a07b015d8e
commit 288521ebd9
10 changed files with 381 additions and 143 deletions

View File

@ -269,6 +269,21 @@
flex: 2 2;
.button(@height: 88px; @fontSize: 32px; @fontWeight: 500; @borderRadius: 44px;);
margin-left: 32px;
position: relative;
overflow: visible;
&-tag {
position: absolute;
right: 8px;
top: -12px;
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #FFFFFF;
padding: 2px 8px;
background: #FF5051;
border-radius: 20px 24px 24px 0px;
}
}
}
}