更换已选产品弹框背景图

This commit is contained in:
xuxingjun
2024-11-27 10:20:26 +08:00
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 KiB

After

Width:  |  Height:  |  Size: 428 KiB

View File

@@ -54,7 +54,7 @@
<!-- <div class="flex justify-content-c align-items-c">
<img class="icon_title_image" src="@/assets/images/kmh/title_bg.png" />
</div> -->
<van-radio-group v-model="active_radio" style="align-items: center;padding-top: 140px">
<van-radio-group v-model="active_radio" style="align-items: center;padding-top: 180px">
<van-radio name="1" class="radio_class" style="display: flex;justify-content: center;">
<template #icon="props">
<img class="img-icon radio_icon_image" :src="props.checked ? checkedUrl : noCheckedUrl" />
@@ -1110,7 +1110,7 @@
}
.dialog_class {
width: 330px;
height: 335px;
height: 376px;
background: url('../../../assets/images/kmh/dialog_bg.png');
background-size: 100% 100%;
}