.courseStart { .infoField { width: 50vw; font-size: 16px; :global { .van-tab { font-size: 16px; } .van-tabs__nav--line { padding-left: 0; } .van-tab--active { color: #000; } } } .photoTip { font-size: 14px; color: #999999; line-height: 27px; padding: 5px 0; } .boxStyle { background: transparent; width: 18px; height: 18px; border: transparent; } :global { .van-radio { display: inline-block; align-items: inherit; overflow: inherit; } .van-radio__icon { height: 18px; line-height: 18px; display: inline-block; vertical-align: sub; } .van-radio__label { line-height: 18px; } } .imgContainer { width: 150px; height: 100px; border-radius: 10px; overflow: hidden; margin: 0 0 12px; position: relative; :global { .van-radio { position: absolute; bottom: 10px; right: 20px; z-index: 9; } } } .stepTips { padding: 7px 12px; margin-bottom: 15px; background: linear-gradient(139deg, #fff6ee 0%, #ffecdd 100%); border-radius: 6px; line-height: 22px; font-size: 12px; color: #e0945a; display: flex; align-items: center; } }