/* 水平间距 */ /* 水平间距 */ .content.data-v-5cb065a7 { display: flex; flex-direction: column; min-height: 100vh; background-color: var(--f1Color); } .content .one.data-v-5cb065a7 { display: flex; justify-content: center; align-items: center; padding: 2vw; background-color: var(--mainColor); } .content .one .one_1.data-v-5cb065a7 { padding: 0 2vw; width: 75vw; } .content .one .one_1 input.data-v-5cb065a7 { padding: 2vw; background-color: var(--f1Color); font-size: var(--font14Size); border-radius: 5px; } .content .one .button.data-v-5cb065a7 { background-color: var(--3c9Color); color: var(--mainColor); } .content .two.data-v-5cb065a7 { margin: 0 2vw; } .content .two .list.data-v-5cb065a7 { background-color: var(--mainColor); border-bottom: 1px solid var(--f5Color); margin: 2vw 0 0 0; border-radius: 4px; padding: 2vw; } .content .two .list .name.data-v-5cb065a7 { font-size: var(--font16Size); font-weight: bold; margin: 0 2vw 2vw 2vw; } .content .two .list .other_1.data-v-5cb065a7 { display: flex; justify-content: space-between; padding: 1vw 2vw; } .content .two .list .other_1 .value.data-v-5cb065a7 { display: flex; align-items: center; } .content .two .list .other_1 .value .title.data-v-5cb065a7 { font-size: var(--font14Size); font-weight: bold; } .content .two .list .other_1 .value .label.data-v-5cb065a7 { font-size: var(--font12Size); color: var(--f85Color); } .content .two .list .other_2.data-v-5cb065a7 { display: flex; align-items: center; padding: 1vw 2vw; } .content .two .list .other_2 .other_2_1.data-v-5cb065a7 { font-size: var(--font14Size); font-weight: bold; } .content .two .list .other_2 .other_2_2.data-v-5cb065a7 { width: 70%; font-size: var(--font12Size); color: var(--f85Color); } .content .two .list .other_2 .red.data-v-5cb065a7 { color: var(--ff0Color); } .content .two .list .bottom.data-v-5cb065a7 { margin: 2vw 0 0 0; text-align: center; } .content .two .list .bottom .button.data-v-5cb065a7 { color: var(--mainColor); font-size: var(--font14Size); border-radius: 2vw; } .content .two .list .bottom .button_1.data-v-5cb065a7 { margin: 0 2vw 0 0; background-color: var(--3c9Color); } .content .two .list .bottom .button_2.data-v-5cb065a7 { background-color: var(--ff0Color); }