mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
首页课程收藏icon往上走
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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%`}">
|
||||
|
||||
Reference in New Issue
Block a user