|
@@ -1,173 +1,144 @@
|
|
|
@import "/app.wxss";
|
|
|
-
|
|
|
.main {
|
|
|
- height: var(--twoHeight);
|
|
|
- background-color: var(--mainColor);
|
|
|
+ height: var(--twoHeight);
|
|
|
+ background-color: var(--mainColor);
|
|
|
}
|
|
|
-
|
|
|
.main .one {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- padding: 2vw;
|
|
|
- border-bottom: 1px solid var(--f1Color);
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ padding: 2vw;
|
|
|
+ border-bottom: 1px solid var(--f1Color);
|
|
|
}
|
|
|
-
|
|
|
.main .one .one_1 {
|
|
|
- flex-grow: 1;
|
|
|
+ flex-grow: 1;
|
|
|
}
|
|
|
-
|
|
|
.main .one .one_1 input {
|
|
|
- padding: 1vw 0 2vw 2vw;
|
|
|
- background-color: var(--f1Color);
|
|
|
- border-radius: 5px;
|
|
|
+ padding: 1vw 0 2vw 2vw;
|
|
|
+ background-color: var(--f1Color);
|
|
|
+ border-radius: 5px;
|
|
|
}
|
|
|
-
|
|
|
.main .one .one_2 {
|
|
|
- width: 20vw;
|
|
|
+ width: 20vw;
|
|
|
}
|
|
|
-
|
|
|
.main .one .one_2 button {
|
|
|
- width: 100%;
|
|
|
- padding: 2vw;
|
|
|
- font-size: var(--font14Size);
|
|
|
+ width: 100%;
|
|
|
+ padding: 2vw;
|
|
|
+ font-size: var(--font14Size);
|
|
|
}
|
|
|
-
|
|
|
.main .two {
|
|
|
- flex-grow: 1;
|
|
|
- position: relative;
|
|
|
+ flex-grow: 1;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
-
|
|
|
.main .two .list {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- padding: 2vw;
|
|
|
- margin: 2vw 2vw 0;
|
|
|
- border-radius: 10px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ padding: 2vw;
|
|
|
+ margin: 2vw 2vw 0;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
-
|
|
|
.main .two .list .list_1 {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- margin: 0 0 2vw 0;
|
|
|
- border: 2px dashed var(--whiteColor);
|
|
|
- border-radius: 10px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ margin: 0 0 2vw 0;
|
|
|
+ border: 2px dashed var(--whiteColor);
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
-
|
|
|
.main .two .list .list_1 .icon {
|
|
|
- width: 18vw;
|
|
|
- height: 18vw;
|
|
|
- margin-top: 2vw;
|
|
|
- margin-left: 2vw;
|
|
|
+ width: 18vw;
|
|
|
+ height: 18vw;
|
|
|
+ margin-top: 2vw;
|
|
|
+ margin-left: 2vw;
|
|
|
}
|
|
|
-
|
|
|
.main .two .list .list_1 .icon image {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- border-radius: 50%;
|
|
|
- background-color: var(--whiteColor);
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ border-radius: 50%;
|
|
|
+ background-color: var(--whiteColor);
|
|
|
}
|
|
|
-
|
|
|
.main .two .list .list_1 .content {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- margin: 0 0 0 3vw;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ margin: 0 0 0 3vw;
|
|
|
}
|
|
|
-
|
|
|
.main .two .list .list_1 .content .name {
|
|
|
- font-weight: 700;
|
|
|
- font-size: var(--font18Szie);
|
|
|
- color: var(--whiteColor);
|
|
|
- margin: 1vw 0;
|
|
|
+ font-weight: 700;
|
|
|
+ font-size: var(--font18Szie);
|
|
|
+ color: var(--whiteColor);
|
|
|
+ margin: 1vw 0;
|
|
|
}
|
|
|
-
|
|
|
.main .two .list .list_1 .content .other {
|
|
|
- font-size: var(--font15Size);
|
|
|
- color: var(--f9Color);
|
|
|
- margin: 0.5vw 0 1vw 0;
|
|
|
+ font-size: var(--font15Size);
|
|
|
+ color: var(--f9Color);
|
|
|
+ margin: 0.5vw 0 1vw 0;
|
|
|
}
|
|
|
-
|
|
|
.main .two .list .list_1 .content .other text {
|
|
|
- color: var(--whiteColor);
|
|
|
+ color: var(--whiteColor);
|
|
|
}
|
|
|
-
|
|
|
.main .two .list .btn {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
}
|
|
|
-
|
|
|
.main .two .list .btn button {
|
|
|
- width: 100%;
|
|
|
- padding: 2vw;
|
|
|
- font-size: var(--font14Size);
|
|
|
- color: var(--whiteColor);
|
|
|
- border-radius: 50px;
|
|
|
- margin: 0 2vw;
|
|
|
- background-color: #35d4bd;
|
|
|
- box-sizing: content-box;
|
|
|
- border: 2px dashed var(--whiteColor);
|
|
|
-}
|
|
|
-
|
|
|
+ width: 100%;
|
|
|
+ padding: 2vw;
|
|
|
+ font-size: var(--font14Size);
|
|
|
+ color: var(--whiteColor);
|
|
|
+ border-radius: 50px;
|
|
|
+ margin: 0 2vw;
|
|
|
+ background-color: #35d4bd;
|
|
|
+ box-sizing: content-box;
|
|
|
+ border: 2px dashed var(--whiteColor);
|
|
|
+}
|
|
|
.main .two .list .btn button:nth-child(2n) {
|
|
|
- background-color: #f860df;
|
|
|
+ background-color: #f860df;
|
|
|
}
|
|
|
-
|
|
|
.main .two .list .btn button:last-child {
|
|
|
- background-color: #FF7F50;
|
|
|
+ background-color: #FF7F50;
|
|
|
}
|
|
|
-
|
|
|
.main .two .level_0 {
|
|
|
- background-size: 100%, 100%;
|
|
|
- background-image: url('https://broadcast.waityou24.cn/files/court/elimg/20220816172614.png');
|
|
|
+ background-size: 100%, 100%;
|
|
|
+ background-image: url('https://broadcast.waityou24.cn/files/court/elimg/20220816172614.png');
|
|
|
}
|
|
|
-
|
|
|
.main .two .level_1 {
|
|
|
- background-size: 100%, 100%;
|
|
|
- background-image: url('https://broadcast.waityou24.cn/files/court/elimg/20220816172720.png');
|
|
|
+ background-size: 100%, 100%;
|
|
|
+ background-image: url('https://broadcast.waityou24.cn/files/court/elimg/20220816172720.png');
|
|
|
}
|
|
|
-
|
|
|
.main .two .level_2 {
|
|
|
- background-size: 100%, 100%;
|
|
|
- background-image: url('https://broadcast.waityou24.cn/files/court/elimg/20220816172649.png');
|
|
|
+ background-size: 100%, 100%;
|
|
|
+ background-image: url('https://broadcast.waityou24.cn/files/court/elimg/20220816172649.png');
|
|
|
}
|
|
|
-
|
|
|
.main .two .level_3 {
|
|
|
- background-color: #d39474;
|
|
|
+ background-color: #d39474;
|
|
|
}
|
|
|
-
|
|
|
.scroll-view {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
}
|
|
|
-
|
|
|
.scroll-view .list-scroll-view {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
}
|
|
|
-
|
|
|
.dialog .dialog_1 .name {
|
|
|
- text-align: center;
|
|
|
- font-size: var(--font18Szie);
|
|
|
- font-weight: bold;
|
|
|
- margin: 3vw 0;
|
|
|
+ text-align: center;
|
|
|
+ font-size: var(--font18Szie);
|
|
|
+ font-weight: bold;
|
|
|
+ margin: 3vw 0;
|
|
|
}
|
|
|
-
|
|
|
.dialog .dialog_1 .image {
|
|
|
- text-align: center;
|
|
|
- height: 18vh;
|
|
|
- overflow: hidden;
|
|
|
+ text-align: center;
|
|
|
+ height: 18vh;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
-
|
|
|
.dialog .dialog_1 .image .qrcode {
|
|
|
- height: 22vh;
|
|
|
- position: absolute;
|
|
|
- left: 32vw;
|
|
|
+ height: 22vh;
|
|
|
+ position: absolute;
|
|
|
+ left: 32vw;
|
|
|
}
|
|
|
-
|
|
|
.dialog .dialog_1 .remark {
|
|
|
- text-align: center;
|
|
|
- font-size: 15px;
|
|
|
- margin: 0 0 4vw 0;
|
|
|
-}
|
|
|
+ text-align: center;
|
|
|
+ font-size: 15px;
|
|
|
+ margin: 0 0 4vw 0;
|
|
|
+}
|