Commit ad8d8ccd authored by honghy's avatar honghy

APP多语言-首页样式调整

parent 86a98396
...@@ -100,8 +100,8 @@ ...@@ -100,8 +100,8 @@
> >
<view class="item-til"> <view class="item-til">
<image src="../../static/img/sn.png" mode=""></image> <image src="../../static/img/sn.png" mode=""></image>
<text>{{ $lang.lang.index.orderNo }}:{{ item.orderNo }}</text> <view class="orderNo">{{ $lang.lang.index.orderNo }}:{{ item.orderNo }}</view>
<view class="">{{ $lang.lang.index.marks }}:{{ item.marks }}</view> <view class="marks">{{ $lang.lang.index.marks }}:{{ item.marks }}</view>
</view> </view>
<view class="item-body"> <view class="item-body">
<view class="item-body-v">{{ item.departureName }}</view> <view class="item-body-v">{{ item.departureName }}</view>
......
...@@ -155,7 +155,7 @@ page{ ...@@ -155,7 +155,7 @@ page{
color: var(--c2); color: var(--c2);
font-weight: 700; font-weight: 700;
margin-bottom: 40upx; margin-bottom: 40upx;
width: 200upx; width: 220upx;
border-bottom: 1px solid #ACACAC; border-bottom: 1px solid #ACACAC;
padding: 10upx 0; padding: 10upx 0;
position: relative; position: relative;
...@@ -200,12 +200,15 @@ page{ ...@@ -200,12 +200,15 @@ page{
height: 40upx; height: 40upx;
margin: 6upx 10upx 0 0; margin: 6upx 10upx 0 0;
} }
.act-list .item-til view{ .act-list .item-til .marks{
position: absolute; position: absolute;
right: 20upx; right: 20upx;
font-size: var(--f26); font-size: var(--f26);
color: var(--c3); color: var(--c3);
} }
.act-list .item-til .orderNo{
width: 320upx;
}
.item-body{ .item-body{
display: flex; display: flex;
width: 100%; width: 100%;
......
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