首页课程收藏icon往上走

This commit is contained in:
lmj
2022-10-26 19:12:00 +08:00
parent d97ce5929d
commit f0b9d05eee
3 changed files with 9 additions and 2 deletions

View File

@@ -703,6 +703,7 @@
}
}
@media screen and (max-width: 1680px) and (min-width:1367px){
.portal-input{
width: 280px;
}
@@ -968,6 +969,9 @@
}
@media screen and (max-width: 1920px) and (min-width: 1681px){
.interact-bar-btns{
line-height: 30px;
}
.portal-input{
width: 290px;
}
@@ -1217,6 +1221,9 @@
}
@media screen and (min-width: 1921px){
.interact-bar-btns{
line-height: 30px;
}
.btn-user{
width: 80px;
}

View File

@@ -660,7 +660,7 @@ export default {
.interact-bar{
// height: 30px;
.interact-bar-btns {
line-height: 30px;
// line-height: 30px;
display: flex;
justify-content: flex-end;
.interact-bar-btn {

View File

@@ -3,7 +3,7 @@
<div class="course-banner">
<portal-header current="index" textColor="#000000" style="z-index:999; position: relative;"></portal-header>
<div id="container" style="z-index:99;" v-if="resonimg.length == 1">
当轮播图等于一张时
<!-- 当轮播图等于一张时 -->
<swiper :options="swiperOptiontwo" >
<swiper-slide style="margin: 0 auto;" v-for="(item , idx ) in resonimg" :key="idx" class="swiper-slide games" :class="{'swiper-no-swiping':resonimg.length < 1}">
<div class="bannbox" :style="{ 'background': `url(${fileBaseUrl + item.image}) no-repeat 100% / 100%`}">