🌈 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,74 +1,76 @@
.advance_main {
width: 702px;
margin-top: 20px;
margin-left: 24px;
height: 238px;
background-color: #007AFF;
border-radius: 20px;
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;
border-radius: 20px;
display: flex;
align-items: center;
font-size: 24px;
color: #dddddd;
position: relative;
.time_con {
padding-left: 30px;
.times {
margin-bottom: 25px;
display: flex;
align-items: center;
.text {
margin-right: 15px;
}
.num {
width: 46px;
height: 50px;
background: #0063ce;
border-radius: 10px;
line-height: 50px;
text-align: center;
font-weight: 700;
color: #fff;
}
.separate {
padding: 0 10px;
}
}
}
.cardIcon {
width: 238px;
height: 178px;
position: absolute;
right: 0;
bottom: 0;
.image {
width: 100%;
height: 100%;
}
}
.refresh {
position: absolute;
top: 23px;
right: 20px;
display: flex;
color: #dddddd;
display: flex;
align-items: center;
font-size: 24px;
color: #dddddd;
position: relative;
.time_con {
padding-left: 30px;
.times {
margin-bottom: 25px;
display: flex;
align-items: center;
.text {
margin-right: 15px;
}
.num {
width: 46px;
height: 50px;
background: #0063ce;
border-radius: 10px;
line-height: 50px;
text-align: center;
font-weight: 700;
color: #fff;
}
.separate {
padding: 0 10px;
}
}
.mconfont {
font-size: 36px;
}
.cardIcon {
width: 238px;
height: 178px;
position: absolute;
right: 0;
bottom: 0;
.image {
width: 100%;
height: 100%;
}
}
.refresh {
position: absolute;
top: 23px;
right: 20px;
display: flex;
color: #dddddd;
display: flex;
align-items: center;
.mconfont {
font-size: 36px;
}
.refresh_text {
font-size: 25px;
}
.refresh_text {
font-size: 25px;
}
}
}

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>