|
@@ -24,45 +24,104 @@
|
|
|
position: relative;
|
|
|
flex-grow: 1;
|
|
|
}
|
|
|
-.main .second .list.data-v-8f22acf3 {
|
|
|
- border-bottom: 1px solid var(--f5Color);
|
|
|
- padding: 3vw;
|
|
|
-}
|
|
|
-.main .second .list .list_1.data-v-8f22acf3 {
|
|
|
+.main .second .other.data-v-8f22acf3 {
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
}
|
|
|
-.main .second .list .list_1 .left.data-v-8f22acf3 {
|
|
|
- width: 15vw;
|
|
|
+.main .second .other .other_1.data-v-8f22acf3 {
|
|
|
+ padding: 2vw 2vw 2vw 5vw;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
-.main .second .list .list_1 .left .image.data-v-8f22acf3 {
|
|
|
- width: 15vw;
|
|
|
- height: 15vw;
|
|
|
- border-radius: 20vw;
|
|
|
+.main .second .other .other_1 .line.data-v-8f22acf3 {
|
|
|
+ height: 18vh;
|
|
|
+ margin: 0 0 0 2px;
|
|
|
+ border-left: 1px dashed var(--f99Color);
|
|
|
}
|
|
|
-.main .second .list .list_1 .right.data-v-8f22acf3 {
|
|
|
- width: 75vw;
|
|
|
- margin: 0 0 0 2vw;
|
|
|
+.main .second .other .other_2.data-v-8f22acf3 {
|
|
|
+ width: 90%;
|
|
|
}
|
|
|
-.main .second .list .list_1 .right .name.data-v-8f22acf3 {
|
|
|
+.main .second .other .other_2 .list .list_1.data-v-8f22acf3 {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ padding: 4vw 2vw 2vw 2vw;
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_1 .date.data-v-8f22acf3 {
|
|
|
font-size: var(--font16Size);
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
-.main .second .list .list_1 .right .name .label.data-v-8f22acf3 {
|
|
|
- padding: 3px 6px;
|
|
|
- font-size: 10px;
|
|
|
- color: var(--mainColor);
|
|
|
- border-radius: 2px;
|
|
|
+.main .second .other .other_2 .list .list_1 .status.data-v-8f22acf3 {
|
|
|
+ font-size: var(--font12Size);
|
|
|
+ margin: 0 1vw;
|
|
|
+ padding: 1px 5px;
|
|
|
}
|
|
|
-.main .second .list .list_1 .right .name .label_1.data-v-8f22acf3 {
|
|
|
+.main .second .other .other_2 .list .list_1 .status0.data-v-8f22acf3 {
|
|
|
+ color: var(--mainColor);
|
|
|
background-color: var(--fF0Color);
|
|
|
}
|
|
|
-.main .second .list .list_1 .right .name .label_2.data-v-8f22acf3 {
|
|
|
+.main .second .other .other_2 .list .list_1 .status1.data-v-8f22acf3 {
|
|
|
+ color: var(--mainColor);
|
|
|
background-color: var(--fFFColor);
|
|
|
}
|
|
|
-.main .second .list .list_1 .right .other.data-v-8f22acf3 {
|
|
|
- margin: 1vw 0 0 0;
|
|
|
+.main .second .other .other_2 .list .list_1 .status2.data-v-8f22acf3 {
|
|
|
+ color: var(--f99Color);
|
|
|
+ background-color: var(--f9Color);
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2.data-v-8f22acf3 {
|
|
|
+ border: 1px solid var(--f5Color);
|
|
|
+ padding: 2vw;
|
|
|
+ border-radius: 2px;
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .name.data-v-8f22acf3 {
|
|
|
+ font-size: var(--font16Size);
|
|
|
+ font-weight: bold;
|
|
|
+ margin: 2vw;
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .score.data-v-8f22acf3 {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
font-size: var(--font14Size);
|
|
|
- color: var(--f85Color);
|
|
|
+ background-color: var(--f9Color);
|
|
|
+ border-radius: 5vw;
|
|
|
+ padding: 1vw 0;
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .score .red.data-v-8f22acf3 {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin: 0 1vw 0 0;
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .score .red .red_image.data-v-8f22acf3 {
|
|
|
+ margin: 0 1vw;
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .score .red .red_image .image.data-v-8f22acf3 {
|
|
|
+ width: 8vw;
|
|
|
+ height: 8vw;
|
|
|
+ border-radius: 8vw;
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .score .red .red_score.data-v-8f22acf3 {
|
|
|
+ font-size: var(--font16Size);
|
|
|
+ color: var(--fF0Color);
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .score .center.data-v-8f22acf3 {
|
|
|
+ font-size: var(--font16Size);
|
|
|
+ color: var(--fF0Color);
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .score .blue.data-v-8f22acf3 {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin: 0 0 0 1vw;
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .score .blue .blue_image.data-v-8f22acf3 {
|
|
|
+ margin: 0 1vw;
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .score .blue .blue_image .image.data-v-8f22acf3 {
|
|
|
+ width: 8vw;
|
|
|
+ height: 8vw;
|
|
|
+ border-radius: 8vw;
|
|
|
+}
|
|
|
+.main .second .other .other_2 .list .list_2 .score .blue .blue_score.data-v-8f22acf3 {
|
|
|
+ font-size: var(--font16Size);
|
|
|
+ color: var(--fF0Color);
|
|
|
}
|
|
|
.scroll-view.data-v-8f22acf3 {
|
|
|
position: absolute;
|