2023-01-25 15:47:22 +00:00
|
|
|
.PixContent {
|
|
|
|
margin-top: 8px;
|
2023-01-25 18:36:29 +00:00
|
|
|
height: 36px;
|
2023-01-25 15:47:22 +00:00
|
|
|
display: flex;
|
2023-01-25 18:36:29 +00:00
|
|
|
align-items: center;
|
2023-01-25 15:47:22 +00:00
|
|
|
column-gap: 26px;
|
|
|
|
}
|
|
|
|
|
2023-01-25 18:36:29 +00:00
|
|
|
.ImgPixContent {
|
2023-01-25 15:47:22 +00:00
|
|
|
width: 66.01px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
2023-01-25 18:36:29 +00:00
|
|
|
.PixDiscount {
|
2023-01-25 15:47:22 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-01-25 18:36:29 +00:00
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.TextPixDiscount {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: rgba(0, 0, 0, 0.58);
|
|
|
|
}
|
|
|
|
|
|
|
|
.TextDiscount {
|
|
|
|
font-weight: 300 ;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #929292;
|
2023-01-25 15:47:22 +00:00
|
|
|
}
|