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

调整样式

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