123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137 |
- .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: 69px;
- background: url('./images/new/banner-bg4.png') no-repeat top center;
- background-size: contain;
- }
- .studentRegisterContainer2 {
- padding-top: 40%;
- background: url('./images/new/banner-bg5.png') no-repeat top center;
- background-size: contain;
- }
- }
- .countdownSection {
- position: relative;
- background: linear-gradient(90deg, #FFBBD1 0%, #FFEFE2 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
- border-radius: 10px;
- margin: 0 14px 8px;
- padding: 10px 12px;
- border: 1px solid #FFFFFF;
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 11px;
- display: inline-block;
- width: 32px;
- height: 48px;
- background: url('./images/new/icon-1.png') no-repeat center;
- background-size: contain;
- }
- .timer {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .timerAll {
- // position: absolute;
- right: 12px;
- font-size: 12px;
- color: #131415;
- line-height: 17px;
- display: flex;
- align-items: center;
- justify-content: center;
- span {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 22px;
- min-width: 22px;
- padding: 0 3px;
- background: #FF3A5F;
- border-radius: 4px;
- font-weight: 600;
- font-size: 12px;
- color: #FFFFFF;
- margin: 0 3px;
- }
- }
- .timerTitle {
- position: relative;
- width: 80px;
- height: 15px;
- margin-right: 4px;
- }
- .timerTip {
- margin-top: 10px;
- margin-left: 2px;
- margin-right: 2px;
- background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
- border-radius: 12px;
- text-align: center;
- padding: 4px 6px;
- font-size: 11px;
- color: #69717C;
- line-height: 16px;
- }
- }
- .paymentContainer {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 14px;
- padding: 12px 14px calc(12px + env(safe-area-inset-bottom)) 14px;
- background: #FFFFFF;
- box-shadow: 0px -1px 0px 0px #F2F2F2, inset 0px 1px 3px 0px #FFFFFF;
- border-radius: 18px 18px 0px 0px;
- position: relative;
- &::before {
- content: "";
- position: absolute;
- left: 0;
- bottom: -20px;
- width: 100%;
- height: 30px;
- background: #fff;
- }
- .payemntPrice {
- // line-height: 0;
- }
- .giftTip {
- width: 94px;
- height: 19px;
- }
- .needPrice {
- color: #333333;
- padding-bottom: 7px;
- font-size: 16px;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #FC1A19;
- padding-right: 6px;
- span {
- font-size: 24px;
- margin-right: 2px;
- }
- i {
- // margin-top: -3px;
- vertical-align: text-bottom;
- font-weight: 400;
- &.unit {
- font-size: 12px;
- }
- }
- }
- .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;
- text-align: center;
- :global {
- .van-button {
- width: 100%;
- max-width: 325px;
- }
- }
- }
- }
- .paymentContainer2 {
- :global {
- .van-button {
- width: 128px;
- }
- }
- }
- .studentSection {
- margin: 0 14px 8px;
- padding: 12px 15px;
- background: linear-gradient(180deg, rgba(219, 246, 253) 0%, rgba(255, 255, 255) 30%);
- border-radius: 16px;
- border: 1px solid #FFFFFF;
- &.studentSectionForm {
- padding: 0 0 12px;
- background: linear-gradient(180deg, #DBF6FD 0%, #FFFFFF 10%);
- }
- &.noSendDay {
- padding-bottom: 0;
- }
- .title1,
- .title3 {
- width: 212px;
- height: 22px;
- background: url('./images/new/title-7.png') no-repeat center;
- background-size: contain;
- margin: 12px auto 0;
- }
- .title2 {
- width: 248px;
- height: 22px;
- background: url('./images/new/title-4.png') no-repeat center;
- background-size: contain;
- margin: 0 auto;
- }
- .title3 {
- background: url('./images/new/title-6.png') no-repeat center;
- background-size: contain;
- }
- .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);
- background: url('./images/new/btn-left-default.png') no-repeat center;
- background-size: contain;
- .goodsInner {
- // transform: skewX(15deg);
- // background: #EBF3F8;
- width: 100%;
- text-align: center;
- }
- &.checked {
- // background: linear-gradient(315deg, #31C7FF 0%, #007AFE 100%);
- background: url('./images/new/btn-left-active.png') no-repeat center !important;
- background-size: contain !important;
- color: #fff;
- font-weight: 600;
- }
- &.checked1 {
- background: url('./images/new/btn-right-active.png') no-repeat center !important;
- background-size: contain !important;
- color: #fff;
- font-weight: 600;
- }
- .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);
- background: url('./images/new/btn-right-default.png') no-repeat center;
- background-size: contain;
- // &.checked {
- // background: linear-gradient(315deg, #31C7FF 0%, #007AFE 100%);
- // }
- }
- }
- }
- .registerForm {
- // background: #FFFFFF;
- // border-radius: 16px;
- border-radius: 18px;
- // margin: 0 12px;
- overflow: hidden;
- .selectStudentGroup {
- margin-left: 10px;
- font-size: 14px;
- color: #1189FF;
- display: flex;
- align-items: center;
- justify-content: center;
- &.selectStudentGroupChecked {
- span::after {
- transform: rotate(180deg);
- }
- }
- // .studentIcon {
- // display: inline-block;
- // margin-right: 6px;
- // width: 20px;
- // height: 20px;
- // background: url('./images/new/icon-n-5.png') no-repeat center;
- // background-size: contain;
- //
- // &.studentIconAdd {
- // background: url('./images/new/icon-n-4.png') no-repeat center;
- // background-size: contain;
- // }
- // }
- span {
- display: flex;
- align-items: center;
- justify-content: center;
- &::after {
- display: inline-block;
- content: '';
- width: 9px;
- height: 5px;
- margin-left: 4px;
- background: url('./images/new/icon-n-6.png') no-repeat center;
- background-size: contain;
- }
- }
- }
- :global {
- .van-cell {
- background-color: transparent;
- }
- }
- .fieldTipsGroup {
- margin: 0 14px 0;
- padding-bottom: 6px;
- }
- .fieldTips {
- font-size: 13px;
- color: #EC763B;
- line-height: 18px;
- background: #FFF8EB;
- border-radius: 4px;
- padding: 4px 10px;
- display: flex;
- align-items: center;
- .iconQuestion {
- flex-shrink: 0;
- display: inline-block;
- background: url('./images/new/icon-question.png') no-repeat center;
- background-size: contain;
- width: 16px;
- height: 16px;
- margin-right: 4px;
- }
- }
- .tips {
- display: inline-block;
- // padding-left: 5px;
- // padding-top: 2px;
- font-size: 12px;
- font-weight: 400;
- color: #777;
- line-height: 17px;
- }
- .username {
- padding-top: 15px !important;
- padding-bottom: 6px !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: 14px 14px;
- }
- .van-field__label {
- font-size: 15px;
- color: #666666;
- line-height: 22px;
- display: flex;
- align-items: center;
- }
- .van-field__control {
- font-size: 15px;
- color: #131415;
- }
- .van-cell__right-icon {
- color: #d8d8d8 !important;
- }
- }
- .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: #131415;
- line-height: 18px;
- .iconGift {
- width: 18px;
- height: 18px;
- margin-right: 6px;
- }
- span {
- font-size: 15px;
- color: #F62C2C;
- padding: 0 5px;
- font-weight: 600;
- }
- p {
- display: flex;
- align-items: center;
- }
- }
- }
- .radioSection {
- position: relative;
- min-width: 32px;
- justify-content: center;
- // padding-left: 19px;
- // padding-right: 19px;
- padding: 5px 19px;
- font-size: 14px;
- font-weight: 500;
- border-radius: 6px;
- }
- .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: 1px 14px 16px;
- // background: #FFFFFF;
- background: linear-gradient(180deg, rgba(219, 246, 253) 0%, rgba(255, 255, 255) 30%);
- border-radius: 16px;
- border: 1px solid #FFFFFF;
- // padding-bottom: 16px;
- :global {
- .van-cell {
- background-color: transparent;
- padding: 8px 14px;
- overflow: visible;
- }
- }
- .iconArrow {
- position: absolute;
- left: 86px;
- top: -9px;
- }
- .memberNumer {
- margin: 0 12px 14px;
- 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: 14px 16px !important;
- &.goodsBuyGoods {
- padding: 10px 14px !important;
- .goodsName {
- width: 192px;
- height: 68px;
- }
- .img {
- width: 80px;
- height: 80px;
- }
- }
- .iconChecked {
- width: 18px;
- height: 18px;
- background: url('./images/new/icon-n-7.png') no-repeat center;
- background-size: contain;
- display: inline-block;
- margin-right: 14px;
- flex-shrink: 0;
- &.selected {
- background: url('./images/new/icon-n-8.png') no-repeat center;
- background-size: contain;
- }
- }
- .checkedGroup {
- position: relative;
- line-height: 0;
- .showBg {
- position: absolute;
- left: -17px;
- top: -27px;
- width: 52px;
- height: 24px;
- background: url('./images/new/icon-n-9.png') no-repeat center;
- background-size: contain;
- z-index: 9;
- }
- }
- .img {
- margin-right: 10px;
- width: 86px;
- height: 86px;
- border-radius: 8px;
- overflow: hidden;
- flex-shrink: 0;
- }
- h2 {
- display: flex;
- align-items: center;
- font-weight: 500;
- font-size: 16px;
- color: #131415;
- line-height: 22px;
- }
- .section {
- display: flex;
- align-items: center;
- }
- .goodsName {
- width: 207px;
- height: 71px;
- line-height: 0;
- }
- .brandName {
- margin-left: 6px;
- 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);
- white-space: nowrap;
- }
- .sectionContent {
- line-height: 0;
- }
- .model {
- margin: 4px 0 5px;
- font-weight: 500;
- font-size: 12px;
- color: #FF711B;
- p {
- display: flex;
- align-items: center;
- line-height: 16px;
- padding-top: 3px;
- i {
- width: 4px;
- height: 4px;
- border-radius: 50%;
- display: inline-block;
- margin-right: 4px;
- background: #FF711B;
- }
- }
- }
- .sendInstrument {
- // background: linear-gradient(270deg, #FF7B57 0%, #FF3460 100%);
- // border-radius: 4px;
- // font-size: 12px;
- // color: #FFFFFF;
- // padding: 2px 6px 3px;
- width: 95px;
- height: 21px;
- }
- .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 11px;
- }
- .steps {}
- .step {
- position: relative;
- padding-left: 38px;
- padding-bottom: 16px;
- &::before {
- content: '';
- border-left: 1px dashed rgba(9, 135, 254, 0.4);
- 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;
- text-align: justify;
- padding-top: 3px;
- 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-weight: bold;
- font-size: 13px;
- color: #FFFFFF;
- background: #1BA5FE;
- }
- }
- }
- }
- .selectStudentPopup {
- :global {
- .van-popup__close-icon {
- color: #767C7F;
- }
- }
- }
- // 赠送会员
- .vipGiftContainer {
- display: flex;
- align-items: center;
- margin: 7px 13px 12px;
- background-image: url('./images/new/vip_gift_suffix.png'), url('./images/new/vip_gift_bg.png');
- background-position: center right, center;
- background-repeat: no-repeat;
- background-size: contain;
- height: 47px;
- .iconGift {
- width: 60px;
- height: 51px;
- margin: -10px 11px 0 16px;
- }
- font-weight: 500;
- font-size: 15px;
- color: #801D09;
- line-height: 21px;
- p {
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex: 1;
- &>div {
- color: #FFFFFF;
- min-width: 84px;
- // text-align: center;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- .vipGiftNum {
- font-weight: bold;
- font-size: 30px;
- line-height: 36px;
- padding-right: 2px;
- }
- .vipGiftPreviod {
- vertical-align: text-bottom;
- font-weight: 600;
- font-size: 16px;
- margin-top: 6px;
- }
- }
- .tipBoxPop {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.7);
- overflow: hidden;
- z-index: 999;
- .tipBox {
- position: relative;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -55%);
- background: url('./images/tip-box-icon.png') no-repeat center;
- background-size: contain;
- height: 310px;
- width: 260px;
- padding: 124px 4px 0 22px;
- .tipTitle {
- width: 75px;
- display: block;
- margin: 0 auto 10px;
- position: relative;
- transform: translateX(-9px);
- }
- .tipBtn {
- position: relative;
- margin-left: -10px;
- margin-top: -8px;
- img {
- width: 190px;
- height: 72px;
- display: block;
- margin: 8px auto 0;
- }
- span {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- text-align: center;
- font-size: 18px;
- color: #fff;
- font-weight: 500;
- line-height: 72px;
- i {
- font-style: normal;
- }
- }
- }
- .tipItem {
- display: flex;
- align-items: center;
- img {
- width: 14px;
- height: 14px;
- margin-right: 5px;
- }
- p {
- font-size: 13px;
- color: #777777;
- line-height: 26px;
- span {
- color: #0C8BFE;
- font-weight: 500;
- }
- }
- }
- &.tipBox2 {
- background: url('./images/tip-box-icon2.png') no-repeat center;
- background-size: contain;
- height: 286px;
- width: 260px;
- padding: 124px 4px 0 22px;
- }
- }
- }
- .giftBox {
- position: relative;
- margin: 1px 14px 16px;
- background: linear-gradient(180deg, #DBF6FD 0%, #FFFFFF 16%);
- border-radius: 16px;
- border: 2px solid #FFFFFF;
- padding: 12px 14px 14px;
- .titleIcon {
- width: 212px;
- margin: 0 auto 20px;
- display: block;
- }
- .tools {
- background: linear-gradient( 135deg, #EAFAFF 0%, #E6F2FF 100%);
- border-radius: 13px;
- display: flex;
- align-items: center;
- padding: 10px;
- .toolImg {
- width: 80px;
- height: 80px;
- border-radius: 4px;
- margin-right: 12px;
- }
- .toolRight {
- display: flex;
- flex-direction: column;
- height: 80px;
- justify-content: space-between;
- overflow: hidden;
- padding: 8px 0 4px;
- >p {
- font-size: 16px;
- color: #000000;
- text-overflow: ellipsis;
- overflow: hidden;
- word-break: break-all;
- white-space: nowrap;
- }
- .trDesc {
- font-size: 13px;
- color: #FD2C55;
- }
- .trBottom {
- display: flex;
- align-items: center;
- >span {
- display: inline-block;
- }
- .tcPrice {
- font-size: 18px;
- color: #000000;
- font-weight: 500;
- }
- .toPrice {
- font-size: 13px;
- color: #69717C;
- i {
- font-style: normal;
- text-decoration: line-through;
- }
- }
- }
- }
- }
- .extraTools {
- margin-top: 10px;
- background: linear-gradient( 135deg, #EAFAFF 0%, #E6F2FF 100%);
- border-radius: 13px;
- display: flow-root;
- position: relative;
- overflow: hidden;
- .exTitle {
- background: #F0F8FF;
- border-radius: 13px 13px 0px 0px;
- padding: 6px 8px;
- margin: 4px 4px 0;
- img {
- width: 280px;
- }
- }
- .extItem {
- background: #fff;
- border-radius: 10px;
- display: flex;
- align-items: center;
- //padding: 10px 10px 10px;
- padding: 7px 0 4px;
- margin: 10px;
- position: relative;
- overflow: hidden;
- .toolImg {
- width: 80px;
- height: 80px;
- border-radius: 4px;
- margin-right: 12px;
- }
- .toolImgYq {
- object-fit: contain;
- }
- .toolRight {
- display: flex;
- flex-direction: column;
- height: 80px;
- justify-content: center;
- position: relative;
- z-index: 5;
- overflow: hidden;
- >p {
- font-size: 16px;
- color: #000000;
- margin-bottom: 12px;
- text-overflow: ellipsis;
- overflow: hidden;
- word-break: break-all;
- white-space: nowrap;
- padding-right: 6px;
- margin-top: -5px;
- }
- .trDesc {
- font-size: 13px;
- color: #FD2C55;
- }
- .trBottom {
- display: flex;
- align-items: center;
- .tcPrice {
- font-size: 18px;
- color: #000000;
- font-weight: 500;
- }
- .toPrice {
- font-size: 13px;
- color: #69717C;
- i {
- font-style: normal;
- text-decoration: line-through;
- }
- }
- }
- }
- .toolZsIcon {
- position: absolute;
- right: -10px;
- bottom: -10px;
- width: 60px;
- height: 60px;
- z-index: 1;
- }
- }
- &>div:nth-of-type(2) {
- margin-top: 5px;
- }
- .extTip {
- width: 100%;
- height: auto;
- position: relative;
- bottom: -2px;
- }
- }
- }
|