mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 23:36:44 +08:00
提交
This commit is contained in:
@@ -1329,6 +1329,7 @@
|
|||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
border-radius: 19px;
|
border-radius: 19px;
|
||||||
.swiper-pagination-bullet{
|
.swiper-pagination-bullet{
|
||||||
|
position: relative;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
@@ -1336,6 +1337,14 @@
|
|||||||
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::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top:-20px;
|
||||||
|
bottom:-20px;
|
||||||
|
left:-2px;
|
||||||
|
right:-2px;
|
||||||
}
|
}
|
||||||
.swiper-pagination-bullet-active{
|
.swiper-pagination-bullet-active{
|
||||||
height: 5px;
|
height: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user