mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 14:26:43 +08:00
更换已选产品弹框背景图
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 303 KiB After Width: | Height: | Size: 428 KiB |
@@ -54,7 +54,7 @@
|
|||||||
<!-- <div class="flex justify-content-c align-items-c">
|
<!-- <div class="flex justify-content-c align-items-c">
|
||||||
<img class="icon_title_image" src="@/assets/images/kmh/title_bg.png" />
|
<img class="icon_title_image" src="@/assets/images/kmh/title_bg.png" />
|
||||||
</div> -->
|
</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;">
|
<van-radio name="1" class="radio_class" style="display: flex;justify-content: center;">
|
||||||
<template #icon="props">
|
<template #icon="props">
|
||||||
<img class="img-icon radio_icon_image" :src="props.checked ? checkedUrl : noCheckedUrl" />
|
<img class="img-icon radio_icon_image" :src="props.checked ? checkedUrl : noCheckedUrl" />
|
||||||
@@ -1110,7 +1110,7 @@
|
|||||||
}
|
}
|
||||||
.dialog_class {
|
.dialog_class {
|
||||||
width: 330px;
|
width: 330px;
|
||||||
height: 335px;
|
height: 376px;
|
||||||
background: url('../../../assets/images/kmh/dialog_bg.png');
|
background: url('../../../assets/images/kmh/dialog_bg.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user