mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
合并
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
<div class="body_schedule_pro">
|
<div class="body_schedule_pro">
|
||||||
<span class="pro_text">总进度</span>
|
<span class="pro_text">总进度</span>
|
||||||
<div style="display: flex;align-items: center;">
|
<div style="display: flex;align-items: center;">
|
||||||
<el-progress style="width: 268px;" :show-text="false" :stroke-width="12" :percentage="Number(((detailData.overallCompletionRate || 0)*100).toFixed(2))"></el-progress>
|
<el-progress style="width: 213px;" :show-text="false" :stroke-width="10" :percentage="Number(((detailData.overallCompletionRate || 0)*100).toFixed(2))"></el-progress>
|
||||||
<div class="text">{{ Number(((detailData.overallCompletionRate || 0)*100).toFixed(2)) || 0 }}%</div>
|
<div class="text">{{ Number(((detailData.overallCompletionRate || 0)*100).toFixed(2)) || 0 }}%</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -378,65 +378,66 @@ export default {
|
|||||||
.growth_heads{
|
.growth_heads{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 22px 43px 19px 40px;
|
margin: 10px 43px 29px 40px;
|
||||||
position: relative;
|
position: relative;
|
||||||
.growth_left{
|
.growth_left{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
.left_text{
|
.left_text{
|
||||||
width: 108px;
|
// width: 108px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 18px;
|
font-size: 14px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.growth_i{
|
.growth_i{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 20px;
|
width: 16px;
|
||||||
height: 20px;
|
height: 16px;
|
||||||
margin-left: 7px;
|
margin-left: 6px;
|
||||||
border: 1px solid #999999;
|
border: 1px solid #999999;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
margin-top: 10px;
|
margin-top: 13px;
|
||||||
.growth_mark{
|
.growth_mark{
|
||||||
color: #999999;
|
color: #999999;
|
||||||
line-height: 20px;
|
line-height: 15px;
|
||||||
margin-left: 5px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.growth_right{
|
.growth_right{
|
||||||
width: 198px;
|
width: 158px;
|
||||||
height: 40px;
|
height: 32px;
|
||||||
line-height: 40px;
|
line-height: 32px;
|
||||||
background: #387DF7;
|
background: #387DF7;
|
||||||
box-shadow: 1px 2px 15px 1px rgba(56,125,247,0.34);
|
box-shadow: 1px 2 12px 1px rgba(56,125,247,0.34);
|
||||||
border-radius: 20px;
|
border-radius: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
.right_text{
|
.right_text{
|
||||||
width: 112px;
|
// width: 112px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 16px;
|
font-size: 13px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.growth_img{
|
.growth_img{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 20px;
|
width: 16px;
|
||||||
height: 20px;
|
height: 16px;
|
||||||
margin-left: 13px;
|
margin-left: 10px;
|
||||||
.img{
|
.img{
|
||||||
|
width: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.growth_body{
|
.growth_body{
|
||||||
max-width: 1340px;
|
// max-width: 1340px;
|
||||||
height: 574px;
|
height: 574px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
@@ -464,32 +465,32 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.body_head{
|
.body_head{
|
||||||
max-width: 1340px;
|
// max-width: 1066px;
|
||||||
height: 88px;
|
height: 70px;
|
||||||
background: linear-gradient( 180deg, #DEEBFF 0%, #FFFFFF 100%);
|
background: linear-gradient( 180deg, #DEEBFF 0%, #FFFFFF 100%);
|
||||||
border-radius: 10px 10px 0px 0px;
|
border-radius: 10px 10px 0px 0px;
|
||||||
border: 1px solid #E4EDFE;
|
border: 1px solid #E4EDFE;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 23px;
|
||||||
.head_left{
|
.head_left{
|
||||||
// width: 272px;
|
// width: 272px;
|
||||||
height: 28px;
|
// height: 28px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 20px;
|
font-size: 16px;
|
||||||
color: #387DF7;
|
color: #387DF7;
|
||||||
line-height: 28px;
|
// line-height: 28px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 29px 0 0 33px;
|
margin: 23px 0 0 26px;
|
||||||
}
|
}
|
||||||
.head_right{
|
.head_right{
|
||||||
// width: 326px;
|
// width: 326px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 16px;
|
font-size: 13px;
|
||||||
color: #666660;
|
color: #666660;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
margin: 32px 45px 0 0;
|
margin: 25px 36px 0 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
@@ -510,11 +511,11 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.body_explain{
|
.body_explain{
|
||||||
margin-bottom: 25px;
|
margin-bottom: 20px;
|
||||||
.body_explain_icon{
|
.body_explain_icon{
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: 35px;
|
margin-left: 28px;
|
||||||
margin-bottom: 23px;
|
margin-bottom: 20px;
|
||||||
.body_explain_img{
|
.body_explain_img{
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@@ -524,29 +525,28 @@ export default {
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 16px;
|
font-size: 13px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-left: 10px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.body_explain_item{
|
.body_explain_item{
|
||||||
margin-left: 35px;
|
margin-left: 28px;
|
||||||
margin-right: 45px;
|
margin-right: 36px;
|
||||||
max-width: 1260px;
|
// max-width: 1003px;
|
||||||
max-height: 100px;
|
max-height: 80px;
|
||||||
background: #F5F6F7;
|
background: #F5F6F7;
|
||||||
border-radius: 10px;
|
border-radius: 8px;
|
||||||
padding: 22px 25px 22px 16px;
|
padding: 18px 20px 18px 13px;
|
||||||
.body_explain_text{
|
.body_explain_text{
|
||||||
max-width: 1219px;
|
// max-width: 970px;
|
||||||
max-height: 56px;
|
max-height: 45px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 11px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
line-height: 28px;
|
line-height: 22px;
|
||||||
text-align: left;
|
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break:break-all;
|
word-break:break-all;
|
||||||
@@ -560,42 +560,42 @@ export default {
|
|||||||
.body_schedule{
|
.body_schedule{
|
||||||
.body_schedule_icon{
|
.body_schedule_icon{
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 33px;
|
margin-bottom: 27px;
|
||||||
.body_schedule_img{
|
.body_schedule_img{
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin-left: 35px;
|
margin-left: 28px;
|
||||||
margin-top: 4px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
.body_schedule_text{
|
.body_schedule_text{
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 16px;
|
font-size: 13px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-left: 10px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.body_schedule_item{
|
.body_schedule_item{
|
||||||
margin-left: 58px;
|
margin-left: 58px;
|
||||||
.body_schedule_one{
|
.body_schedule_one{
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 52px;
|
margin-bottom: 41px;
|
||||||
.body_schedule_left{
|
.body_schedule_left{
|
||||||
min-width: 65px;
|
min-width: 52px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 16px;
|
font-size: 13px;
|
||||||
color: #3B3C4A;
|
color: #3B3C4A;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.body_schedule_right{
|
.body_schedule_right{
|
||||||
margin-left: 16px;
|
margin-left: 13px;
|
||||||
min-width: 65px;
|
min-width: 65px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 16px;
|
font-size: 13px;
|
||||||
color: #2E72F2;
|
color: #2E72F2;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -604,13 +604,13 @@ export default {
|
|||||||
.body_schedule_two{
|
.body_schedule_two{
|
||||||
display: flex;
|
display: flex;
|
||||||
.body_schedule_pro{
|
.body_schedule_pro{
|
||||||
width: 314px;
|
width: 250px;
|
||||||
height: 37px;
|
height: 30px;
|
||||||
.pro_text{
|
.pro_text{
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 11px;
|
||||||
color: #666660;
|
color: #666660;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -618,29 +618,29 @@ export default {
|
|||||||
}
|
}
|
||||||
.text{
|
.text{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin-left: 19px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.body_schedule_btn{
|
.body_schedule_btn{
|
||||||
width: 140px;
|
width: 112px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 40px;
|
height: 32px;
|
||||||
margin-left: 44px;
|
margin-left: 35px;
|
||||||
margin-top: 7px;
|
margin-top: 6px;
|
||||||
background: #409EFF;
|
background: #409EFF;
|
||||||
box-shadow: 1px 2px 15px 1px rgba(56,125,247,0.34);
|
box-shadow: 1px 2 12px 1px rgba(56,125,247,0.34);
|
||||||
border-radius: 4px;
|
border-radius: 3px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 40px;
|
line-height: 30px;
|
||||||
.body_schedule_text{
|
.body_schedule_text{
|
||||||
width: 64px;
|
width: 52px;
|
||||||
height: 22px;
|
height: 18px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 16px;
|
font-size: 13px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
line-height: 22px;
|
line-height: 18px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user