1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135 |
- .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: 319px;
- height: 34px;
- }
- }
- }
|