SanHQin 10 months ago
parent
commit
46877bfc86
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/components/classRoomHelper/component/countdown.vue

+ 5 - 4
src/components/classRoomHelper/component/countdown.vue

@@ -1797,16 +1797,17 @@ ${_textData}
 }
 
 .c_step >>> .blue .el-timeline-item__tail{
-	border-left: 6px solid #017BDF !important;
+	border-left: 6px solid #B3CCFA !important;
 }
 
 .c_step >>> .green .el-timeline-item__tail{
-	border-left: 6px solid #7BDE74 !important;
+	border-left: 6px solid #B7EACB !important;
 }
 
 .c_step >>> .el-timeline-item__node{
-	background-color: #00B9FF;
-	transform: scale(1.1,1.1);
+	background-color: #FFFFFF;
+	box-sizing:border-box;
+	border:2px solid #B3CCFA;
 	position: relative;
 	left: -0.5px;
 }