mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 01:46:45 +08:00
提交
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
/>
|
/>
|
||||||
<div class="task-img-icon">{{ key + 1 }}</div>
|
<div class="task-img-icon">{{ key + 1 }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-left: 11px;width: 62%;">
|
<div style="margin-left: 11px; width: 58%">
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
<div class="task-type">
|
<div class="task-type">
|
||||||
{{ TASK_TYPES.typeName[item.courseType] }}
|
{{ TASK_TYPES.typeName[item.courseType] }}
|
||||||
@@ -601,7 +601,7 @@ const toPath = () => {
|
|||||||
.task-item {
|
.task-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
border-bottom: 1px solid #f5f5f5;
|
border-bottom: 2px #d3e3f2 dashed;
|
||||||
.progress-text {
|
.progress-text {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
@@ -609,26 +609,27 @@ const toPath = () => {
|
|||||||
margin-left: 9px;
|
margin-left: 9px;
|
||||||
}
|
}
|
||||||
.task-img {
|
.task-img {
|
||||||
width: 38%;
|
width: 42%;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.task-img-icon {
|
.task-img-icon {
|
||||||
position: absolute;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-top: 3px;
|
align-items: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 10px;
|
left: 0;
|
||||||
background-image: url(@/assets/image/growth/listJiaoBiao.png);
|
// background-image: url(@/assets/image/growth/listJiaoBiao.png);
|
||||||
background-size: 100% 100%;
|
// background-size: 100% 100%;
|
||||||
width: 17px;
|
width: 25px;
|
||||||
height: 25px;
|
height: 16px;
|
||||||
|
background: #f2903d;
|
||||||
|
border-radius: 0 0px 4px 0px;
|
||||||
}
|
}
|
||||||
.task-state {
|
.task-state {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|||||||
Reference in New Issue
Block a user