fixed 修改选择规格的弹窗样式

This commit is contained in:
AERWEN\26795 2023-10-24 11:51:54 +08:00
parent 7e20569886
commit b0dea78672

View File

@ -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;
}