@@ -147,7 +147,7 @@
</div>
<div v-if="!loginIn" slot="right-bottom" class="reg-position-bottom" @click="openLogin">
- <img src="@/assets/image/detail/reg-bottom.png" alt="">
+ <img src="@/assets/image/detail/reg-bottom.png" alt="">
</Layout>
</template>
@@ -538,11 +538,16 @@ export default {
.reg-position-bottom{
position: fixed;
bottom: 0;
+ left:0;
width: 100%;
cursor: pointer;
z-index: 9;
- &>img{
- width: 100%;
+ display: flex;
+ justify-content: center;
+ img{
+ min-width:1920px;
+ display: block;
+ object-fit: contain;
}
.demand-main{
@@ -316,12 +316,17 @@ export default {
margin-left: 0;
&>img{
- width: 100%
+ min-width: 1920px;
.demand-detail{