27 lines
437 B
Plaintext
27 lines
437 B
Plaintext
.goods-list-wrap {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: space-between;
|
|
padding: 0;
|
|
background: #fff;
|
|
}
|
|
|
|
.t-toast__content {
|
|
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;
|
|
} |