123456789101112131415161718192021222324252627282930313233343536 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .main .one.data-v-1d21aa13 {
- padding: 2vw;
- text-align: center;
- }
- .main .two.data-v-1d21aa13 {
- padding: 2vw;
- }
- .main .two .two_1.data-v-1d21aa13 {
- display: flex;
- justify-content: space-between;
- padding: 4vw;
- border-bottom: 1px solid var(--f9Color);
- font-size: var(--font14Size);
- color: var(--f69Color);
- }
- .main .two .two_1 .right.data-v-1d21aa13 {
- display: flex;
- align-items: center;
- }
- .main .two .two_1 .right input.data-v-1d21aa13 {
- text-align: right;
- padding: 0 1vw;
- }
- .main .thr.data-v-1d21aa13 {
- text-align: center;
- }
- .main .thr .button.data-v-1d21aa13 {
- margin: 2vw 0 0 0;
- background-color: var(--f3CColor);
- color: var(--mainColor);
- font-size: var(--font14Size);
- }
|