Commit 7db939c9 authored by honghy's avatar honghy Committed by wux

订单详情样式调整

parent b60f2151
This diff is collapsed.
...@@ -164,10 +164,11 @@ page{ ...@@ -164,10 +164,11 @@ page{
.order-nav-v view{ .order-nav-v view{
height: 100%; height: 100%;
width: 30%; width: 30%;
text-align: left; text-align: center;
line-height: 90upx;
font-size: var(--f26); font-size: var(--f26);
position: relative; display: flex;
justify-content: center;
align-items: center;
color: var(--c9); color: var(--c9);
} }
.order-nav-v .act{ .order-nav-v .act{
...@@ -188,11 +189,11 @@ page{ ...@@ -188,11 +189,11 @@ page{
} }
.order-nav-v .act text{ .order-nav-v .act text{
position: relative; position: relative;
padding-bottom: 30upx; padding-bottom: 10upx;
} }
.order-nav-v .act text::after{ .order-nav-v .act text::after{
content: ''; content: '';
width: 66upx; width: 100%;
height: 3px; height: 3px;
background: var(--c396); background: var(--c396);
position: absolute; position: absolute;
...@@ -234,7 +235,7 @@ page{ ...@@ -234,7 +235,7 @@ page{
} }
.order-table-v{ .order-table-v{
/* display: flex; */ /* display: flex; */
height: 70upx; height: 100upx;
display: flex; display: flex;
} }
.order-table-v text{ .order-table-v text{
......
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