mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 13:26:44 +08:00
按钮掉块问题
This commit is contained in:
@@ -444,6 +444,9 @@
|
|||||||
}
|
}
|
||||||
// boe-index
|
// boe-index
|
||||||
@media screen and (max-width: 1366px){
|
@media screen and (max-width: 1366px){
|
||||||
|
.btn-user{
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
.course-banner {// 首页banner导航条样式
|
.course-banner {// 首页banner导航条样式
|
||||||
.swiper-button-prev{
|
.swiper-button-prev{
|
||||||
left: 42%;
|
left: 42%;
|
||||||
@@ -714,6 +717,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1680px) and (min-width:1367px){
|
@media screen and (max-width: 1680px) and (min-width:1367px){
|
||||||
|
.btn-user{
|
||||||
|
width: 75px;
|
||||||
|
}
|
||||||
.course-banner {// 首页banner导航条样式
|
.course-banner {// 首页banner导航条样式
|
||||||
.swiper-button-prev{
|
.swiper-button-prev{
|
||||||
left: 43%;
|
left: 43%;
|
||||||
@@ -968,6 +974,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1920px) and (min-width: 1681px){
|
@media screen and (max-width: 1920px) and (min-width: 1681px){
|
||||||
|
.btn-user{
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
.course-banner {// 首页banner导航条样式
|
.course-banner {// 首页banner导航条样式
|
||||||
.swiper-button-prev{
|
.swiper-button-prev{
|
||||||
left: 43.5%;
|
left: 43.5%;
|
||||||
@@ -1228,6 +1237,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1921px){
|
@media screen and (min-width: 1921px){
|
||||||
|
.btn-user{
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
.course-banner {// 首页banner导航条样式
|
.course-banner {// 首页banner导航条样式
|
||||||
.swiper-button-prev{
|
.swiper-button-prev{
|
||||||
left: 44%;
|
left: 44%;
|
||||||
|
|||||||
@@ -296,7 +296,6 @@
|
|||||||
height: 56px;
|
height: 56px;
|
||||||
.btn-user{
|
.btn-user{
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
width: 80px;
|
|
||||||
height: 30px;
|
height: 30px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border: 1px solid #0060FF;
|
border: 1px solid #0060FF;
|
||||||
|
|||||||
Reference in New Issue
Block a user