| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- @img: '@/school/images';
- .topWrap {
- height: 316px;
- background: url('@{img}/detail-bg.png') center center/ cover;
- margin-bottom: -90px;
- .topInfo {
- padding: 34px 15px 30px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- .topInfoLeft {
- width: 50%;
- display: flex;
- flex-direction: row;
- align-items: center;
- .headWrap {
- border-radius: 50%;
- overflow: hidden;
- border: 2px solid #fff;
- width: 68px;
- height: 68px;
- margin-right: 15px;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .infoMsg {
- p {
- font-size: 20px;
- font-weight: 600;
- color: #000000;
- line-height: 28px;
- margin-bottom: 6px;
- }
- .tag {
- padding: 2px 11px;
- // min-width: 50px;
- background: #ff8057;
- border-radius: 12px;
- height: 24px;
- font-size: 14px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #ffffff;
- line-height: 24px;
- text-align: center;
- }
- }
- }
- .topInfoRight {
- width: 50%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-end;
- .infoDay {
- margin-right: 30px;
- }
- .infoDayMain {
- font-size: 24px;
- font-weight: bold;
- color: #333333;
- line-height: 28px;
- margin-bottom: 7px;
- span {
- font-size: 12px;
- font-weight: 400;
- color: #333333;
- line-height: 17px;
- }
- }
- .infoDaysub {
- font-size: 12px;
- font-weight: 400;
- color: #333333;
- line-height: 17px;
- }
- }
- }
- .chioseWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- // justify-content: space-around;
- background-color: transparent;
- }
- }
- .DialogTitle {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 20px 25px;
- span {
- width: 4px;
- height: 14px;
- background: #ff8057;
- border-radius: 2px;
- margin-right: 6px;
- }
- p {
- height: 25px;
- font-size: 18px;
- font-weight: 500;
- color: #333333;
- line-height: 25px;
- }
- }
- .DialogConent {
- padding: 0 25px 20px;
- p {
- font-size: 16px;
- line-height: 22px;
- color: #333;
- }
- }
- :global {
- .exercisDetailDialog {
- .van-dialog__header {
- padding-top: 0px !important;
- }
- }
- }
|