mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
首页banner导航样式
This commit is contained in:
@@ -1189,15 +1189,23 @@
|
|||||||
height: 38px;
|
height: 38px;
|
||||||
left: 44%;
|
left: 44%;
|
||||||
top:auto;
|
top:auto;
|
||||||
background: url('../assets/images/icon/ban-left.png') no-repeat;
|
padding: 0 16px;
|
||||||
|
background: rgba($color: #000000, $alpha: 0.1) url('../assets/images/icon/ban-left.png') no-repeat;
|
||||||
|
background-size: 12px 18px;
|
||||||
|
background-position: 16px 10px;
|
||||||
bottom: 66px;
|
bottom: 66px;
|
||||||
|
border-radius: 19px 0 0 19px;
|
||||||
}
|
}
|
||||||
.swiper-button-next{
|
.swiper-button-next{
|
||||||
height: 38px;
|
height: 38px;
|
||||||
right: 53%;
|
right: 52.65%;
|
||||||
bottom: 66px;
|
bottom: 66px;
|
||||||
top:auto;
|
top:auto;
|
||||||
background: url('../assets/images/icon/ban-right.png') no-repeat;
|
padding: 0 16px;
|
||||||
|
background: rgba($color: #000000, $alpha: 0.1) url('../assets/images/icon/ban-right.png') no-repeat;
|
||||||
|
background-size: 12px 18px;
|
||||||
|
background-position: 6px 10px;
|
||||||
|
border-radius: 0 19px 19px 0;
|
||||||
}
|
}
|
||||||
.swiper-pagination-bullets{
|
.swiper-pagination-bullets{
|
||||||
// background: #000;
|
// background: #000;
|
||||||
@@ -1250,11 +1258,6 @@
|
|||||||
// .case-box {
|
// .case-box {
|
||||||
// display: flex;
|
// display: flex;
|
||||||
.xindex-case{
|
.xindex-case{
|
||||||
// &:nth-child(1) {
|
|
||||||
// .case-top {
|
|
||||||
// background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
.case-top {
|
.case-top {
|
||||||
background: linear-gradient(333deg, #D2DEF3 0%, #B4C4E0 100%);
|
background: linear-gradient(333deg, #D2DEF3 0%, #B4C4E0 100%);
|
||||||
|
|||||||
Reference in New Issue
Block a user