|
@@ -31,6 +31,10 @@
|
|
class="icon-big-give"
|
|
class="icon-big-give"
|
|
:src="require('@/assets/svg/icon-send-giveaways-s.svg')"
|
|
:src="require('@/assets/svg/icon-send-giveaways-s.svg')"
|
|
/>
|
|
/>
|
|
|
|
+ <img
|
|
|
|
+ class="icon-mark-give"
|
|
|
|
+ :src="require('@/assets/svg/icon-send-giveaways-mark.svg')"
|
|
|
|
+ />
|
|
</template>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
@@ -580,6 +584,7 @@ onBeforeUnmount(() => {
|
|
|
|
|
|
.img-wrapper {
|
|
.img-wrapper {
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ width: 38px;
|
|
margin-right: 16px;
|
|
margin-right: 16px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
|
|
@@ -599,8 +604,16 @@ onBeforeUnmount(() => {
|
|
}
|
|
}
|
|
|
|
|
|
.icon-big-give {
|
|
.icon-big-give {
|
|
- margin-left: -4px;
|
|
|
|
margin-top: 12px;
|
|
margin-top: 12px;
|
|
|
|
+ width: 34px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .icon-mark-give {
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: -2px;
|
|
|
|
+ top: 31px;
|
|
|
|
+ width: 16px;
|
|
|
|
+ height: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|