123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .main.data-v-4dcceeb0 {
- display: flex;
- flex-direction: column;
- width: 100vw;
- height: 100vh;
- background-image: linear-gradient(to top, #f1f1f1, #007aff);
- }
- .main .one.data-v-4dcceeb0 {
- height: 45vw;
- }
- .main .one .one_1.data-v-4dcceeb0 {
- padding: 4vw;
- }
- .main .one .one_1 .top.data-v-4dcceeb0 {
- display: flex;
- align-items: center;
- font-size: var(--font18Size);
- }
- .main .one .one_1 .top .image.data-v-4dcceeb0 {
- width: 15vw;
- height: 15vw;
- border-radius: 15vw;
- margin: 0 2vw;
- }
- .main .one .one_1 .top .iconfont.data-v-4dcceeb0 {
- font-size: 40px;
- color: var(--f85Color);
- padding: 2vw;
- }
- .main .one .one_2.data-v-4dcceeb0 {
- padding: 5vw;
- }
- .main .one .one_2 .bottom.data-v-4dcceeb0 {
- display: flex;
- justify-content: space-around;
- }
- .main .one .one_2 .bottom .list.data-v-4dcceeb0 {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .main .two.data-v-4dcceeb0 {
- display: flex;
- flex-direction: column;
- padding: 2vw;
- margin: 2vw;
- border-radius: 10px;
- background-color: var(--mainColor);
- }
- .main .two .two_1.data-v-4dcceeb0 {
- display: flex;
- justify-content: space-between;
- padding: 2vw;
- border-bottom: 1px solid var(--f9Color);
- }
- .main .two .two_1 .left.data-v-4dcceeb0 {
- font-weight: 600;
- font-size: var(--font14Size);
- }
- .main .two .two_1 .right.data-v-4dcceeb0 {
- display: flex;
- align-items: center;
- font-size: var(--font12Size);
- color: var(--f99Color);
- }
- .main .two .two_2.data-v-4dcceeb0 {
- display: flex;
- justify-content: space-between;
- padding: 3vw 4vw;
- }
- .main .two .two_2 .list.data-v-4dcceeb0 {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- text-align: center;
- }
- .main .two .two_2 .list .icon .iconfont.data-v-4dcceeb0 {
- font-size: 25px;
- }
- .main .two .two_2 .list .title.data-v-4dcceeb0 {
- display: inline-block;
- margin: 1vw 0 0 0;
- font-size: var(--font12Size);
- }
- .main .thr.data-v-4dcceeb0 {
- display: flex;
- flex-direction: column;
- padding: 2vw;
- margin: 0 2vw;
- border-radius: 10px;
- background-color: var(--mainColor);
- }
- .main .thr .list.data-v-4dcceeb0 {
- display: flex;
- justify-content: space-between;
- padding: 2vw;
- border-bottom: 1px solid var(--f9Color);
- }
- .main .thr .list .left.data-v-4dcceeb0 {
- display: flex;
- align-items: center;
- font-size: var(--font12Size);
- }
- .main .thr .list .left .icon.data-v-4dcceeb0 {
- padding: 0 1vw 0 0;
- }
- .main .thr .list .left .icon .iconfont.data-v-4dcceeb0 {
- color: var(--f3CColor);
- font-size: var(--font18Size);
- }
- .main .thr .list .left .title.data-v-4dcceeb0 {
- display: inline-block;
- font-size: var(--font12Size);
- }
- .main .thr .list .right.data-v-4dcceeb0 {
- display: flex;
- align-items: center;
- font-size: var(--font12Size);
- color: var(--f99Color);
- }
|