/* 水平间距 */ /* 水平间距 */ .content.data-v-c9b53715 { display: flex; flex-direction: column; min-height: 100vh; background-color: var(--f1Color); } .content .one.data-v-c9b53715 { margin: 0 2vw; border-radius: 5px; } .content .one .list.data-v-c9b53715 { background-color: var(--mainColor); border-bottom: 1px solid var(--f5Color); margin: 2vw 0 0 0; border-radius: 4px; padding: 2vw; } .content .one .list .value.data-v-c9b53715 { display: flex; padding: 1vw 2vw; } .content .one .list .value .title.data-v-c9b53715 { font-size: var(--font16Size); font-weight: bold; margin: 0 2vw 0 0; } .content .one .list .value .label.data-v-c9b53715 { width: 70%; font-size: var(--font14Size); color: var(--f85Color); } .content .one .list .value .red.data-v-c9b53715 { color: var(--ff0Color); } .content .is_bottom.data-v-c9b53715 { width: 100%; text-align: center; } .content .is_bottom text.data-v-c9b53715 { padding: 2vw 0; display: inline-block; color: var(--f85Color); font-size: var(--font12Size); }