123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- 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;
- }
- ol, ul{
- list-style: none;
- padding: 0;
- margin: 0;
- }
- body{
- font-size: 14px;
- color: #333;
- }
- em, i{
- font-style: normal;
- }
- a{
- text-decoration: none;
- }
- .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{
- outline: none;
- border: 0px;
- color: rgba(0,0,0,0.0);
- position: absolute;
- left:-200px;
- background-color: transparent;
- }
- #copy_2{
- position: absolute;
- left:-200px;
- color: rgba(0,0,0,0);
- background-color: transparent
- }
- .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: 10px;
- color: #666;
- line-height: 14px;
- }
- .download-wrapper a{
- flex: 0 0 1.6rem;
- height: 0.56rem;
- line-height: 0.56rem;
- text-align: center;
- background: linear-gradient(-90deg, #FF6900, #FFA500);
- border-radius: 28px;
- border: 0 none;
- font-size: 14px;
- color: #FFFFFF;
- }
- /*. download-wrapper .img-box,
- .download-wrapper .content,
- .download-wrapper button{
- } */
- .swiper-container{
- width: 7.5rem;
- height: 7.5rem;
- overflow: hidden;
- position: relative;
- padding-top: 0.92rem;
- }
- .swiper-wrapper{
- width: 100%;
- height: 100%;
- }
- .swiper-slide img{
- width: 100%;
- height: 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%;
- padding: 0 0.2rem;
- margin-bottom: 50px;
- }
- .details-wrapper .price{
- margin-top: 16px;
- font-size: 0px;
- font-weight: normal;
- }
- .details-wrapper .price span{
- color: #FF1E00;
- font-size: 12px;
- font-weight: normal;
- }
- .details-wrapper .price em{
- line-height: 30px;
- font-size: 22px;
- color: #FF1E00;
- }
- 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;
- height: 18px;
- margin: 9px 0 5px;
- color: #878787;
- font-size: 13px;
- }
- .details-wrapper .info .before-price > span{
- text-decoration: line-through;
- }
- .details-wrapper .desc{
- font-size: 15px;
- line-height: 20px;
- }
- .btn-wrapper{
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 50px;
- }
- .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;
- }
|