Commit c78fa375 authored by 我在何方's avatar 我在何方 Committed by dragondean@qq.com

订单详情ui更改

parent ad739298
This diff is collapsed.
......@@ -13,10 +13,10 @@ page{
font-size: var(--f30);
margin-bottom: 10upx;
}
.order-title text{
/* .order-title text{
font-size: var(--f24);
color: var(--c6);
}
} */
.items1{
background-image: url(@/static/img/info_bg.png) !important;
background-repeat: no-repeat;
......@@ -111,12 +111,12 @@ page{
align-items: center;
justify-content: space-between;
}
.order-info-txt view{
/* margin-bottom: 20upx; */
}
.order-info-txt view:last-child{
/* .order-info-txt view{
margin-bottom: 20upx;
} */
/* .order-info-txt view:last-child{
margin-bottom: 0;
}
} */
.order-info-line{
display: flex;
......@@ -125,11 +125,20 @@ page{
}
.order-info-line-v{
flex: 1;
border: 1px solid #333;
}
.order-info-line .order-info-line-v:last-child{
border-left: none !important;
}
.order-info-line-v view{
margin-bottom: 20upx;
display: flex;
align-items: center;
padding-left: 8rpx;
border-bottom: 1px solid #333;
}
.order-info-line-v view:last-child{
border-bottom: none !important;
}
.order-nav{
width: 90%;
......@@ -218,6 +227,7 @@ page{
.order-table-v{
/* display: flex; */
height: 70upx;
display: flex;
}
.order-table-v text{
display:inline-block;
......@@ -226,10 +236,10 @@ page{
height: auto;
line-height: 32upx;
}
.order-table-v:nth-child(2n){
/* .order-table-v:nth-child(2n){
background-color: var(--ce9);
color: var(--c6);
}
} */
.order-table-v1{
width: 20%;
display: flex;
......@@ -321,3 +331,22 @@ page{
.hideInfoClass{
display: none;
}
.addicon{
width: 60rpx;
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
}
.addicon image{
width: 48rpx;
height: 48rpx;
}
.number_shop{
background-color: #80ffff;
border: 1px solid #333;
border-bottom: none;
margin-bottom: -20upx;
padding-left: 8rpx;
}
\ No newline at end of file
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