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

订单详情ui更改

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