|
@@ -4,159 +4,269 @@
|
|
|
|
|
|
.one {
|
|
|
display: flex;
|
|
|
- flex-direction: row;
|
|
|
- padding: 2vw;
|
|
|
- border-bottom: 1px solid var(--f1Color);
|
|
|
+ flex-direction: column;
|
|
|
+ width: 100vw;
|
|
|
+ margin: 0 0 1vw 0;
|
|
|
|
|
|
.one_1 {
|
|
|
- flex-grow: 1;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ padding: 2vw;
|
|
|
+ background-color: var(--mainColor);
|
|
|
|
|
|
- input {
|
|
|
- padding: 1vw 0 2vw 2vw;
|
|
|
- background-color: var(--f1Color);
|
|
|
- border-radius: 5px;
|
|
|
+ .one_1_1 {
|
|
|
+ flex-grow: 1;
|
|
|
+
|
|
|
+ input {
|
|
|
+ padding: 1vw 0 2vw 2vw;
|
|
|
+ background-color: var(--f1Color);
|
|
|
+ border-radius: 5px;
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
|
|
|
- .one_2 {
|
|
|
- width: 20vw;
|
|
|
+ .one_1_2 {
|
|
|
+ width: 20vw;
|
|
|
|
|
|
- button {
|
|
|
- width: 100%;
|
|
|
- padding: 2vw;
|
|
|
- font-size: var(--font14Size);
|
|
|
+ button {
|
|
|
+ width: 100%;
|
|
|
+ padding: 2vw;
|
|
|
+ font-size: var(--font14Size);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- .two {
|
|
|
- width: 96vw;
|
|
|
- margin: 2vw;
|
|
|
|
|
|
- .two_1 {
|
|
|
+ .one_2 {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-around;
|
|
|
padding: 2vw;
|
|
|
background-color: var(--f1Color);
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
- .thr {
|
|
|
- width: 96vw;
|
|
|
- margin: 2vw;
|
|
|
+ .two {
|
|
|
flex-grow: 1;
|
|
|
position: relative;
|
|
|
+ width: 96vw;
|
|
|
+ margin: 2vw;
|
|
|
|
|
|
- .thr_1 {
|
|
|
+ .list {
|
|
|
+ background-color: var(--f1Color);
|
|
|
+ margin: 0 0 2vw 0;
|
|
|
+ position: relative;
|
|
|
width: 96vw;
|
|
|
- margin: 2vw 0;
|
|
|
- background-color: var(--mainColor);
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
|
|
|
- .list {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- background-color: var(--f1Color);
|
|
|
- border-bottom: 1px dashed var(--f85Color);
|
|
|
- width: 92vw;
|
|
|
- padding: 2vw;
|
|
|
- margin: 0 0 2vw 0;
|
|
|
+ .list_1 {
|
|
|
+ width: 96vw;
|
|
|
+
|
|
|
+ .image {
|
|
|
+ width: 100%;
|
|
|
+ height: 110px;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .list_1 {
|
|
|
- position: relative;
|
|
|
- height: 210px;
|
|
|
+ .list_2 {
|
|
|
+ position: relative;
|
|
|
+ top: -10vw;
|
|
|
+ width: 92vw;
|
|
|
+ background-color: #ffffff9f;
|
|
|
+ margin: 0 2vw;
|
|
|
+ border-radius: 5px;
|
|
|
|
|
|
- .one_1 {
|
|
|
- height: 100px;
|
|
|
+ .title {
|
|
|
+ font-size: var(--font18Size);
|
|
|
+ font-weight: bold;
|
|
|
+ text-align: center;
|
|
|
+ margin: 1vw 0;
|
|
|
+ }
|
|
|
|
|
|
- .image {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background-color: var(--mainColor);
|
|
|
- }
|
|
|
+ .other {
|
|
|
+ margin: 0 0 2vw 0;
|
|
|
+ padding: 0 2vw;
|
|
|
|
|
|
+ .other_1 {
|
|
|
+ margin: 0 0 1vw 0;
|
|
|
+ font-size: var(--font16Size);
|
|
|
+ color: var(--f85Color);
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
- .one_2 {
|
|
|
- position: absolute;
|
|
|
- top: 17vw;
|
|
|
- width: 86vw;
|
|
|
- text-align: center;
|
|
|
- background-color: #ffffff9f;
|
|
|
- margin: 1vw;
|
|
|
- padding: 2vw;
|
|
|
- border-radius: 10px;
|
|
|
- box-shadow: 0 0 1vw #cccccc;
|
|
|
-
|
|
|
- .title {
|
|
|
- font-size: var(--font18Szie);
|
|
|
- font-weight: bold;
|
|
|
- margin: 0 0 2vw 0;
|
|
|
- text-align: center;
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .other {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- width: 86vw;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: space-around;
|
|
|
- margin: 0 0 2vw 0;
|
|
|
-
|
|
|
- .other_1 {
|
|
|
- width: 43vw;
|
|
|
- margin: 0 0 1vw 0;
|
|
|
- font-size: var(--font16Size);
|
|
|
- color: var(--f85Color);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .status {
|
|
|
- .text {
|
|
|
- padding: 1vw 2vw;
|
|
|
- margin: 2vw 0;
|
|
|
- color: var(--mainColor);
|
|
|
- border-radius: 15px;
|
|
|
- font-size: var(--font14Size);
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
-
|
|
|
- .color0 {
|
|
|
- background-color: #FFA500;
|
|
|
- }
|
|
|
-
|
|
|
- .color1 {
|
|
|
- background-color: #8B0000;
|
|
|
- }
|
|
|
-
|
|
|
- .color2 {
|
|
|
- background-color: #006400;
|
|
|
- }
|
|
|
-
|
|
|
- .color3 {
|
|
|
- background-color: #808080;
|
|
|
- }
|
|
|
- }
|
|
|
+ .status {
|
|
|
+ text-align: center;
|
|
|
+ margin: 0 0 2vw 0;
|
|
|
+
|
|
|
+ text {
|
|
|
+ display: inline-block;
|
|
|
+ background-color: var(--redColor);
|
|
|
+ color: var(--whiteColor);
|
|
|
+ padding: 1vw 3vw;
|
|
|
+ border-radius: 5px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
- .scroll-view {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
-
|
|
|
- .list-scroll-view {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- align-content: flex-start;
|
|
|
- justify-content: space-between;
|
|
|
- }
|
|
|
- }
|
|
|
+ // .one {
|
|
|
+ // display: flex;
|
|
|
+ // flex-direction: row;
|
|
|
+ // padding: 2vw;
|
|
|
+ // border-bottom: 1px solid var(--f1Color);
|
|
|
+
|
|
|
+ // .one_1 {
|
|
|
+ // flex-grow: 1;
|
|
|
+
|
|
|
+ // input {
|
|
|
+ // padding: 1vw 0 2vw 2vw;
|
|
|
+ // background-color: var(--f1Color);
|
|
|
+ // border-radius: 5px;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .one_2 {
|
|
|
+ // width: 20vw;
|
|
|
+
|
|
|
+ // button {
|
|
|
+ // width: 100%;
|
|
|
+ // padding: 2vw;
|
|
|
+ // font-size: var(--font14Size);
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .two {
|
|
|
+ // width: 96vw;
|
|
|
+ // margin: 2vw;
|
|
|
+
|
|
|
+ // .two_1 {
|
|
|
+ // display: flex;
|
|
|
+ // flex-direction: row;
|
|
|
+ // justify-content: space-around;
|
|
|
+ // padding: 2vw;
|
|
|
+ // background-color: var(--f1Color);
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .thr {
|
|
|
+ // width: 96vw;
|
|
|
+ // margin: 2vw;
|
|
|
+ // flex-grow: 1;
|
|
|
+ // position: relative;
|
|
|
+
|
|
|
+ // .thr_1 {
|
|
|
+ // width: 96vw;
|
|
|
+ // margin: 2vw 0;
|
|
|
+ // background-color: var(--mainColor);
|
|
|
+
|
|
|
+ // .list {
|
|
|
+ // display: flex;
|
|
|
+ // flex-direction: column;
|
|
|
+ // justify-content: center;
|
|
|
+ // background-color: var(--f1Color);
|
|
|
+ // border-bottom: 1px dashed var(--f85Color);
|
|
|
+ // width: 92vw;
|
|
|
+ // padding: 2vw;
|
|
|
+ // margin: 0 0 2vw 0;
|
|
|
+
|
|
|
+ // .list_1 {
|
|
|
+ // position: relative;
|
|
|
+ // height: 210px;
|
|
|
+
|
|
|
+ // .one_1 {
|
|
|
+ // height: 100px;
|
|
|
+
|
|
|
+ // .image {
|
|
|
+ // width: 100%;
|
|
|
+ // height: 100%;
|
|
|
+ // background-color: var(--mainColor);
|
|
|
+ // }
|
|
|
+
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .one_2 {
|
|
|
+ // position: absolute;
|
|
|
+ // top: 17vw;
|
|
|
+ // width: 86vw;
|
|
|
+ // text-align: center;
|
|
|
+ // background-color: #ffffff9f;
|
|
|
+ // margin: 1vw;
|
|
|
+ // padding: 2vw;
|
|
|
+ // border-radius: 10px;
|
|
|
+ // box-shadow: 0 0 1vw #cccccc;
|
|
|
+
|
|
|
+ // .title {
|
|
|
+ // font-size: var(--font18Szie);
|
|
|
+ // font-weight: bold;
|
|
|
+ // margin: 0 0 2vw 0;
|
|
|
+ // text-align: center;
|
|
|
+
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .other {
|
|
|
+ // display: flex;
|
|
|
+ // flex-wrap: wrap;
|
|
|
+ // width: 86vw;
|
|
|
+ // flex-direction: row;
|
|
|
+ // justify-content: space-around;
|
|
|
+ // margin: 0 0 2vw 0;
|
|
|
+
|
|
|
+ // .other_1 {
|
|
|
+ // width: 43vw;
|
|
|
+ // margin: 0 0 1vw 0;
|
|
|
+ // font-size: var(--font16Size);
|
|
|
+ // color: var(--f85Color);
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .status {
|
|
|
+ // .text {
|
|
|
+ // padding: 1vw 2vw;
|
|
|
+ // margin: 2vw 0;
|
|
|
+ // color: var(--mainColor);
|
|
|
+ // border-radius: 15px;
|
|
|
+ // font-size: var(--font14Size);
|
|
|
+ // text-align: center;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .color0 {
|
|
|
+ // background-color: #FFA500;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .color1 {
|
|
|
+ // background-color: #8B0000;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .color2 {
|
|
|
+ // background-color: #006400;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .color3 {
|
|
|
+ // background-color: #808080;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+
|
|
|
+ // }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.scroll-view {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+
|
|
|
+ .list-scroll-view {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
}
|
|
|
}
|