按钮掉块问题

This commit is contained in:
lmj
2022-10-20 11:29:04 +08:00
parent 2e83ba6e51
commit f70a08bc45
2 changed files with 12 additions and 1 deletions

View File

@@ -444,6 +444,9 @@
}
// boe-index
@media screen and (max-width: 1366px){
.btn-user{
width: 70px;
}
.course-banner {// 首页banner导航条样式
.swiper-button-prev{
left: 42%;
@@ -714,6 +717,9 @@
}
}
@media screen and (max-width: 1680px) and (min-width:1367px){
.btn-user{
width: 75px;
}
.course-banner {// 首页banner导航条样式
.swiper-button-prev{
left: 43%;
@@ -968,6 +974,9 @@
}
@media screen and (max-width: 1920px) and (min-width: 1681px){
.btn-user{
width: 80px;
}
.course-banner {// 首页banner导航条样式
.swiper-button-prev{
left: 43.5%;
@@ -1228,6 +1237,9 @@
}
@media screen and (min-width: 1921px){
.btn-user{
width: 80px;
}
.course-banner {// 首页banner导航条样式
.swiper-button-prev{
left: 44%;

View File

@@ -296,7 +296,6 @@
height: 56px;
.btn-user{
margin-top: 6px;
width: 80px;
height: 30px;
border-radius: 20px;
border: 1px solid #0060FF;