Commit 287a2840 authored by 魏保保's avatar 魏保保

wbb

parent 951c8dac
......@@ -3,6 +3,7 @@
<!-- 订单 order -->
<view class="shoporderdetale xiangq yocode">
<view class="beijingimg">
<image src="https://luma.jxdsy.cn/static/applet5/2020/index/group_img/defeated.png" mode="" style="width: 100%;height: 240upx;"></image>
<view class="twotitle">{{detail.desc}}</view>
</view>
<view class="boxs">
......@@ -125,7 +126,7 @@ export default {
data() {
return {
refund_id: '',
detail: '' //售后详情
detail: {adress:{}} //售后详情
// logs:{},
};
},
......@@ -199,14 +200,19 @@ export default {
font-size: 30upx;
}
.beijingimg {
background: linear-gradient(#ff5a03, #ff4216);
// background: linear-gradient(#ff5a03, #ff4216);
width: 100%;
padding: 30upx 24upx;
// padding: 30upx 24upx;
position: relative;
.twotitle {
position: absolute;
z-index: 99;
top: 60upx;
color: rgba(255, 255, 255, 1);
font-size: 32upx;
font-size: 38upx;
font-weight: 500;
line-height: 40upx;
margin-left: 40upx;
}
}
.addresone {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment