Commit 37b3f92c authored by 彭佳妮(贵阳日报)'s avatar 彭佳妮(贵阳日报)
parents e7d4ee2e e7e35599
...@@ -164,13 +164,15 @@ ...@@ -164,13 +164,15 @@
{{ tag.labelName }} {{ tag.labelName }}
</wd-tag> </wd-tag>
</view> </view>
<view class="detail-score"> <view class="all-info">
<text class="score">{{ item.score }}</text> <view class="detail-score">
<text class="num">月销{{ item.monthSoldNum }}</text> <text class="score">{{ item.score }}</text>
</view> <text class="num">月销{{ item.monthSoldNum }}</text>
<view class="venue"> </view>
<text class="place">{{ item.tripArea }}出发</text> <view class="venue">
<text class="price">{{ item.price }}</text> <text class="place">{{ item.tripArea }}出发</text>
<text class="price">{{ item.price }}</text>
</view>
</view> </view>
</view> </view>
</view> </view>
...@@ -613,6 +615,7 @@ page { ...@@ -613,6 +615,7 @@ page {
font-weight: bold; font-weight: bold;
line-height: 28rpx; line-height: 28rpx;
color: #fa5151; color: #fa5151;
margin-left: 160rpx;
} }
.venue { .venue {
display: flex; display: flex;
...@@ -653,4 +656,8 @@ page { ...@@ -653,4 +656,8 @@ page {
color: #ffffff; color: #ffffff;
} }
} }
.all-info {
position: absolute;
margin-top: 140rpx;
}
</style> </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