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