作者 “关晓峰”

style

... ... @@ -23,8 +23,8 @@
</view>
</view>
<view class="listBox_cont">
<p class="tips" style="border-right: 1px solid #00000042; padding: 0 8rpx;">{{info.year || ''}}</p>
<p class="tips" style="border-right: 1px solid #00000042; padding: 0 8rpx;">{{(info.hours || '0') + '小时'}}</p>
<p class="tips" style="border-right: 1px solid #00000042; padding: 0 8rpx;" v-if="info.year">{{info.year || ''}}</p>
<p class="tips" style="border-right: 1px solid #00000042; padding: 0 8rpx;" v-if="info.hours">{{(info.hours || '0') + '小时'}}</p>
<p class="tips" style="padding: 0 8rpx;">{{info.category.name}}</p>
</view>
<image src="../../static/image/2.png" style="width: 164rpx; height: 44rpx;" mode="" v-if="info.is_license == 1">
... ... @@ -35,7 +35,7 @@
</view>
</view>
<view class=" flexBox" >
<view class=" flexBox" :style="isBtn ? 'align-items: baseline;' : '' " >
<view class="tips" v-if="isBtn" style="width: 70%;">
{{info.province}} {{info.province !=='' ? '-' : ''}} {{info.city}} {{(info.city !=='' && !isBtn) ? '-' : ''}} <text v-if="!isBtn">距您{{info.distance || '0'}}km</text>
</view>
... ...
... ... @@ -57,7 +57,7 @@
<image src="../../static/sell/173.png" class="imgS" mode=""></image>
</view>
<view class="">
<button share="circle" class="btnS" @click="goGuess">去估价 >></button>
<button share="circle" class="btnS" style="display: flex; align-items: center;" @click="goGuess"> <text style="color: #2F67D3;">去估价</text> <image src="../../static/asd.png" style="width: 40rpx; height: 40rpx;margin-left: 4rpx;"></image></button>
</view>
</view>
<view class="content" @click="goMy">
... ... @@ -67,7 +67,7 @@
</view>
<u-scroll-list v-if="list && myList.length>0">
<view class="">
<view class="flexBox">
<view class="flexBox" >
<view v-for="item in myList">
<view class="items">
<view class="imgBox" style="position: relative;">
... ... @@ -79,13 +79,13 @@
出售
</view>
</view>
<view class="">
<view class="" style="width: 65%;">
<p class="oneh" style=" color: #000000e6;font-size: 28rpx;font-weight: 400;">
{{item.category.name + item.brand.name + item.xinghao.name}}</p>
<view class="flexBox" style="margin: 8rpx 0 24rpx 0;">
<p class="font" style="border-right: 1px solid #00000042; padding: 0 8rpx;">
<p class="font" style="border-right: 1px solid #00000042; padding: 0 8rpx;" v-if="item.year">
{{item.year || ''}}</p>
<p class="font" style="border-right: 1px solid #00000042; padding: 0 8rpx;">
<p class="font" style="border-right: 1px solid #00000042; padding: 0 8rpx;" v-if="item.hours">
{{(item.hours || '0') + '小时'}}</p>
<p class="font" style="padding: 0 8rpx;">{{item.brand.name}}</p>
... ... @@ -95,7 +95,7 @@
- {{item.city}}</p>
<p class="oneh"
style=" color: #e63d27ff;font-weight: 600;font-size: 32rpx;width: 15vw;">
**</p>
**{{item.category.price_unit}}/{{item.category.day_unit}}</p>
</view>
</view>
... ... @@ -340,7 +340,7 @@
color: #2f67d3ff;
font-size: 32rpx;
font-weight: 700;
margin-left: 32rpx;
margin-left: 24rpx;
}
.top {
... ...
... ... @@ -91,7 +91,7 @@
</image>
<p style=" color: #000000e6;font-size: 32rpx;font-weight: 500;">设备亮点</p>
</view>
<view class="fBox" style="">
<view class="fBox" style="padding: 24rpx;">
{{info.bright}}
</view>
</view>
... ... @@ -466,7 +466,7 @@
}
.fBox {
width: 654rpx;
// width: 654rpx;
min-height: 168rpx;
border-radius: 12rpx;
border: 1rpx solid #fff5e6ff;
... ...

959 字节