123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- /* 水平间距 */
- /* 水平间距 */
- .teacher.data-v-70f918ed {
- display: flex;
- flex-direction: column;
- background-color: var(--footColor);
- }
- .teacher .one .icon.data-v-70f918ed {
- padding: 2vw;
- }
- .teacher .one .margin.data-v-70f918ed {
- margin: 3vw 0 0 0;
- }
- .teacher .one .other.data-v-70f918ed {
- padding: 3vw 2vw;
- border-bottom: 1px solid var(--footColor);
- }
- .teacher .one .value.data-v-70f918ed {
- display: flex;
- justify-content: space-between;
- align-items: center;
- background-color: var(--mainColor);
- }
- .teacher .one .value .label.data-v-70f918ed {
- text-align: right;
- }
- .teacher .one .value .label .input.data-v-70f918ed {
- text-align: right;
- }
- .teacher .one .value .label .image.data-v-70f918ed {
- width: 15vw;
- height: 15vw;
- border-radius: 20vw;
- }
- .teacher .one .value .label .error-message.data-v-70f918ed {
- margin: 5px 0 0 0;
- color: var(--ff0Color);
- font-size: var(--font12Size);
- }
- .teacher .one .brief.data-v-70f918ed {
- background-color: var(--mainColor);
- }
- .teacher .one .brief .title.data-v-70f918ed {
- margin: 0 0 2vw 0;
- }
- .teacher .one .brief .error-message.data-v-70f918ed {
- margin: 5px 0 0 0;
- color: var(--ff0Color);
- font-size: var(--font12Size);
- }
- .teacher .one .button.data-v-70f918ed {
- margin: 2vw 0 0 0;
- text-align: center;
- }
- .teacher .one .button button.data-v-70f918ed {
- color: var(--mainColor);
- background-color: var(--3c9Color);
- font-size: var(--font14Size);
- border-radius: 2vw;
- }
|