1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- /* 水平间距 */
- /* 水平间距 */
- .content.data-v-bf1a7b85 {
- display: flex;
- flex-direction: column;
- width: 100vw;
- height: 100vh;
- background-color: var(--footColor);
- }
- .content .one .icon.data-v-bf1a7b85 {
- padding: 2vw;
- }
- .content .one .margin.data-v-bf1a7b85 {
- margin: 3vw 0 0 0;
- }
- .content .one .other.data-v-bf1a7b85 {
- padding: 3vw 2vw;
- border-bottom: 1px solid var(--footColor);
- }
- .content .one .value.data-v-bf1a7b85 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- background-color: var(--mainColor);
- }
- .content .one .value .label .input.data-v-bf1a7b85 {
- text-align: right;
- }
- .content .one .value .label .image.data-v-bf1a7b85 {
- width: 15vw;
- height: 15vw;
- border-radius: 20vw;
- }
- .content .one .remark.data-v-bf1a7b85 {
- padding: 4vw 2vw;
- text-align: center;
- color: var(--f99Color);
- font-size: var(--font18Size);
- }
- .content .one .button.data-v-bf1a7b85 {
- margin: 2vw 0 0 0;
- text-align: center;
- }
- .content .one .button button.data-v-bf1a7b85 {
- font-size: var(--font14Size);
- border-radius: 2vw;
- }
|