mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 07:36:44 +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">
|
||||
<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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user