1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .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;
- }
- }
|