Commit 6b9bfda5 authored by 张娇(东信)'s avatar 张娇(东信)

样式优化

parent 5b87538d
......@@ -164,13 +164,15 @@
{{ tag.labelName }}
</wd-tag>
</view>
<view class="detail-score">
<text class="score">{{ item.score }}</text>
<text class="num">月销{{ item.monthSoldNum }}</text>
</view>
<view class="venue">
<text class="place">{{ item.tripArea }}出发</text>
<text class="price">{{ item.price }}</text>
<view class="all-info">
<view class="detail-score">
<text class="score">{{ item.score }}</text>
<text class="num">月销{{ item.monthSoldNum }}</text>
</view>
<view class="venue">
<text class="place">{{ item.tripArea }}出发</text>
<text class="price">{{ item.price }}</text>
</view>
</view>
</view>
</view>
......@@ -613,6 +615,7 @@ page {
font-weight: bold;
line-height: 28rpx;
color: #fa5151;
margin-left: 160rpx;
}
.venue {
display: flex;
......@@ -653,4 +656,8 @@ page {
color: #ffffff;
}
}
.all-info {
position: absolute;
margin-top: 140rpx;
}
</style>
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