/* 水平间距 */ /* 水平间距 */ .content.data-v-fe92273c { display: flex; flex-direction: column; width: 100vw; height: 100vh; } .content .one.data-v-fe92273c { position: relative; flex-grow: 1; } .content .one .one_1.data-v-fe92273c { height: 20vw; background-color: var(--f12Color); } .content .two.data-v-fe92273c { display: flex; justify-content: space-between; align-items: center; padding: 2vw; } .content .two .left.data-v-fe92273c { display: flex; } .content .two .left .left_1.data-v-fe92273c { display: flex; flex-direction: column; align-items: center; padding: 0 2vw; font-size: var(--font14Size); color: var(--f69Color); } .content .two .left .left_1 text.data-v-fe92273c { margin: 2px 0 0 0; } .content .two .right button.data-v-fe92273c { width: 60vw; font-size: var(--font16Size); } .scroll-view.data-v-fe92273c { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .scroll-view .list-scroll-view.data-v-fe92273c { display: flex; flex-direction: column; }