🎨 style: 优化组合商品模板样式

This commit is contained in:
wangsongsole 2024-03-20 14:35:05 +08:00
parent 56fcec89cb
commit 5fabc5d453
1 changed files with 6 additions and 4 deletions

View File

@ -103,6 +103,9 @@
height: 116px;
width: 100px;
margin-left: 10px;
display: flex;
flex-direction: column;
align-items: center;
&:first-child {
margin-left: 0;
@ -111,17 +114,14 @@
.g-b-u-t {
color: #FD4B34;
font-size: 12px;
text-align: center;
}
.reduce {
text-align: center;
color: #FF877D;
font-size: 12px;
}
.money {
text-align: center;
color: #FC4A2F;
font-size: 20px;
font-weight: bold;
@ -137,9 +137,11 @@
.g-b-but {
font-size: 12px;
text-align: center;
color: #FC4934;
margin-top: 23px;
background: #fff;
padding: 3px 8px;
border-radius: 20px;
}
}
}