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