提交 47837365 authored 作者: 刘旭's avatar 刘旭

调整样式

上级 d4249c38
...@@ -30,15 +30,19 @@ ...@@ -30,15 +30,19 @@
<text style="color: #ccc; margin: 0 20rpx;"> <text style="color: #ccc; margin: 0 20rpx;">
{{ item.sameDay }} {{ item.sameDay }}
</text> </text>
<text v-if="item.used" style="color: #ccc; margin-top: 3%;">
{{ item.strength }}
</text>
</view> </view>
</view> </view>
<view
style="display: flex; flex-direction: column; align-items: center; justify-content: space-between;"
>
<view v-if="item.used" style="color: #ccc; margin-top: 20%;">
{{ item.strength }}
</view>
<view :class="item.used ? 'tag' : 'info-tag'"> <view :class="item.used ? 'tag' : 'info-tag'">
{{ item.used ? '已开瓶' : '未开瓶' }} {{ item.used ? '已开瓶' : '未开瓶' }}
</view> </view>
</view> </view>
</view>
<text style="font-size: 26rpx; color: #313131; margin: 20rpx 60rpx"> <text style="font-size: 26rpx; color: #313131; margin: 20rpx 60rpx">
订单编号:{{ item.orderSn }} 订单编号:{{ item.orderSn }}
</text> </text>
...@@ -165,11 +169,11 @@ page { ...@@ -165,11 +169,11 @@ page {
} }
.record-footer { .record-footer {
display: flex; display: flex;
justify-content: flex-start; justify-content: space-between;
align-items: flex-end; align-items: flex-end;
.price { .price {
color: red; color: red;
font-size: 14px; font-size: 16px;
// line-height: 27px; // line-height: 27px;
} }
} }
...@@ -179,7 +183,7 @@ page { ...@@ -179,7 +183,7 @@ page {
font-size: 14px; font-size: 14px;
color: #fff; color: #fff;
width: 120rpx; width: 120rpx;
height: 50rpx; // height: 50rpx;
background-color: #172372; background-color: #172372;
text-align: center; text-align: center;
line-height: 50rpx; line-height: 50rpx;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论