|
@@ -5,7 +5,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="cmd-info_bx">
|
|
<view class="cmd-info_bx">
|
|
|
<view class="tit" >
|
|
<view class="tit" >
|
|
|
- <text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;"
|
|
|
|
|
|
|
+ <text style="font-size:20upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;"
|
|
|
v-if="info.presell == 1">预售</text>
|
|
v-if="info.presell == 1">预售</text>
|
|
|
{{ info.name||''}}
|
|
{{ info.name||''}}
|
|
|
</view>
|
|
</view>
|
|
@@ -168,13 +168,12 @@ export default {
|
|
|
padding-left: 160upx;
|
|
padding-left: 160upx;
|
|
|
padding-bottom: 30upx;
|
|
padding-bottom: 30upx;
|
|
|
& .tit {
|
|
& .tit {
|
|
|
- font-size: 30upx;
|
|
|
|
|
- font-weight: 700;
|
|
|
|
|
|
|
+ font-size:27upx;
|
|
|
|
|
+ font-weight:600;
|
|
|
color: #333333;
|
|
color: #333333;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
|
|
- width:380upx;
|
|
|
|
|
|
|
+ width:390upx;
|
|
|
}
|
|
}
|
|
|
& .kc {
|
|
& .kc {
|
|
|
position: relative;
|
|
position: relative;
|