🎨 style: 优化组合商品模板样式
This commit is contained in:
parent
56fcec89cb
commit
5fabc5d453
|
@ -103,6 +103,9 @@
|
||||||
height: 116px;
|
height: 116px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -111,17 +114,14 @@
|
||||||
.g-b-u-t {
|
.g-b-u-t {
|
||||||
color: #FD4B34;
|
color: #FD4B34;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.reduce {
|
.reduce {
|
||||||
text-align: center;
|
|
||||||
color: #FF877D;
|
color: #FF877D;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.money {
|
.money {
|
||||||
text-align: center;
|
|
||||||
color: #FC4A2F;
|
color: #FC4A2F;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -137,9 +137,11 @@
|
||||||
|
|
||||||
.g-b-but {
|
.g-b-but {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
|
||||||
color: #FC4934;
|
color: #FC4934;
|
||||||
margin-top: 23px;
|
margin-top: 23px;
|
||||||
|
background: #fff;
|
||||||
|
padding: 3px 8px;
|
||||||
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue