@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; } } }