123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- .page-teacher{
- background:#000;
- display:flex;
- flex-direction: column;
- width:100vw;
- min-height: 100vh;
- .uni-swiper-dot{
- height:200px;
- border:1px solid red;
- }
-
-
- .section0{
- color:#FFF;
-
- margin-left:10px;
- margin-right: 10px;
-
-
- display: flex;
-
- .teach-banner{
-
- width: 100%;
- overflow: hidden;
- border-radius: 7px;
- height:200px;
- }
- }
-
- .section1{
- display:flex;
- flex-direction: column;
- margin-left:10px;
- margin-right:10px;
- margin-top:10px;
- .name{
- height:30px;
- display:flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- margin-left:5px;
-
- .text{
- color:$teacher-main-color;
- width:50%;
- font-size:12px;
- }
- .sign{
- color:#FFF;
- width:50%;
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- >view{
- .img{
- margin-right: 10px;
- .icon{
- width:14px;
- height:14px;
- }
- }
- }
- }
- }
- .intro{
- color:#FFF;
- font-size:12px;
- color:#CCC;
- }
- }
- .section2{
- margin-top:10px;
- .title{
- font-size:14px;
- color:$teacher-main-color;
- font-weight: bold;
- margin-left:10px;
- }
- .zs{
- display:flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- margin-top:10px;
- margin-left:10px;
- margin-right:10px;
- .image{
- width:100px;
- height:100px;
- overflow: hidden;
- margin-right:5px;
- .img{
- width:90px;
- height:90px;
- }
- }
- }
- }
-
-
- .section3{
- // margin: 0 auto;
- .title{
- display:flex;
- justify-content: space-between;
- text-align: center;
- margin-top: 20px;
- margin-bottom: 10px;
- margin-left:10px;
- width: 100%;
- font-size:14px;
- color:$teacher-main-color;
- font-weight: bold;
- height:30px;
- line-height: 30px;
- }
- .list{
- font-size:12px;
- color:#FFF;
- }
- }
-
-
- .selection{
- display:flex;
- flex-direction: row;
- margin-left:20px;
- margin-right:10px;
- margin-top:10px;
- }
-
- .address{
- font-size:12px;
- color:#dedede;
- margin-left:20px;
- margin-right: 20px;
- height:30px;
- line-height: 30px;
- }
-
-
- .section4{
- background:#1a1a1a;
- margin-left:10px;
- margin-right: 10px;
- border-radius: 20px;
- margin-top:10px;
- .course-date{
- height: 100px;
-
- }
- .title{
- width:90%;
- margin:auto;
- display:flex;
- height:40px;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- .txt{
- color:$teacher-main-color;
- font-size:12px;
- }
- .more{
- color:$teacher-sub-title-color;
- font-size:12px;
- }
- }
-
- .calendar{
- padding-left:10px;
- padding-right: 10px;
- height:60px;
- display: flex;
- color:#FFF;
- flex-direction: column;
- padding-top:5px;
- .week{
- display:flex;
- flex-direction: row;
- height:30px;
- justify-content: center;
- align-items: center;
- .day{
- width:100%;
- display:flex;
- flex-grow: 1;
- flex-shrink: 1;
- justify-content: center;
- align-items: center;
- font-size:12px;
- }
- .active{
-
- .current{
- display:flex;
- color:#FFf;
- width:30px;
- height:30px;
- background:$teacher-main-color;
- border-radius: 50%;
- justify-content: center;
- align-items: center;
- }
- }
- }
- .month{
- display:flex;
- flex-direction: row;
- height:30px;
- .day{
- width:100%;
- display:flex;
- flex-grow: 1;
- flex-shrink: 1;
- justify-content: center;
- align-items: center;
- font-size:12px;
- }
- }
- }
-
-
-
- .selection{
- display:flex;
- flex-direction: row;
- margin-left:20px;
- margin-left:10px;
- }
-
- .address{
- font-size:12px;
- color:#dedede;
- margin-left:20px;
- margin-right: 20px;
- height:30px;
- line-height: 30px;
- }
- .teacher-list{
- display:flex;
- flex-direction: column;
- }
-
-
- }
-
- }
|