| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346 |
- .headerContent {
- padding-top: 40px;
- padding-bottom: 20px;
- min-height: 100px;
- position: relative;
- }
- .teacherContent {
- display: flex;
- justify-content: space-between;
- flex-shrink: 0;
- }
- .teacherIcon {
- position: relative;
- margin-top: -38px;
- line-height: 0;
- .avatar {
- position: relative;
- width: 78px;
- height: 78px;
- box-sizing: border-box;
- border: 2px solid #fff;
- background-color: #fff;
- }
- .avatarActive{
- border-color: #FFE0B9;
- background-color: #FFE0B9;
- }
- .teacherIconVip {
- position: absolute;
- bottom: 0;
- right: -30px;
- width: 46px;
- height: 20px;
- }
- }
- .teacherInfo {
- display: flex;
- align-items: center;
- padding: 14px 0;
- .teacherInfoName {
- font-size: 20px;
- font-weight: 500;
- color: #1a1a1a;
- line-height: 18px;
- }
- & > img {
- margin-left: 10px;
- width: 39px;
- height: 16px;
- }
- }
- .teacherHonor {
- display: flex;
- align-items: center;
- font-size: 12px;
- line-height: 16px;
- color: #666;
- font-weight: 500;
- padding-bottom: 12px;
- padding-top: 10px;
- .score {
- margin-left: 25px;
- }
- }
- .headerCount {
- width: calc(100% - 28px);
- padding: 12px;
- margin: 0 auto;
- background-color: #fff;
- border-radius: 10px;
- box-sizing: border-box;
- }
- .teacherOperation {
- :global {
- .van-button {
- height: 28px;
- }
- }
- .btn {
- padding: 3px 12px 1px;
- min-width: 62px;
- }
- .btnStar{
- color: #F18400;
- border-color: #F18400;
- }
- }
- .subjectSection {
- padding-right: 10px;
- height: 18px;
- max-width: 70px;
- }
- .teacher-bottom {
- padding: 30px 0 0 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .teacher-data {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .teacher-data_item {
- font-size: 14px;
- color: #333333;
- position: relative;
- span {
- font-weight: 500;
- color: #000000;
- font-size: 20px;
- margin-left: 5px;
- }
- &::after {
- content: ' ';
- display: inline-block;
- position: absolute;
- right: 0px;
- top: 2px;
- width: 1px;
- height: 16px;
- background: #ebebeb;
- }
- &:first-child {
- padding-right: 15px;
- margin-right: 15px;
- }
- &:last-child {
- &::after {
- display: none;
- }
- }
- }
- }
- .iconVip {
- width: 34px !important;
- margin-right: 5px;
- }
- .iconOther {
- margin-left: 6px;
- width: 18px;
- height: 18px;
- }
- .teacher-info {
- margin-left: 8px;
- .teacher-name {
- font-size: 18px;
- font-weight: 500;
- color: #1a1a1a;
- padding-bottom: 6px;
- display: flex;
- justify-content: space-between;
- .teacherCert {
- display: flex;
- align-items: center;
- }
- .teacherLast {
- display: inline-block;
- max-width: 120px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- }
- .subjectList::-webkit-scrollbar {
- display: none; /* Chrome Safari */
- }
- .subjectList {
- overflow: auto;
- width: 255px;
- display: flex;
- flex-wrap: nowrap;
- }
- .piNameSubject {
- display: flex;
- align-items: center;
- .subject {
- display: flex;
- align-items: center;
- margin-left: 5px;
- background: #fff1de;
- border-radius: 4px;
- font-size: 12px;
- line-height: 12px;
- color: #ff8c00;
- padding: 3px;
- white-space: nowrap;
- &:first-child {
- margin-left: 0;
- }
- }
- }
- .rTitle {
- display: flex;
- align-items: center;
- &::before {
- margin-right: 8px;
- content: ' ';
- display: inline-block;
- width: 4px;
- height: 14px;
- background: #2dc7aa;
- border-radius: 3px;
- }
- }
- .liveTag {
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- line-height: 16px;
- background: #ff6363;
- border-radius: 20px;
- text-align: center;
- color: #fff;
- font-size: 10px;
- font-weight: 500;
- padding: 2px 0;
- width: 60%;
- z-index: 10;
- }
- .teacherName {
- display: inline-block;
- flex: 1;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100px;
- }
- .teacherIcons {
- display: flex;
- align-items: center;
- }
- .teaherPopup {
- background: transparent;
- width: 276px;
- overflow: initial;
- }
- .teacherIconWrap {
- padding: 50px 22px 22px 22px;
- background-color: #fff;
- border-radius: 0 0 10px 10px;
- margin-top: -25px;
- }
- .teacherIconItem {
- margin-bottom: 16px;
- .teacherIconItemTop {
- display: flex;
- align-items: center;
- margin-bottom: 10px;
- }
- :global {
- .van-image {
- margin-right: 8px;
- width: 24px;
- height: 24px;
- }
- }
- .teacherIconTitle {
- font-size: 16px;
- font-weight: bold;
- color: #333;
- }
- .teacherIconDes {
- font-size: 12px;
- line-height: 16px;
- font-weight: 400;
- padding-left: 3px;
- color: #666;
- }
- }
- .closeIcon {
- position: absolute;
- bottom: -54px;
- left: 50%;
- transform: translateX(-50%);
- width: 0.96rem;
- height: 0.96rem;
- }
- .liveList {
- padding: 12px 0;
- .headerFollow {
- margin-bottom: 12px;
- .teacherIcon {
- margin: 0 10px 0 0;
- }
- .score {
- margin-left: 10px;
- }
- .teacherIconVip {
- left: 50%;
- right: initial;
- transform: translateX(-50%);
- bottom: -6px;
- }
- .liveTag {
- bottom: -30px;
- width: 80%;
- }
- .avatar {
- width: 60px;
- height: 60px;
- }
- .piNameSubject {
- align-items: flex-start;
- }
- .subjectList {
- flex-wrap: wrap;
- }
- .subject {
- margin: 0 5px 5px 0;
- }
- .teacher-bottom {
- padding-top: 24px;
- }
- .unlinkeBtn {
- font-size: 12px;
- color: #FF6363;
- border: 1px solid #FF6363;
- padding: 5px 10px;
- border-radius: 20px;
- }
- }
- }
- .followContainer {
- display: flex;
- align-items: flex-start;
- }
|