🌈 style(订单详情):更换订单详情的预付款展示图片
This commit is contained in:
parent
13482814bb
commit
5dd76cdced
@ -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 {
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user