|
@@ -76,7 +76,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="fabu" :style="{ paddingBottom :isIphoneX ? '68rpx' : '0rpx' }" v-if="identity == 1">
|
|
<view class="fabu" :style="{ paddingBottom :isIphoneX ? '68rpx' : '0rpx' }" v-if="identity == 1">
|
|
- <text class="release long" @click.stop="navigator('/second/pages/form/form-seller')" >我要发布</text>
|
|
|
|
|
|
+ <text class="intro long" @click.stop="navigator('/second/pages/form/introduce')" >二手市场介绍</text>
|
|
</view>
|
|
</view>
|
|
<view class="fabu" :style="{ paddingBottom :isIphoneX ? '68rpx' : '0rpx' }" v-else>
|
|
<view class="fabu" :style="{ paddingBottom :isIphoneX ? '68rpx' : '0rpx' }" v-else>
|
|
<text class="intro" @click.stop="navigator('/second/pages/form/introduce')" >二手市场介绍</text>
|
|
<text class="intro" @click.stop="navigator('/second/pages/form/introduce')" >二手市场介绍</text>
|
|
@@ -514,17 +514,17 @@
|
|
&.intro{
|
|
&.intro{
|
|
background: #ffe6dc;
|
|
background: #ffe6dc;
|
|
color: #e15616;
|
|
color: #e15616;
|
|
- }
|
|
|
|
- &.release{
|
|
|
|
- background: $btn-confirm;
|
|
|
|
- color: #ffffff;
|
|
|
|
- width: 402rpx;
|
|
|
|
&.long{
|
|
&.long{
|
|
width: 600rpx;
|
|
width: 600rpx;
|
|
display: block;
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ &.release{
|
|
|
|
+ background: $btn-confirm;
|
|
|
|
+ color: #ffffff;
|
|
|
|
+ width: 402rpx;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|