| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- .schoolWrap {
- position: relative;
- .schoolBg {
- width: 100%;
- }
- .absWrap {
- position: absolute;
- width: calc(100% - 26px);
- left: 13px;
- top: 78px;
- .schoolMainTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-bottom: 20px;
- .schoolMainLeft {
- width: 54px;
- height: 54px;
- overflow: hidden;
- border-radius: 50%;
- margin-right: 12px;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .schoolMainRight {
- width: 283px;
- .schoolMainTitle {
- display: inline-block;
- width: 283px;
- margin-bottom: 5px;
- height: 25px;
- font-size: 18px;
- font-weight: 600;
- color: #000000;
- line-height: 25px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .schoolMainSub {
- font-size: 14px;
- font-weight: 400;
- color: #333333;
- line-height: 20px;
- }
- }
- }
- .detailInfo {
- padding: 15px;
- background-color: #fff;
- border-radius: 10px;
- p {
- margin-bottom: 15px;
- font-size: 15px;
- font-weight: 500;
- color: #333333;
- line-height: 21px;
- }
- // .eidtIcon {
- // }
- }
- }
- .teacherList {
- margin: 0 13px 54px;
- .teacherTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-bottom: 12px;
- .dot {
- width: 4px;
- height: 12px;
- background: #ff8057;
- border-radius: 2px;
- margin-right: 6px;
- }
- p {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- }
- }
- }
- }
- .schoolEidtWrap {
- .eidtWrap {
- margin: 12px 0 12px;
- }
- }
- .wall {
- height: 44px;
- }
- .bottomWrap {
- position: fixed;
- width: 100%;
- left: 0;
- bottom: 60px;
- display: flex;
- flex-direction: column;
- align-items: center;
- :global {
- .van-button {
- line-height: 44px;
- border-radius: 39px;
- width: 325px;
- }
- }
- }
|