fix: U选小课堂样式更改,课程U选小课堂点击更改

This commit is contained in:
mx00085@163.com
2023-03-14 14:22:49 +08:00
parent 0291d9e3d9
commit 792464806e
7 changed files with 33 additions and 30 deletions

View File

@@ -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);
}
}
}