mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
课程榜单
This commit is contained in:
@@ -56,7 +56,7 @@ body {margin: 0px;padding: 0px;}
|
|||||||
.ranking-data{
|
.ranking-data{
|
||||||
min-height: 246px;
|
min-height: 246px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
overflow-y: auto;
|
// overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//排行块的背景
|
//排行块的背景
|
||||||
|
|||||||
@@ -861,7 +861,8 @@ export default {
|
|||||||
|
|
||||||
.list-active{
|
.list-active{
|
||||||
display: none;
|
display: none;
|
||||||
width: 458px;
|
// width: 458px;
|
||||||
|
width:135%;
|
||||||
height: 165px;
|
height: 165px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
@@ -871,7 +872,7 @@ export default {
|
|||||||
border: 1px solid #EDEFF0;
|
border: 1px solid #EDEFF0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
left: -16%;
|
left: -17.5%;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
.list-content{
|
.list-content{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user