123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559 |
- .student-register {
- min-height: 100vh;
- // background: #FFF4E2;
- background: linear-gradient(180deg, #C9EDFD 0%, #CCF0FF 100%);
- overflow: hidden;
- position: relative;
- --k-font-primary: #007AFE;
- .studentRegisterContainer {
- padding-top: 142px;
- background: url('./images/new/banner-bg.png') no-repeat top center;
- background-size: contain;
- }
- }
- .paymentContainer {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 14px;
- padding: 12px 14px calc(15px + env(safe-area-inset-bottom)) 12px;
- background: #FFFFFF;
- box-shadow: 0px -1px 0px 0px #F2F2F2, inset 0px 1px 3px 0px #FFFFFF;
- border-radius: 18px 18px 0px 0px;
- .giftTip {
- width: 52px;
- height: 18px;
- }
- .needPrice {
- color: #333333;
- padding-bottom: 7px;
- font-size: 14px;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #FC1A19;
- padding-right: 6px;
- span {
- font-size: 28px;
- margin-right: 2px;
- }
- i {
- // margin-top: -3px;
- vertical-align: text-bottom;
- }
- }
- .allPrice {
- display: inline-block;
- font-size: 14px;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #AAAAAA;
- line-height: 16px;
- vertical-align: text-top;
- }
- :global {
- .van-button {
- height: 40px;
- line-height: 40px;
- width: 148px;
- background: linear-gradient(135deg, #31C7FF 0%, #007AFE 100%);
- font-size: 16px;
- color: #fff;
- font-weight: 500;
- border: 0;
- }
- }
- .traditionBtn {
- flex: 1;
- :global {
- .van-button {
- width: 100%
- }
- }
- }
- }
- .studentSection {
- margin: 0 14px 12px;
- padding: 12px 15px;
- background: linear-gradient(180deg, rgba(219, 246, 253, 0.9) 0%, rgba(255, 255, 255, 0.9) 30%);
- border-radius: 16px;
- border: 2px solid #FFFFFF;
- &.studentSectionForm {
- padding: 12px 0;
- background: linear-gradient(180deg, #DBF6FD 0%, #FFFFFF 20%);
- }
- // .title1,
- // .title2 {
- // width: 285px;
- // height: 22px;
- // background: url('./images/new/title-1.png') no-repeat center;
- // background-size: contain;
- // margin: 0 auto;
- // }
- // .title2 {
- // background: url('./images/new/title-2.png') no-repeat center;
- // background-size: contain;
- // }
- .title1 {
- width: 212px;
- height: 22px;
- background: url('./images/new/title-3.png') no-repeat center;
- background-size: contain;
- margin: 0 auto;
- }
- .title2 {
- width: 248px;
- height: 22px;
- background: url('./images/new/title-4.png') no-repeat center;
- background-size: contain;
- margin: 0 auto;
- }
- // .content {
- // padding-top: 12px;
- // padding-bottom: 10px;
- // font-size: 14px;
- // color: #506995;
- // line-height: 22px;
- // text-align: justify;
- // }
- // .functionGroup {
- // padding-top: 20px;
- // img {
- // width: 100%;
- // }
- // }
- .goodsGroup {
- display: flex;
- align-items: center;
- margin-top: 29px;
- }
- .goodsItem {
- cursor: pointer;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- flex: 1;
- background: #EBF3F8;
- border-radius: 20px 4px 4px 20px;
- height: 36px;
- line-height: 36px;
- font-size: 16px;
- color: #728088;
- transform: skewX(-15deg);
- .goodsInner {
- transform: skewX(15deg);
- background: #EBF3F8;
- width: 100%;
- text-align: center;
- border-radius: 20px;
- }
- &.checked {
- background: linear-gradient(315deg, #31C7FF 0%, #007AFE 100%);
- color: #fff;
- font-weight: 600;
- .goodsInner {
- background: linear-gradient(315deg, #31C7FF 0%, #007AFE 100%);
- }
- }
- .proposalTip {
- position: absolute;
- right: 8px;
- top: -14px;
- width: 40px;
- height: 26px;
- display: inline-block;
- background: url('./images/new/icon-2.png') no-repeat center;
- background-size: contain;
- }
- &+.goodsItem {
- margin-left: 8px;
- border-radius: 4px 20px 20px 4px;
- transform: skewX(-15deg);
- // &.checked {
- // background: linear-gradient(315deg, #31C7FF 0%, #007AFE 100%);
- // }
- }
- }
- }
- .registerForm {
- // background: #FFFFFF;
- border-radius: 16px;
- border-radius: 18px;
- // margin: 0 12px;
- overflow: hidden;
- :global {
- .van-cell {
- background-color: transparent;
- }
- }
- .fieldTipsGroup {
- margin: 0 14px 0;
- padding-bottom: 9px;
- }
- .fieldTips {
- font-size: 13px;
- color: #EC763B;
- line-height: 18px;
- background: #FFF8EB;
- border-radius: 8px;
- padding: 4px 10px;
- }
- .tips {
- display: inline-block;
- // padding-left: 5px;
- // padding-top: 2px;
- font-size: 12px;
- font-weight: 400;
- color: #777;
- line-height: 17px;
- }
- .username {
- padding-bottom: 8px !important;
- :global {
- .van-field__label {
- display: flex;
- align-items: center;
- width: 170px;
- }
- }
- }
- .countDown {
- min-width: 80px;
- text-align: center;
- font-size: 14px;
- color: #A0D0FF;
- }
- :global {
- .van-cell {
- padding: 18px 14px;
- }
- .van-field__label {
- font-size: 16px;
- color: #666666;
- line-height: 22px;
- }
- .van-field__control {
- font-size: 16px;
- }
- }
- .codeText {
- color: #1189FF;
- font-size: 14px;
- // &.codeTextDisabled {
- // color: #ccc;
- // }
- }
- .memberNumer {
- margin: 14px 12px 0;
- background: #E8F8FF;
- border-radius: 8px;
- padding: 8px 0 8px 10px;
- display: flex;
- align-items: center;
- font-weight: 600;
- font-size: 13px;
- color: #2B85FF;
- line-height: 18px;
- .iconGift {
- width: 18px;
- height: 18px;
- margin-right: 6px;
- }
- span {
- font-size: 15px;
- color: #F62C2C;
- padding: 0 5px;
- }
- }
- }
- .radioSection {
- position: relative;
- min-width: 32px;
- justify-content: center;
- padding-left: 19px;
- padding-right: 19px;
- font-size: 15px;
- font-weight: 500;
- }
- .radioItem {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- opacity: 0;
- }
- .radioSection+.radioSection {
- margin-left: 12px;
- }
- .goodsSection {
- border-radius: 18px 18px;
- box-shadow: 0px 1px 6px 0px #F0D8C8;
- border-radius: 18px;
- overflow: hidden;
- background: transparent;
- margin-bottom: 12px;
- &:last-child {
- margin-bottom: 0;
- }
- }
- .iconArrow {
- display: inline-block;
- width: 21px;
- height: 21px;
- background: url('./images/new/icon-arrow.png') no-repeat center;
- background-size: contain;
- }
- .goodsExtra {
- position: relative;
- margin: 16px 12px;
- background: #FFFFFF;
- border-radius: 16px;
- padding-bottom: 16px;
- .iconArrow {
- position: absolute;
- left: 86px;
- top: -9px;
- }
- .memberNumer {
- margin: 16px 16px 0;
- background: #E8F8FF;
- border-radius: 8px;
- padding: 8px 0 8px 10px;
- display: flex;
- align-items: center;
- // font-weight: 600;
- font-size: 13px;
- color: #131415;
- line-height: 18px;
- .iconGift {
- width: 18px;
- height: 18px;
- margin-right: 6px;
- }
- span {
- font-size: 15px;
- color: #F62C2C;
- padding: 0 5px;
- font-weight: 600;
- }
- }
- }
- .goodsCell {
- position: relative;
- border-radius: 16px;
- padding: 16px 16px 0;
- .img {
- margin-right: 13px;
- width: 98px;
- height: 98px;
- border-radius: 10px;
- overflow: hidden;
- }
- h2 {
- display: flex;
- align-items: center;
- font-weight: 500;
- font-size: 16px;
- color: #131415;
- line-height: 22px;
- }
- .brandName {
- margin-left: 4px;
- font-size: 12px;
- font-weight: 400;
- color: #19A1FE;
- line-height: 17px;
- height: 18px;
- background: #F4FAFF;
- border-radius: 4px;
- border: 1px solid rgba(52, 173, 255, 0.55);
- }
- .model {
- margin: 6px 0 4px;
- font-size: 13px;
- color: #1480EC;
- line-height: 18px;
- }
- .sendInstrument {
- background: linear-gradient(270deg, #FF7B57 0%, #FF3460 100%);
- border-radius: 4px;
- font-size: 12px;
- color: #FFFFFF;
- padding: 2px 6px 3px;
- }
- .moreBtn {
- color: #aaa;
- font-size: 12px;
- :global {
- .van-icon {
- margin-left: 4px;
- }
- }
- }
- .sbtnGroup {
- display: flex;
- &>span {
- font-size: 12px;
- font-weight: 600;
- color: #AF540D;
- line-height: 18px;
- border-radius: 9px;
- border: 1px solid rgba(175, 84, 13, .62);
- padding: 0 6px;
- }
- }
- }
- .goodsTradition {
- position: relative;
- margin: 16px 12px;
- background: #FFFFFF;
- border-radius: 16px;
- padding: 13px 16px 20px;
- .iconArrow {
- position: absolute;
- right: 85px;
- top: -9px;
- }
- .goodsTitle {
- width: 137px;
- height: 44px;
- background: url('./images/new/title-5.png') no-repeat center;
- background-size: contain;
- margin: 0 auto;
- }
- .steps {}
- .step {
- position: relative;
- padding-left: 38px;
- padding-bottom: 16px;
- &::before {
- content: '';
- border-left: 1px dashed #0987FE;
- position: absolute;
- left: 15px;
- top: 0;
- display: inline-block;
- height: 100%;
- }
- &:last-child {
- padding-bottom: 0;
- &::before {
- display: none;
- }
- }
- .stepContent {
- font-size: 14px;
- color: #777777;
- line-height: 24px;
- span {
- font-weight: 500;
- color: #333333;
- }
- }
- .nums {
- position: absolute;
- left: 0;
- width: 30px;
- height: 30px;
- background: #C9E5FF;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 50%;
- .numInner {
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 50%;
- width: 22px;
- height: 22px;
- font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
- font-weight: bold;
- font-size: 13px;
- color: #FFFFFF;
- background: #1BA5FE;
- }
- }
- }
- }
|