|
@@ -2,7 +2,7 @@
|
|
|
<div class="pb_content" style="overflow: unset">
|
|
|
<div
|
|
|
class="pb_content_body"
|
|
|
- style="display: flex; height: 900px; position: relative"
|
|
|
+ style="display: flex; height: 900px; position: relative;padding: 20px 0 20px 20px;box-sizing: border-box;"
|
|
|
>
|
|
|
<div class="btnAllNT">
|
|
|
<!-- <img src="../../assets/icon/learn/screen.png" @click="allScrell" /> -->
|
|
@@ -53,7 +53,7 @@
|
|
|
<div
|
|
|
style="
|
|
|
border-bottom: 1px solid #cad1dc;
|
|
|
- padding-bottom: 5px;
|
|
|
+ padding: 13px 0;
|
|
|
width: 100%;
|
|
|
"
|
|
|
>
|
|
@@ -124,12 +124,14 @@
|
|
|
class="new_top"
|
|
|
style="
|
|
|
position: fixed;
|
|
|
- top: 0;
|
|
|
+ top: 20px;
|
|
|
left: 22%;
|
|
|
width: 77%;
|
|
|
z-index: 999;
|
|
|
border-radius: 12px 12px 0 0;
|
|
|
- box-shadow: 0px 9px 0 0 #f2f2f2;
|
|
|
+ box-shadow: rgb(242, 242, 242) 0px -20px 0px 20px;
|
|
|
+ border-bottom: 1px solid #CAD1DC;
|
|
|
+ padding: 10px 0;
|
|
|
"
|
|
|
:class="{ navLeftCss: !mlDialog }"
|
|
|
>
|
|
@@ -17674,7 +17676,7 @@ export default {
|
|
|
|
|
|
.student_head {
|
|
|
width: 100%;
|
|
|
- margin: 0 auto;
|
|
|
+ margin: 40px auto 0;
|
|
|
padding-bottom: 20px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -17689,6 +17691,7 @@ export default {
|
|
|
background: rgb(255, 255, 255);
|
|
|
position: fixed;
|
|
|
height: 100%;
|
|
|
+ border-radius: 20px;
|
|
|
}
|
|
|
|
|
|
.wheel > img,
|
|
@@ -17800,10 +17803,11 @@ export default {
|
|
|
margin-top: 10px;
|
|
|
padding: 0 0 20px;
|
|
|
background: #fff;
|
|
|
+ border-radius: 20px;
|
|
|
}
|
|
|
|
|
|
.study_top {
|
|
|
- margin-top: 70px;
|
|
|
+ margin-top: 80px;
|
|
|
width: 100%;
|
|
|
/* overflow: auto; */
|
|
|
height: auto;
|
|
@@ -18407,6 +18411,7 @@ export default {
|
|
|
height: 445px;
|
|
|
border-radius: 10px;
|
|
|
overflow: hidden;
|
|
|
+ box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.16);
|
|
|
}
|
|
|
|
|
|
.vedioNav {
|
|
@@ -18940,7 +18945,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.vedioBox {
|
|
|
- border-radius: 20px;
|
|
|
+ border-radius: 0 0 20px 20px;
|
|
|
background: #fff;
|
|
|
margin-bottom: 10px;
|
|
|
overflow: auto;
|
|
@@ -21319,9 +21324,9 @@ ol {
|
|
|
}
|
|
|
|
|
|
.navListItem {
|
|
|
- width: 235px;
|
|
|
+ width: 220px;
|
|
|
height: 50px;
|
|
|
- margin: 0px 0px 10px 5px;
|
|
|
+ margin: 0px auto 10px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|