Commit e2b390b4 authored by honghy's avatar honghy Committed by wux

订单详情样式调整

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