🌈 style(订单详情):更换订单详情的预付款展示图片

This commit is contained in:
Haiyi 2022-12-09 16:35:43 +08:00
parent 13482814bb
commit 5dd76cdced
2 changed files with 72 additions and 70 deletions

View File

@ -1,9 +1,12 @@
.advance_main {
background-image: url('https://cdn.zzfzyc.com/mall/crm_order_detail_bg.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 702px;
margin-top: 20px;
margin-left: 24px;
height: 238px;
background-color: #007AFF;
background-color: #007aff;
border-radius: 20px;
display: flex;
align-items: center;
@ -38,7 +41,6 @@
padding: 0 10px;
}
}
}
.cardIcon {

View File

@ -58,9 +58,9 @@ const AdvanceOrderState = ({ orderInfo, onRefresh }: Param) => {
</View>
<Text></Text>
</View>
<View className={styles.cardIcon}>
<Image className={styles.image} src={formatImgUrl('/mall/my_cart.png')} />
</View>
{/* <View className={styles.cardIcon}>
<Image className={styles.image} src="https://cdn.zzfzyc.com/mall/crm_order_detail_bg.png" />
</View> */}
<View className={styles.refresh} onClick={() => onRefresh?.()}>
<Text className={classnames(styles.mconfont, 'iconfont icon-shuaxin')}></Text>
<Text className={classnames(styles.refresh_text)}></Text>