|
@@ -110,151 +110,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
- // .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;
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- // }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|