|
@@ -319,7 +319,7 @@
|
|
|
line-height: 18px;
|
|
|
|
|
|
.discountAvatar {
|
|
|
- margin-left: 15px;
|
|
|
+ margin-left: 12px;
|
|
|
width: 34px;
|
|
|
height: 34px;
|
|
|
border-radius: 50%;
|
|
@@ -452,7 +452,7 @@
|
|
|
top: -7px;
|
|
|
width: 77px;
|
|
|
height: 20px;
|
|
|
- background: url('./new-images/icon-permanent.png') no-repeat center;
|
|
|
+ background: url('./new-images/icon-permanent1.png') no-repeat center;
|
|
|
background-size: contain;
|
|
|
|
|
|
}
|
|
@@ -537,7 +537,7 @@
|
|
|
justify-content: space-between;
|
|
|
padding: 0 20px;
|
|
|
width: calc(100% - 32px);
|
|
|
- margin: 0 16px;
|
|
|
+ margin: 0 0 0 16px;
|
|
|
// margin: 0;
|
|
|
min-height: 81px;
|
|
|
border: 2px solid #0ED8B0;
|
|
@@ -545,13 +545,16 @@
|
|
|
|
|
|
.iconPermanent {
|
|
|
left: -2px;
|
|
|
+ background: url('./new-images/icon-permanent.png') no-repeat center;
|
|
|
+ background-size: contain;
|
|
|
}
|
|
|
|
|
|
.discountTag {
|
|
|
position: absolute;
|
|
|
- left: -2px;
|
|
|
+ right: -2px;
|
|
|
top: -2px;
|
|
|
- background: url('./new-images/icon_discount.png') no-repeat center;
|
|
|
+ left: auto;
|
|
|
+ background: url('./new-images/icon_discount2.png') no-repeat center;
|
|
|
background-size: contain;
|
|
|
width: 48px;
|
|
|
height: 16px;
|