@charset "UTF-8"; /* 水平间距 */ /* 水平间距 */ .content { display: flex; flex-direction: column; padding: 2vw; } .one .list { margin: 2vw 0 0 0; background-color: var(--f1Color); display: flex; justify-content: space-between; padding: 3vw; border-bottom: 1px solid var(--f9Color); } .one .list .left { display: flex; align-items: center; font-size: var(--font12Size); } .one .list .left .title { display: inline-block; font-size: var(--font12Size); } .one .list .right { display: flex; align-items: center; font-size: var(--font12Size); color: var(--f99Color); } .two { margin: 2vw 0 0 0; background-color: var(--f1Color); } .two .button { background-color: var(--f3CColor); color: var(--mainColor); font-size: var(--font14Size); }