1
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
|
||||
</view>
|
||||
<view class="content">
|
||||
<view>
|
||||
<view class="text-cut text-black text-lg padding-right-sm "> {{siteItem.siteName}}</view>
|
||||
<view style="display: flex;">
|
||||
<view style="flex-shrink:1" class="text-cut text-black text-lg padding-right-sm "> {{siteItem.siteName}}</view>
|
||||
<view v-if="siteItem.siteLevel" class="siteName_tag">{{siteItem.siteLevel}}</view>
|
||||
</view>
|
||||
<view style="display: flex;" class="listTages">
|
||||
<view :style="{background:siteItem.siteType==1?'#FF6700':'#00c15e'}" class=" cu-tag round bg-self--dark-yellow yu-tag text-xs">{{siteItem.siteType==1?'加油站':'加气站'}}</view>
|
||||
@@ -30,8 +31,7 @@
|
||||
¥{{siteItem.sitePrice|moneyFormat}}
|
||||
</view>
|
||||
<view class="">
|
||||
<text class="cu-tag oil-tag radius text-xs"
|
||||
v-if="siteItem.oilSitePrice - siteItem.sitePrice>0">省¥{{(siteItem.oilSitePrice - siteItem.sitePrice)|moneyFormat}}</text>
|
||||
<text class="cu-tag oil-tag radius text-xs" v-if="siteItem.oilSitePrice - siteItem.sitePrice>0">省¥{{(siteItem.oilSitePrice - siteItem.sitePrice)|moneyFormat}}</text>
|
||||
</view>
|
||||
<view class="text-cut padding-left-sm text-lg">
|
||||
<text class="text-delete color-333 text-sm padding-right-xs">
|
||||
@@ -169,6 +169,19 @@
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.siteName_tag{
|
||||
background-color: #FF6700;
|
||||
border-radius: 50rpx;
|
||||
width: 20px ;
|
||||
height: 20px;
|
||||
color: #FFFFFF;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 24rpx;
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.site-item {
|
||||
margin-bottom: 1.8rem;
|
||||
align-items: flex-start !important;
|
||||
|
||||
Reference in New Issue
Block a user