123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432 |
- .headerContent {
- // padding-top: 12px;
- // padding-bottom: 20px;
- min-height: 100px;
- position: relative;
- }
- .teacherContent {
- display: flex;
- justify-content: space-between;
- flex-shrink: 0;
- }
- .teacherUs {
- padding-left: 20px;
- flex: 1 auto;
- }
- .teacherIcon {
- position: relative;
- // margin-top: -38px;
- line-height: 0;
- .avatar {
- position: relative;
- width: 78px;
- height: 78px;
- box-sizing: border-box;
- border: 1px solid #fff;
- background-color: #fff;
- }
- .avatarActive {
- border-color: #F0AF88;
- background-color: #F0AF88;
- }
- .teacherIconVip {
- position: absolute;
- bottom: 0;
- right: -12px;
- width: 39px;
- height: 18px;
- }
- }
- .teacherInfo {
- display: flex;
- align-items: center;
- padding: 14px 0 0;
- .teacherInfoName {
- font-weight: 600;
- font-size: 22px;
- color: #FFFFFF;
- max-width: 150px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- &>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-left: 8px;
- .score {
- margin-left: 25px;
- }
- }
- .headerCount {
- width: 100%;
- padding: 14px 14px 20px;
- margin: 0 auto;
- border-radius: 10px;
- box-sizing: border-box;
- }
- .teacherOperation {
- padding-top: 18px;
- display: flex;
- :global {
- .van-button {
- height: 36px;
- border-radius: 6px;
- background: rgba(255, 255, 255, .2);
- border: none;
- color: #FFFFFF;
- font-size: 14px;
- font-weight: 600;
- }
- }
- .btn {
- padding: 3px 12px 1px;
- flex: 1;
- img {
- width: 18px;
- // height: 18px;
- vertical-align: sub;
- margin-right: 6px;
- }
- &:first-child {
- margin-right: 13px;
- }
- }
- .btnStar {
- color: #F8F9FC;
- background: #2DC7AA;
- // &::before {
- // background: #2DC7AA;
- // }
- }
- }
- .subjectSection {
- margin-right: 10px;
- // height: 18px;
- max-width: 44px;
- box-sizing: content-box;
- }
- .teacher-bottom {
- padding: 11px 0 0 0;
- display: flex;
- align-items: center;
- .iconCert {
- height: 18px;
- margin-right: 8px;
- }
- }
- .followFans {
- padding-top: 10px !important;
- }
- .teacher-data {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .teacher-data_item {
- font-size: 13px;
- color: rgba(255,255,255,0.6);
- position: relative;
- line-height: 1.2;
- span {
- font-weight: 500;
- font-family: DIN;
- font-weight: bold;
- font-size: 15px;
- color: #fff;
- 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-x: auto;
- overflow-y: hidden;
- width: 285px;
- // height: 18px;
- display: flex;
- flex-wrap: nowrap;
- }
- .piNameSubject {
- display: flex;
- align-items: center;
- padding-top: 20px;
- .subject {
- display: flex;
- align-items: center;
- margin-left: 8px;
- background: rgba(255, 255, 255, .2);
- border-radius: 10px;
- font-size: 12px;
- line-height: 1.3;
- color: #FFFFFF;
- padding: 4px 8px 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;
- top: -1.5px;
- left: 50%;
- transform: translateX(-50%);
- width: 34px;
- // 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: 72px;
- height: 72px;
- }
- .piNameSubject {
- align-items: flex-start;
- }
- .subjectList {
- flex-wrap: wrap;
- }
- .subject {
- margin: 2px 5px 3px 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;
- }
|