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