mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
fix: U选小课堂样式更改,课程U选小课堂点击更改
This commit is contained in:
@@ -367,7 +367,7 @@ export default {
|
||||
}
|
||||
.msg {
|
||||
margin-top: 5px;
|
||||
color: rgba(255,255,255,0.85);
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
width: 326px;
|
||||
text-align: justify;
|
||||
line-height: 20px;
|
||||
@@ -375,7 +375,7 @@ export default {
|
||||
.bottom {
|
||||
width: 100px;
|
||||
height: 1px;
|
||||
background: rgba(255,255,255,0.85);
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
@@ -388,7 +388,7 @@ export default {
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 4px;
|
||||
height: 150px;
|
||||
height: 160px;
|
||||
margin-top: 83px;
|
||||
.tyl_title {
|
||||
width: 100%;
|
||||
@@ -423,9 +423,9 @@ export default {
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
.tyl:hover{
|
||||
.tyl:hover {
|
||||
border: 0.96px solid rgba(140, 105, 242, 1);
|
||||
box-shadow: 7px 5px 6px 0px rgba(137,104,242,0.19);
|
||||
box-shadow: 7px 5px 6px 0px rgba(76, 31, 221, 0.3);
|
||||
}
|
||||
.cyl {
|
||||
cursor: pointer;
|
||||
@@ -470,7 +470,7 @@ export default {
|
||||
}
|
||||
.cyl:hover {
|
||||
border: 0.96px solid rgba(140, 105, 242, 1);
|
||||
box-shadow: 7px 5px 6px 0px rgba(137,104,242,0.19);
|
||||
box-shadow: 7px 5px 6px 0px rgba(76, 31, 221, 0.24);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user