123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- /* 水平间距 */
- /* 水平间距 */
- .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);
- }
- .content .is_bottom.data-v-5cb065a7 {
- width: 100%;
- text-align: center;
- }
- .content .is_bottom text.data-v-5cb065a7 {
- padding: 2vw 0;
- display: inline-block;
- color: var(--f85Color);
- font-size: var(--font12Size);
- }
|