Commit dc4be5e5 by 无尘

style: 修改登录选择企业样式

parent e13fd230
......@@ -37,8 +37,8 @@
<swiper :options="swiperOption">
<!-- <div class="login-wrap-inner__swiperWrap"> -->
<swiper-slide v-for="item in enterpriseList" :key="item.id">
<img :src="item.src" alt="src" />
<p>{{item.name}}</p>
<img class="swiper-slide__img" :src="item.src" alt="src" />
<p class="swiper-slide__p">{{item.name}}</p>
</swiper-slide>
<!-- </div> -->
<!-- <div class="swiper-pagination" slot="pagination"></div> -->
......@@ -307,19 +307,32 @@ export default {
&__swiper {
margin-top: 30px;
.swiper-slide {
&__img {
width: 72px;
height: 72px;
border-radius: 8px;
}
&__p {
margin-top: 14px;
font-size: 14px;
color: #6B6D71;
}
}
.swiper-button-prev {
height: 97px;
margin-top: -44px;
margin-top: -55px;
left: 0;
padding-top: 44px;
padding-top: 55px;
background: #fff;
background-image: none;
}
.swiper-button-next {
height: 97px;
margin-top: -44px;
margin-top: -55px;
right: 0;
padding-top: 44px;
padding-top: 55px;
background: #fff;
background-image: none;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment