123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985 |
- html,
- body,
- div,
- h3, h4, h5, h6, p,
- span, em, i,
- ::before,
- ::after{
- padding: 0;
- margin: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-tap-highlight-color: transparent;
- }
- *{-webkit-overflow-scrolling: touch;}
- button{
- border: none;
- background:none;
- outline:none;
- }
- ol, ul{
- list-style: none;
- padding: 0;
- margin: 0;
- }
- html,body{
- font-size: 14px;
- color: #333;
- width: 100%;
- height: 100%;
- background: #f5f4f4;
- padding-bottom: 1rem;
- box-sizing: border-box;
- }
- em, i{
- font-style: normal;
- }
- a{
- text-decoration: none;
- }
- .loading {
- position: fixed;
- top: 0;
- left: 0;
- display: none;
- width: 100%;
- height: 100vh;
- z-index: 99;
- }
- .loading img {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- width: 0.6rem;
- height: 0.6rem;
- }
- .clearfix::before,
- .clearfix::after{
- content: "";
- display: block;
- height: 0;
- line-height: 0;
- visibility: hidden;
- clear: both;
- }
- .elli{
- display: box;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- #copy_1,#copyName_1,#copy1{
- outline: none;
- border: 0px;
- color: rgba(0,0,0,0.0);
- position: absolute;
- left:-2000px;
- background-color: transparent;
- }
- #copy_2,#copyName_2,#copy2{
- position: absolute;
- left:-2000px;
- color: rgba(0,0,0,0);
- background-color: transparent;
- }
- .btn1,.btn2{
- float: left;
- width: 65%;
- height: 50px;
- color: #fff;
- font-size: 16px;
- vertical-align: middle;
- }
- .btn2 i{
- display: inline-block;
- width: 30px;
- height: 30px;
- vertical-align: middle;
- background: url(img/money.png) no-repeat;
- background-size:100% ;
- margin-right: 5px;
- }
- .btn1{
- background:linear-gradient(90deg,#FEC800,#FD9D03);
- }
- .btn2{
- background:linear-gradient(90deg,#FE6735,#FF2D23);
- }
- /*弹层*/
- /* .mask,.mask_two,.maskYzm{
- background: rgba(0,0,0,0.59);
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- visibility:hidden;
- }
- .content,.content_two,.maskYzm .yzmCon{
- width: 80%;
- background: #fff;
- border-radius:4px;
- text-align: center;
- }
- .content_two{
- height: 80%;
- overflow: hidden;
- }
- .con_tit{
- width: 100%;
- }
- .con_tit,.con_tit_two{
- display: block;
- width: 80%;
- height: 7%;
- font-size:18px;
- font-family:PingFangSC-Semibold;
- color:rgba(56,56,56,1);
- line-height:25px;
- margin: auto;
- padding-top: 12px;
- padding-bottom: 20px;
- padding-left: 15px;
- padding-right: 15px;
- border-radius:4px;
- }
- .con_tit_two{
- background: #fff;
- vertical-align: middle;
- width: 94%;
- padding: 0.2rem;
- }
- .course_item{
- height: 100%;
- padding: 0 6%;
- text-indent: -1em;
- margin-left: 1em;
- overflow-y: scroll;
- -webkit-overflow-scrolling: touch;
- z-index: 999;
- background: #fff;
- margin-top: 0.2rem;
- padding-bottom: 0.4rem;
- }
- .course_item img{
- width:200px;
- height:200px;
- margin-top: 13px;
- margin-bottom: 20px;
- }
- .mask .con_tit img{
- display: block;
- float:right;
- width: 11px;
- height: 11px;
- margin-top: 6px;
- }
- .mask .con_con{
- display: block;
- width:231px;
- height:52px;
- font-size:15px;
- font-family:PingFangSC-Regular;
- color:rgba(51,51,51,1);
- line-height:21px;
- margin: auto;
-
- }
- .mask .content #close_know{
- display: block;
- width:126px;
- height:37px;
- background:linear-gradient(-138deg,rgba(245,132,72,1),rgba(249,93,66,1));
- border-radius:9px;
- font-size:0.3rem;
- font-family:PingFangSC-Regular;
- color: #FFFFFF;
- line-height: 37px;
- margin:auto;
- margin-bottom: 15px;
- }
- .mask .con_course{
- display: block;
- width:79px;
- font-size:13px;
- font-family:PingFangSC-Regular;
- color:rgba(255,115,0,1);
- line-height:18px;
- margin: auto;
- margin-bottom: 12px;
- }
- .p_text{
- text-align: left;
- margin-left: 0.4rem;
- }
- #download{
- display: block;
- width:109px;
- height:32px;
- background:linear-gradient(-119deg,rgba(245,132,72,1),rgba(249,93,66,1));
- border-radius:9px;
- font-size:0.3rem;
- font-family:PingFangSC-Regular;
- color:rgba(255,255,255,1);
- line-height:32px;
- margin: 0 auto;
- margin-bottom: 46px;
- padding-left: 12px;
- box-sizing: border-box;
- }
- .save_money p:nth-of-type(1){
- display: block;
- width:91px;
- height:25px;
- font-size:18px;
- font-family:PingFangSC-Medium;
- color:rgba(255,255,255,1);
- line-height:25px;
- margin: auto;
- }
- .save_money p:nth-of-type(2){
- display: block;
- width:66px;
- height:42px;
- font-size:30px;
- font-family:PingFangSC-Medium;
- color:rgba(255,255,255,1);
- line-height:42px;
- margin: auto;
- }
- .make_money,.save_money{
- width:200px;
- height:134px;
- margin: auto;
- background: url(images/005.png) no-repeat;
- background-size: 100% 100%;
- padding-top: 34px;
- box-sizing: border-box;
- margin-top: 13px;
- margin-bottom: 20px;
- }
- .make_money p:nth-of-type(1){
- display: block;
- width:55px;
- height:25px;
- font-size:18px;
- font-family:PingFangSC-Medium;
- color:rgba(255,255,255,1);
- line-height:25px;
- margin: auto;
- }
- .make_money p:nth-of-type(2){
- display: block;
- width:101px;
- height:28px;
- font-size:20px;
- font-family:PingFangSC-Medium;
- color:rgba(255,255,255,1);
- line-height:28px;
- margin: auto;
- } */
- /*弹层 结束*/
- #copy_1,#copy_2{
- position: absolute;
- left: -1000rem;
- }
- .download-wrapper {
- display: flex;
- display: -webkit-flex;
- width: 100%;
- height: 1.12rem;
- align-items: center;
- justify-content: center;
- padding: 0.2rem;
- background: #F4F4F4;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 500;
- }
- .download-wrapper .img-box{
- flex: 0 0 0.72rem;
- margin-right: 12px;
- border-radius: 6px;
- overflow: hidden;
- }
- .download-wrapper .img-box img{
- width: 100%;
- height: 100%;
- }
- .download-wrapper .content{
- flex: 1;
- }
- .download-wrapper .content .title{
- font-size: 16px;
- font-weight: 500;
- line-height: 20px;
- }
- .download-wrapper .content .text{
- font-size: 0.24rem;
- color: #666;
- line-height: 14px;
- }
- .download-wrapper a{
- flex: 0 0 1.4rem;
- height: 0.56rem;
- line-height: 0.56rem;
- text-align: center;
- background: linear-gradient(-90deg, #FF6900, #FFA500);
- border-radius: 28px;
- border: 0 none;
- font-size: 0.24rem;
- color: #FFFFFF;
- }
- .swiper-container{
- width: 7.5rem;
- height: 7.5rem;
- overflow: hidden;
- position: relative;
- margin-top: 1.12rem;
- background: #fff;
- }
- .swiper-wrapper{
- width: 100%;
- height: 100%;
- }
- .swiper-slide img{
- width: 100%;
- }
- .swiper-pagination-bullet{
- width: 3px;
- height: 3px;
- border-radius: 50%;
- display: inline-block;
- margin-left: 10px;
- background: #CFCFCF;
- }
- .swiper-pagination-bullet.swiper-pagination-bullet-active{
- width: 8px;
- background: #fff;
- border-radius: 0;
- }
- .details-wrapper{
- display: flex;
- display: -webkit-flex;
- flex-direction: column;
- width: 100%;
- }
- .details-wrapper .details-wrapper-con{
- padding: 0 0.2rem;
- background: #fff;
- padding-bottom: 0.1rem;
- }
- .details-wrapper .price{
- margin-top: 16px;
- font-size: 0px;
- font-weight: normal;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .details-wrapper .price .quan_small{
- height: 0.32rem;
- background: url(img/quan04.png) no-repeat;
- background-size:100%;
- font-size: 0.2rem;
- font-weight: 200;
- color: #F5112A;
- }
- .details-wrapper .price .quan_small i{
- display: inline-block;
- width: 0.4rem;
- height: 100%;
- text-align: center;
- }
- .details-wrapper .price .quan_small span{
- display: inline-block;
- width: 0.7rem;
- height: 100%;
- text-align: center;
- line-height: 0.32rem;
- }
- .details-wrapper .price .before-price{
- color: #A9A9A9;
- font-size: 0.2rem;
- font-weight: normal;
- line-height: 0.28rem;
- padding: 0 0.3rem 0 0.78rem;
- text-decoration: line-through;
- }
- .details-wrapper .price .quantity{
- color: #A9A9A9;
- font-size: 0.2rem;
- font-weight: normal;
- line-height: 0.28rem;
- }
- .details-wrapper .price em{
- line-height: 0.72rem;
- font-size: 0.5rem;
- color: #F5112A;
- font-weight: bold;
- }
- span.icon.icon-price{
- display: inline-block;
- vertical-align: top;
- width: 1.28rem;
- height: 0.28rem;
- line-height: 0.28rem;
- margin-top: 9px;
- margin-left: 10px;
- background: url('img/icon-price.png') no-repeat center center;
- -webkit-background-size: 100% 100%;
- background-size: 100% 100%;
- font-size: 10px;
- color: #fff;
- padding: 0px 5px;
- }
- .details-wrapper .info{
- display: flex;
- display: -webkit-flex;
- justify-content: space-between;
- align-items: center;
- color: #878787;
- font-size: 13px;
- margin-top: 0.12rem;
- color: #000;
- font-size: 0.3rem;
- line-height: 0.44rem;
- }
- .details-wrapper .info .before-price > span{
- text-decoration: line-through;
- }
- .details-wrapper .desc{
- font-size: 0.3rem;
- line-height: 0.44rem;
- font-weight: bold;
- }
- .details-wrapper .desc img{
- width: 0.4rem;
- height: 0.4rem;
- margin-right: 0.08rem;
- vertical-align: sub;
- }
- .btn-wrapper{
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 1.22rem;
- background: #fff;
- }
- .btn-wrapper .coupon_purchase_bottom{
- width: 7.1rem;
- height: 0.78rem;
- display: block;
- margin: auto;
- background:linear-gradient(110deg,rgba(255,200,0,1) 0%,rgba(255,76,0,1) 100%);
- border-radius:2rem;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- font-size: 0.3rem;
- line-height: 0.42rem;
- margin-top: 0.22rem;
- }
- .btn-wrapper .coupon_purchase_bottom img{
- width: 0.4rem;
- height: 0.32rem;
- margin-right: 0.08rem;
- }
- /* .btn-wrapper .btn{
- width: 100%;
- height: 100%;
- border: 0 none;
- font-size: 16px;
- color: #fff;
- background: linear-gradient(90deg, #FF9000, #FF5000);
- }
- .btn-wrapper .btn em{
- font-weight: 500;
- } */
- /*.step-wrapper{
- margin: 30px auto;
- font-size: 14px;
- line-height: 20px;
- padding-left: 0.2rem;
- }
- .inviting-pic{
- width: 5.6rem;
- height: 7.76rem;
- box-shadow: 0 4px 13px rgba(0, 0, 0, 0.15);
- margin: 0 auto;
- border-radius: 10px;
- }*/
- .weui-mask_transparent {
- position: fixed;
- z-index: 1000;
- top: 0;
- right: 0;
- left: 0;
- bottom: 0;
- }
- .weui-toast {
- position: fixed;
- z-index: 5000;
- width: 7.6em;
- min-height: 7.6em;
- top: 180px;
- left: 50%;
- margin-left: -3.8em;
- background: rgba(17, 17, 17, 0.7);
- text-align: center;
- border-radius: 5px;
- color: #FFFFFF;
- }
- .hide{
- display: none;
- opacity: 0;
- }
- .show{
- display: block;
- opacity: 1;
- }
- .weui-icon-success-no-circle {
- display: inline-block;
- vertical-align: middle;
- margin: 22px 0 0;
- width: 39px;
- height: 30px;
- background: url(img/getIt.png) no-repeat 0 0;
- -webkit-background-size: 39px 30px;
- background-size: 39px 30px;
- }
- .weui-toast__content {
- margin: 6px 0 15px;
- }
- .alert-info {
- position: absolute;
- top: 9.35rem;
- right: 0;
- left: 0;
- bottom: 0;
- text-align: center;
- z-index: 9999;
- }
- .alert-info p {
- display: inline-block;
- height: 38px;
- color: #fff;
- font-size: 14px;
- line-height: 38px;
- padding: 0 10px;
- background-color: rgba(0, 0, 0, 0.7);
- border-radius: 5px;
- }
- /*注册弹框*/
- #registerMask,#registerSuccess{
- width: 100%;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background: rgba(0,0,0,0.4);
- z-index: 501;
- visibility: hidden;
- }
- #registerSuccess .content h3{
- font-size: 0.36rem;
- line-height: 0.5rem;
- padding-top: 0.44rem;
- padding-bottom: 0.33rem;
- }
- #registerSuccess .content .con{
- color: #262626;
- font-size: 0.28rem;
- line-height: 0.4rem;
- margin-bottom: 0.56rem;
- }
- #registerSuccess .content .copyTkl{
- padding: 0;
- margin: 0;
- width: 1.92rem;
- height: 0.48rem;
- background: #FA2C36;
- border-radius: 0.1rem;
- color: #FFFFFF;
- font-size: 0.28rem;
- line-height: 0.48rem;
- }
- #registerMask .content,#registerSuccess .content{
- width: 5rem;
- min-height: 5.68rem;
- background: #FFFFFF;
- position: absolute;
- top: 3.26rem;
- left: 0;
- right: 0;
- margin: auto;
- padding: 0 0.32rem;
- box-sizing: border-box;
- }
- #registerSuccess .content{
- min-height: 4.26rem;
- }
- #registerMask .content .h3{
- font-size: 0.3rem;
- line-height: 0.42rem;
- padding-top: 0.7rem;
- padding-bottom: 0.34rem;
- }
- #registerMask .content .inputItem{
- display: flex;
- align-items: center;
- height: 0.8rem;
- border-bottom: 0.02rem solid #333333;
- }
- #registerMask .content .inputItem img{
- width: 0.32rem;
- height: 0.45rem;
- }
- #registerMask .content .inputItem:nth-of-type(2) img{
- width: 0.32rem;
- height: 0.41rem;
- }
- #registerMask .content .inputItem input{
- flex: 1;
- width: 2.4rem;
- font-size: 0.26rem;
- line-height: 0.36rem;
- margin-left: 0.16rem;
- border: none;
- outline:none;
- }
- #registerMask .content .inputItem .yzmButton{
- width: 1.4rem;
- height: 0.38rem;
- border: 0.01rem solid #4A4A4A;
- border-radius: 0.19rem;
- color: #4A4A4A;
- font-size: 0.22rem;
- line-height: 0.4rem;
- padding: 0;
- margin: 0;
- }
- #registerMask .content .confirm{
- width: 4.3rem;
- height: 0.64rem;
- background: #FA2E36;
- border-radius: 0.06rem;
- color: #FFFFFF;
- font-size: 0.28rem;
- line-height: 0.64rem;
- margin-top: 0.92rem;
- }
- #registerMask .content .close,#registerSuccess .content .close{
- width: 0.6rem;
- height: 0.6rem;
- position: absolute;
- bottom: -1.1rem;
- left: 0;
- right: 0;
- margin: auto;
- }
- .discount{
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- justify-content: space-between;
- margin-top: 0.13rem;
- }
- .discount li{
- width: 3.44rem;
- background: #fff4df;
- height: 1.06rem;
- margin: 0.11rem 0;
- display: flex;
- flex-direction: column;
- justify-content: center;
- padding-left: 0.18rem;
- box-sizing: border-box;
- border-radius: 0.1rem;
- }
- .discount .redEnvelopes{
- }
- .discount .redEnvelopes .redEnvelopes_01 {
- color: #99520F;
- font-size: 0.32rem;
- line-height: 0.44rem;
- }
- .discount .redEnvelopes .redEnvelopes_01 img{
- width: 0.32rem;
- height: 0.36rem;
- vertical-align: sub;
- }
- .discount .redEnvelopes p,.discount .rebate p,.discount .discount_coupon p{
- margin-top: 0.04rem;
- font-size: 0.2rem;
- line-height: 0.28rem;
- color: #99520F;
- }
- .discount .rebate .rebate_01{
- color: #99520F;
- font-size: 0.32rem;
- line-height: 0.44rem;
- }
- .discount .discount_coupon{
- background: url(img/quan.png) no-repeat;
- background-size:100%;
- color: #fa2d36;
- }
- .discount .discount_coupon .rebate_01{
- font-size: 0.32rem;
- line-height: 0.44rem;
- }
- .discount .discount_coupon p{
- color: #fa2d36;
- }
- .details-wrapper .shop_info{
- margin-top: 0.1rem;
- padding: 0.2rem 0.25rem;
- background: #fff;
- display: flex;
- align-items: center;
- }
- .details-wrapper .shop_info img{
- width: 0.94rem;
- height: 0.94rem;
- }
- .details-wrapper .shop_info .shop_detail{
- flex: 1;
- padding-left: 0.2rem;
- box-sizing: border-box;
- }
- .details-wrapper .shop_info .shop_detail h3{
- font-size: 0.3rem;
- line-height: 0.42rem;
- color: #333;
- font-weight: 400;
- }
- .details-wrapper .shop_info .shop_detail .shop_evaluate{
- margin-top: 0.18rem;
- color:#7e7d7d;
- font-size: 0.2rem;
- }
- .details-wrapper .shop_info .shop_detail .shop_evaluate span{
- display: inline-block;
- width: 0.32rem;
- height: 0.28rem;
- line-height: 0.28rem;
- background: #d8d8d8;
- font-size: 0.2rem;
- margin-left: 0.04rem;
- margin-right: 0.04rem;
- text-align: center;
- }
- /* 精选好物 */
- .select-good-things{
- margin-top: 0.1rem;
- margin-bottom: 1.2rem;
- }
- .select-good-things .select-good-things-title{
- background: #fff;
- text-align: center;
- }
- .select-good-things .select-good-things-title img{
- width: 4.2rem;
- margin-top: 0.3rem;
- margin-bottom: 0.17rem;
- }
- .select-good-things .select-good-things-list{
- padding: 0.2rem;
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-wrap:wrap;
- padding-top: 0.08rem;
- }
- .select-good-things .select-good-things-list li{
- width: 3.5rem;
- height: 6.2rem;
- background: #fff;
- border-radius: 0.1rem;
- overflow: hidden;
- margin-top: 0.12rem;
- }
- .select-good-things .select-good-things-list li .commodity-img{
- width: 100%;
- height: 3.72rem;
- }
- .select-good-things .select-good-things-list li .commodity-info{
- margin-top: 0.04rem;
- padding: 0 0.12rem;
- box-sizing: border-box;
- }
- .select-good-things .select-good-things-list li .commodity-info .title{
- color: #000;
- font-size: 0.28rem;
- line-height: 0.44rem;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- height: 0.88rem;
- }
- .select-good-things .select-good-things-list li .commodity-info .commodity-shop{
- margin-top: 0.06rem;
- color: #8d8a8a;
- font-size: 0.24rem;
- line-height: 0.34rem;
- }
- .select-good-things .select-good-things-list li .commodity-info img{
- width: 0.28rem;
- height: 0.28rem;
- vertical-align: sub;
- }
- .select-good-things .select-good-things-list li .commodity-price{
- margin-top: 0.1rem;
- color: #bbbbbb;
- font-size: 0.2rem;
- line-height: 0.28rem;
- }
- .select-good-things .select-good-things-list li .commodity-price span{
- color: #fa2d36;
- font-size: 0.32rem;
- line-height: 0.44rem;
- vertical-align: sub;
- }
- .select-good-things .select-good-things-list li .commodity-info .commodity-discount{
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- margin-top: 0.1rem;
- }
- .select-good-things .select-good-things-list li .commodity-info .commodity-discount div{
- width: 1.28rem;
- height: 0.3rem;
- background: #fff4df;
- border-radius: 0.05rem;
- margin-right: 0.32rem;
- margin-bottom: 0.2rem;
- color: #99520F;
- font-size: 0.2rem;
- line-height: 0.32rem;
- text-align: center;
- }
- .select-good-things .select-good-things-list li .commodity-info .commodity-discount .red{
- text-align: left;
- }
- .select-good-things .select-good-things-list li .commodity-info .commodity-discount .red img{
- width: 0.24rem;
- height: 0.3rem;
- }
- .select-good-things .select-good-things-list li .commodity-info .commodity-discount .quan{
- background: url(img/quan02.png) no-repeat;
- background-size:100%;
- color: #fa2d36;
- text-align: left
- }
- .select-good-things .select-good-things-list li .commodity-info .commodity-discount .quan em{
- width: 0.36rem;
- height: 100%;
- text-align: center;
- display: inline-block;
- }
- .select-good-things .select-good-things-list li .commodity-info .commodity-discount .quan span{
- width: 0.8rem;
- text-align: center;
- height: 100%;
- display: inline-block;
- }
- /* 点击赚佣金购买弹框 */
- .coupon_purchase_mask{
- width: 100%;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background: rgba(0, 0, 0, 0.7);
- z-index: 2;
- display: none;
- }
- .coupon_purchase_mask .coupon_purchase_mask_con{
- width: 5rem;
- height: 5.6rem;
- background: #fff;
- border-radius: 0.2rem;
- position: absolute;
- top: 3rem;
- left: 0;
- right: 0;
- margin: auto;
- }
- .coupon_purchase_mask .coupon_purchase_mask_con .coupon_purchase_mask_top{
- width: 100%;
- height: 1.76rem;
- background:linear-gradient(272deg,rgba(250,42,55,1) 0%,rgba(252,113,35,1) 100%);
- border-radius: 0.2rem 0.2rem 0 0;
- display: flex;
- align-items: center;
- font-size: 0.44rem;
- line-height: 0.6rem;
- color: #fff;
- }
- .coupon_purchase_mask .coupon_purchase_mask_con .coupon_purchase_mask_top img{
- width: 0.8rem;
- height: 0.8rem;
- margin-left: 0.26rem;
- margin-right: 0.24rem;
- }
- .coupon_purchase_mask .coupon_purchase_mask_con .coupon_purchase_mask_title{
- color: #555555;
- font-size: 0.32rem;
- line-height: 0.44rem;
- text-align: center;
- margin-top: 0.62rem;
- }
- .coupon_purchase_mask .coupon_purchase_mask_con h3{
- color: #fb3036;
- font-size: 0.52rem;
- line-height: 0.74rem;
- text-align: center;
- margin-top: 0.16rem;
- }
- .coupon_purchase_mask .coupon_purchase_mask_con button{
- width: 4.46rem;
- height: 0.82rem;
- border-radius: 0.41rem;
- color: #fff;
- font-size: 0.32rem;
- line-height: 0.82rem;
- background:linear-gradient(279deg,rgba(250,42,55,1) 0%,rgba(252,113,35,1) 100%);
- display: block;
- margin: 0.56rem auto 0;
- }
- .coupon_purchase_mask .coupon_purchase_mask_con .close{
- width: 0.5rem;
- height: 0.5rem;
- position: absolute;
- bottom: -1rem;
- left: 0;
- right: 0;
- margin: auto;
- }
|