fixed 修改选择规格的弹窗样式
This commit is contained in:
parent
7e20569886
commit
b0dea78672
@ -9,3 +9,19 @@
|
|||||||
.t-toast__content {
|
.t-toast__content {
|
||||||
z-index: 12001 !important;
|
z-index: 12001 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup-sku__price-num {
|
||||||
|
font-size: 50rpx;
|
||||||
|
color: #fa4126;
|
||||||
|
font-weight: bold;
|
||||||
|
font-family: DIN Alternate;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-sku__price-del {
|
||||||
|
position: relative;
|
||||||
|
font-weight: normal;
|
||||||
|
left: 12rpx;
|
||||||
|
bottom: 2rpx;
|
||||||
|
color: #999999;
|
||||||
|
font-size: 32rpx;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user