|
@@ -1,48 +1,49 @@
|
|
@charset "UTF-8";
|
|
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
-.main {
|
|
|
|
|
|
+.main.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
width: 100vw;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
background-color: var(--footColor);
|
|
background-color: var(--footColor);
|
|
}
|
|
}
|
|
-.main .one {
|
|
|
|
|
|
+.main .one.data-v-4dcceeb0 {
|
|
background-image: linear-gradient(181.2deg, #FEFEFE 10.5%, #87CEFA 86.8%);
|
|
background-image: linear-gradient(181.2deg, #FEFEFE 10.5%, #87CEFA 86.8%);
|
|
height: 45vw;
|
|
height: 45vw;
|
|
}
|
|
}
|
|
-.main .one .one_1 {
|
|
|
|
- padding: 5vw;
|
|
|
|
|
|
+.main .one .one_1.data-v-4dcceeb0 {
|
|
|
|
+ padding: 4vw;
|
|
}
|
|
}
|
|
-.main .one .one_1 .top {
|
|
|
|
|
|
+.main .one .one_1 .top.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- font-size: var(--font20Szie);
|
|
|
|
|
|
+ font-size: var(--font18Szie);
|
|
}
|
|
}
|
|
-.main .one .one_1 .top .image {
|
|
|
|
|
|
+.main .one .one_1 .top .image.data-v-4dcceeb0 {
|
|
width: 15vw;
|
|
width: 15vw;
|
|
height: 15vw;
|
|
height: 15vw;
|
|
border-radius: 15vw;
|
|
border-radius: 15vw;
|
|
|
|
+ margin: 0 2vw;
|
|
}
|
|
}
|
|
-.main .one .one_1 .top .iconfont {
|
|
|
|
|
|
+.main .one .one_1 .top .iconfont.data-v-4dcceeb0 {
|
|
font-size: 40px;
|
|
font-size: 40px;
|
|
color: var(--f85Color);
|
|
color: var(--f85Color);
|
|
padding: 2vw;
|
|
padding: 2vw;
|
|
}
|
|
}
|
|
-.main .one .one_2 {
|
|
|
|
|
|
+.main .one .one_2.data-v-4dcceeb0 {
|
|
padding: 5vw;
|
|
padding: 5vw;
|
|
}
|
|
}
|
|
-.main .one .one_2 .bottom {
|
|
|
|
|
|
+.main .one .one_2 .bottom.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
}
|
|
}
|
|
-.main .one .one_2 .bottom .list {
|
|
|
|
|
|
+.main .one .one_2 .bottom .list.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
-.main .two {
|
|
|
|
|
|
+.main .two.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 2vw;
|
|
padding: 2vw;
|
|
@@ -50,43 +51,43 @@
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
background-color: var(--mainColor);
|
|
background-color: var(--mainColor);
|
|
}
|
|
}
|
|
-.main .two .two_1 {
|
|
|
|
|
|
+.main .two .two_1.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
padding: 2vw;
|
|
padding: 2vw;
|
|
border-bottom: 1px solid var(--f9Color);
|
|
border-bottom: 1px solid var(--f9Color);
|
|
}
|
|
}
|
|
-.main .two .two_1 .left {
|
|
|
|
|
|
+.main .two .two_1 .left.data-v-4dcceeb0 {
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
font-size: var(--font14Size);
|
|
font-size: var(--font14Size);
|
|
}
|
|
}
|
|
-.main .two .two_1 .right {
|
|
|
|
|
|
+.main .two .two_1 .right.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
font-size: var(--font12Size);
|
|
font-size: var(--font12Size);
|
|
color: var(--f99Color);
|
|
color: var(--f99Color);
|
|
}
|
|
}
|
|
-.main .two .two_2 {
|
|
|
|
|
|
+.main .two .two_2.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
padding: 3vw 4vw;
|
|
padding: 3vw 4vw;
|
|
}
|
|
}
|
|
-.main .two .two_2 .list {
|
|
|
|
|
|
+.main .two .two_2 .list.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-.main .two .two_2 .list .icon .iconfont {
|
|
|
|
|
|
+.main .two .two_2 .list .icon .iconfont.data-v-4dcceeb0 {
|
|
font-size: 25px;
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
-.main .two .two_2 .list .title {
|
|
|
|
|
|
+.main .two .two_2 .list .title.data-v-4dcceeb0 {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
margin: 1vw 0 0 0;
|
|
margin: 1vw 0 0 0;
|
|
font-size: var(--font12Size);
|
|
font-size: var(--font12Size);
|
|
}
|
|
}
|
|
-.main .thr {
|
|
|
|
|
|
+.main .thr.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 2vw;
|
|
padding: 2vw;
|
|
@@ -94,29 +95,29 @@
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
background-color: var(--mainColor);
|
|
background-color: var(--mainColor);
|
|
}
|
|
}
|
|
-.main .thr .list {
|
|
|
|
|
|
+.main .thr .list.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
padding: 2vw;
|
|
padding: 2vw;
|
|
border-bottom: 1px solid var(--f9Color);
|
|
border-bottom: 1px solid var(--f9Color);
|
|
}
|
|
}
|
|
-.main .thr .list .left {
|
|
|
|
|
|
+.main .thr .list .left.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
font-size: var(--font12Size);
|
|
font-size: var(--font12Size);
|
|
}
|
|
}
|
|
-.main .thr .list .left .icon {
|
|
|
|
|
|
+.main .thr .list .left .icon.data-v-4dcceeb0 {
|
|
padding: 0 1vw 0 0;
|
|
padding: 0 1vw 0 0;
|
|
}
|
|
}
|
|
-.main .thr .list .left .icon .iconfont {
|
|
|
|
|
|
+.main .thr .list .left .icon .iconfont.data-v-4dcceeb0 {
|
|
color: var(--f3CColor);
|
|
color: var(--f3CColor);
|
|
font-size: var(--font18Szie);
|
|
font-size: var(--font18Szie);
|
|
}
|
|
}
|
|
-.main .thr .list .left .title {
|
|
|
|
|
|
+.main .thr .list .left .title.data-v-4dcceeb0 {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
font-size: var(--font12Size);
|
|
font-size: var(--font12Size);
|
|
}
|
|
}
|
|
-.main .thr .list .right {
|
|
|
|
|
|
+.main .thr .list .right.data-v-4dcceeb0 {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
font-size: var(--font12Size);
|
|
font-size: var(--font12Size);
|