This commit is contained in:
Pengxiansen
2025-02-26 13:40:13 +08:00
parent 4bcfd392f3
commit e0f0b39456

View File

@@ -83,7 +83,7 @@
/>
<div class="task-img-icon">{{ key + 1 }}</div>
</div>
<div style="margin-left: 11px;width: 62%;">
<div style="margin-left: 11px; width: 58%">
<div style="display: flex; align-items: center">
<div class="task-type">
{{ TASK_TYPES.typeName[item.courseType] }}
@@ -601,7 +601,7 @@ const toPath = () => {
.task-item {
display: flex;
padding: 20px 0;
border-bottom: 1px solid #f5f5f5;
border-bottom: 2px #d3e3f2 dashed;
.progress-text {
font-weight: bold;
font-size: 15px;
@@ -609,26 +609,27 @@ const toPath = () => {
margin-left: 9px;
}
.task-img {
width: 38%;
width: 42%;
border-radius: 4px;
overflow: hidden;
position: relative;
}
.task-img-icon {
position: absolute;
display: flex;
justify-content: center;
padding-top: 3px;
align-items: center;
position: absolute;
color: #fff;
font-size: 12px;
box-sizing: border-box;
top: 0;
left: 10px;
background-image: url(@/assets/image/growth/listJiaoBiao.png);
background-size: 100% 100%;
width: 17px;
height: 25px;
left: 0;
// background-image: url(@/assets/image/growth/listJiaoBiao.png);
// background-size: 100% 100%;
width: 25px;
height: 16px;
background: #f2903d;
border-radius: 0 0px 4px 0px;
}
.task-state {
font-size: 13px;