|
@@ -52,71 +52,67 @@
|
|
|
justify-content: center;
|
|
|
background-color: var(--f1Color);
|
|
|
border-bottom: 1px dashed var(--f85Color);
|
|
|
- width: 96vw;
|
|
|
+ width: 92vw;
|
|
|
padding: 2vw;
|
|
|
margin: 0 0 2vw 0;
|
|
|
}
|
|
|
.main .thr .thr_1 .list .list_1 {
|
|
|
position: relative;
|
|
|
- width: 92vw;
|
|
|
- height: 110px;
|
|
|
+ height: 210px;
|
|
|
}
|
|
|
.main .thr .thr_1 .list .list_1 .one_1 {
|
|
|
- height: 80px;
|
|
|
+ height: 100px;
|
|
|
+}
|
|
|
+.main .thr .thr_1 .list .list_1 .one_1 .image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: var(--mainColor);
|
|
|
}
|
|
|
.main .thr .thr_1 .list .list_1 .one_2 {
|
|
|
position: absolute;
|
|
|
- top: 10vw;
|
|
|
- width: 92vw;
|
|
|
+ top: 17vw;
|
|
|
text-align: center;
|
|
|
-}
|
|
|
-.main .thr .thr_1 .list .list_1 .one_2 .image {
|
|
|
- width: 60px;
|
|
|
- height: 60px;
|
|
|
- border-radius: 90px;
|
|
|
background-color: var(--mainColor);
|
|
|
+ margin: 1vw;
|
|
|
+ padding: 2vw;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
-.main .thr .thr_1 .list .list_2 {
|
|
|
- width: 92vw;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-.main .thr .thr_1 .list .list_2 .title {
|
|
|
+.main .thr .thr_1 .list .list_1 .one_2 .title {
|
|
|
font-size: var(--font18Szie);
|
|
|
font-weight: bold;
|
|
|
margin: 0 0 2vw 0;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
-.main .thr .thr_1 .list .list_3 {
|
|
|
+.main .thr .thr_1 .list .list_1 .one_2 .other {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
+ margin: 0 0 2vw 0;
|
|
|
}
|
|
|
-.main .thr .thr_1 .list .list_3 .other {
|
|
|
+.main .thr .thr_1 .list .list_1 .one_2 .other .other_1 {
|
|
|
margin: 0 0 1vw 0;
|
|
|
font-size: var(--font16Size);
|
|
|
color: var(--f85Color);
|
|
|
}
|
|
|
-.main .thr .thr_1 .list .list_4 {
|
|
|
- width: 92vw;
|
|
|
- text-align: center;
|
|
|
- padding: 2vw 0;
|
|
|
-}
|
|
|
-.main .thr .thr_1 .list .list_4 .text {
|
|
|
+.main .thr .thr_1 .list .list_1 .one_2 .status .text {
|
|
|
padding: 1vw 2vw;
|
|
|
+ margin: 2vw 0;
|
|
|
color: var(--mainColor);
|
|
|
border-radius: 15px;
|
|
|
font-size: var(--font14Size);
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
-.main .thr .thr_1 .list .list_4 .color0 {
|
|
|
+.main .thr .thr_1 .list .list_1 .one_2 .status .color0 {
|
|
|
background-color: #FFA500;
|
|
|
}
|
|
|
-.main .thr .thr_1 .list .list_4 .color1 {
|
|
|
+.main .thr .thr_1 .list .list_1 .one_2 .status .color1 {
|
|
|
background-color: #8B0000;
|
|
|
}
|
|
|
-.main .thr .thr_1 .list .list_4 .color2 {
|
|
|
+.main .thr .thr_1 .list .list_1 .one_2 .status .color2 {
|
|
|
background-color: #006400;
|
|
|
}
|
|
|
-.main .thr .thr_1 .list .list_4 .color3 {
|
|
|
+.main .thr .thr_1 .list .list_1 .one_2 .status .color3 {
|
|
|
background-color: #808080;
|
|
|
}
|
|
|
.main .thr .thr_1 .list:last-child {
|