mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
首页banner
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
<div class="xcontent2-minor" style="margin-top:60px">
|
<div class="xcontent2-minor" style="margin-top:60px">
|
||||||
<div class="portal-ranking ranking-bg">
|
<div class="portal-ranking ranking-bg">
|
||||||
<p class="ranking-title">课程排行榜</p>
|
<p class="ranking-title">课程排行榜</p>
|
||||||
<ul class="xindex-ranking-course" style="overflow-y: auto;">
|
<ul class="xindex-ranking-course">
|
||||||
<li class="xindex-ranking-li" v-for="(item, index) in scorelist" :key="index">
|
<li class="xindex-ranking-li" v-for="(item, index) in scorelist" :key="index">
|
||||||
<a style="display: inherit" :href="toCourseDetail(item)">
|
<a style="display: inherit" :href="toCourseDetail(item)">
|
||||||
<span class="portal-right-text blue-one">
|
<span class="portal-right-text blue-one">
|
||||||
@@ -1324,17 +1324,19 @@
|
|||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
border-radius: 19px;
|
border-radius: 19px;
|
||||||
.swiper-pagination-bullet{
|
.swiper-pagination-bullet{
|
||||||
width: 24px;
|
width: 25px;
|
||||||
height: 2px;
|
height: 5px;
|
||||||
|
margin-top: 10px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
// background: rgba($color: #fff, $alpha: 0.5);
|
// background: rgba($color: #fff, $alpha: 0.5);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.swiper-pagination-bullet-active{
|
.swiper-pagination-bullet-active{
|
||||||
height: 2px;
|
height: 5px;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
width: 24px;
|
margin-top: 10px;
|
||||||
|
width: 25px;
|
||||||
background: #387DF7;
|
background: #387DF7;
|
||||||
// background: rgba($color: #fff, $alpha: 0.8);
|
// background: rgba($color: #fff, $alpha: 0.8);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user