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