Commit 5308ea53 authored by 我在何方's avatar 我在何方

订单详情ui更改

parent 8c4de867
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
......@@ -724,7 +724,7 @@ export default {
toRoom: "to door",
consigneeCity: "consignee's city",
consigneeAdd: "consignee's address",
logistics: "logistics information",
logistics: "transport",
endCity: "destination cargo",
startCity: "departure cargo",
address: "address",
......@@ -779,6 +779,23 @@ export default {
loans: "Collection of loans",
showInfo: "Show",
hiddenInfo: "Hide",
copy:"copy",
typeName:"value-added services",
objectport:'Destination port customs clearance',
ourUndertakes:'Our company undertakes',
customerUndertakes:'Customer Undertaking',
creator:'creator',
warehouseName:'Warehouse',
externalWarehouse:'External warehouse',
estLoading:"Loading time",
loadingAddress:"Loading address",
tidanPrice:"Bill of lading Price",
show:"display",
noShow:"Do not display",
createTime:"Creation time",
inWarehouseInfo:"Warehouse entry information",
quickNos:"prefill express tracking number",
unitType:"Packaging type"
},
price: {
startCity: "place of departure ",
......
......@@ -717,7 +717,7 @@ export default {
toRoom: "送货上门",
consigneeCity: "收货地区",
consigneeAdd: "收货地址",
logistics: "物流信息",
logistics: "运输",
endCity: "目的仓",
startCity: "始发仓",
address: "地址",
......@@ -772,6 +772,23 @@ export default {
loans: "代收贷款",
showInfo: "展示",
hiddenInfo: "隐藏",
copy:"复制",
typeName:"增值服务",
objectport:'目的港清关',
ourUndertakes:'我司承接',
customerUndertakes:'客户承接',
creator:'创建人',
warehouseName:'仓库',
externalWarehouse:'外部仓',
estLoading:"装柜时间",
loadingAddress:"装柜地址",
tidanPrice:"提单价格",
show:"显示",
noShow:"不显示",
createTime:"创建时间",
inWarehouseInfo:"入仓信息",
quickNos:"填单快递单号",
unitType:"包装类型"
},
price: {
startCity: "始发地",
......
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