.searchBand { // margin: 12px 13px; font-size: 14px; font-weight: 600; color: #333333; } .gridContainer { margin: 0 13px 12px; background: #ffffff; border-radius: 10px; overflow: hidden; .title { font-size: 26px; font-weight: bold; color: #333; span { font-size: 12px; color: #333333; } } .red { color: #f67146; } .name { padding-top: 8px; font-size: 12px; color: #777777; } } .gridClass { .title { font-size: 24px; } .teacher { font-size: 18px; line-height: 24px; } .className { padding: 17px 15px 0; font-size: 16px; font-weight: 500; color: #333333; line-height: 22px; .line { display: inline-block; width: 4px; height: 12px; background: #ff8057; border-radius: 3px; margin-right: 6px; } } :global { .van-grid-item { &:after { content: ' '; position: absolute; top: 50%; right: 0; margin-top: -10px; width: 1px; height: 20px; background: #eaeaea; border-radius: 1px; } &:last-child { &::after { display: none; } } } } } .codeContainer { .codeImg { width: 323px; height: 465px; // padding-left: 8px; background: url('../images/download.png') no-repeat center center; background-size: contain; margin: 0 auto; .codeContent { padding-left: 8px; } .codeTitle { text-align: center; padding-top: 13px; font-size: 24px; font-weight: bold; color: #ffffff; text-shadow: 1px 1px 7px #f4672a; } .codeName { padding: 40px 12px 0; font-size: 18px; font-weight: 600; color: #ffffff; text-align: center; } .codeQr { margin: 23px auto 0; width: 241px; height: 241px; background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%); border-radius: 11px; overflow: hidden; img { width: 100%; height: 100%; } } .codeBtnText { margin: 15px auto 0; display: inline-block; background: linear-gradient(135deg, #ff9c63 0%, #ff7144 100%); border-radius: 18px; padding: 6px 16px; font-size: 16px; font-weight: 600; color: #ffffff; } .codeTips { padding-top: 10px; font-size: 13px; font-weight: 600; color: #f16437; line-height: 18px; text-align: center; } } .close { position: absolute; top: 12px; right: 15px; } .codeBottom { position: relative; margin-top: 32px; background: #ffffff; border-radius: 20px 20px 0px 0px; padding-bottom: 10px; } .title { font-size: 16px; font-weight: 600; color: #333333; line-height: 22px; padding: 15px 15px 0; i { display: inline-block; margin-right: 6px; width: 4px; height: 12px; background: #ff8057; border-radius: 2px; } } .shareImg { width: 47px; height: 47px; } .shareText { padding-top: 6px; font-size: 14px; color: #333333; line-height: 20px; } }