1346 lines
22 KiB
CSS
1346 lines
22 KiB
CSS
html {
|
||
background: #f4f6f9;
|
||
}
|
||
|
||
body {
|
||
height: 100%;
|
||
}
|
||
|
||
.top {
|
||
width: 100%;
|
||
height: auto;
|
||
padding: 0;
|
||
margin: 0;
|
||
}
|
||
|
||
#app {
|
||
height: 100%;
|
||
}
|
||
|
||
img {
|
||
width: 100%;
|
||
vertical-align: middle;
|
||
}
|
||
|
||
.main-body {
|
||
overflow: scroll;
|
||
height: 100%;
|
||
}
|
||
|
||
.center {
|
||
width: 100%;
|
||
padding: 0;
|
||
margin: 0;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.bottom {
|
||
width: 100%;
|
||
position: relative;
|
||
margin-top: -0.4rem;
|
||
z-index: 100;
|
||
}
|
||
|
||
#app .bottom {
|
||
margin-top: 0;
|
||
}
|
||
|
||
.tipBottomtext {
|
||
position: absolute;
|
||
top: 0.7rem;
|
||
padding: 0 0.25rem;
|
||
box-sizing: border-box;
|
||
line-height: 0.24rem;
|
||
text-align: justify;
|
||
left: 0;
|
||
}
|
||
|
||
.key {
|
||
position: absolute;
|
||
top: 0.4rem;
|
||
left: 50%;
|
||
width: 2rem;
|
||
height: 0.25rem;
|
||
z-index: 2;
|
||
margin-left: -0.72rem;
|
||
background-color: transparent;
|
||
border: none;
|
||
outline: none;
|
||
font-size: 0.14rem;
|
||
}
|
||
|
||
.code {
|
||
position: absolute;
|
||
top: 0.935rem;
|
||
left: 50%;
|
||
width: 1rem;
|
||
height: 0.25rem;
|
||
z-index: 2;
|
||
margin-left: -0.72rem;
|
||
background-color: transparent;
|
||
border: none;
|
||
outline: none;
|
||
font-size: 0.14rem;
|
||
}
|
||
|
||
.codeimg {
|
||
position: absolute;
|
||
top: 0.82rem;
|
||
right: 0.3rem;
|
||
width: 0.84rem;
|
||
height: 0.42rem;
|
||
border-radius: 0.21rem;
|
||
z-index: 2;
|
||
background-color: #f1f2f3;
|
||
color: #ccc;
|
||
display: flex;
|
||
justify-content: center;
|
||
outline: none;
|
||
border: none;
|
||
align-items: center;
|
||
font-size: 0.13rem;
|
||
}
|
||
|
||
.codeimg.active {
|
||
color: rgb(42, 126, 236);
|
||
font-weight: bold;
|
||
}
|
||
|
||
.codeimg.disabledstyle {
|
||
color: #999;
|
||
}
|
||
|
||
.submit {
|
||
position: absolute;
|
||
top: 1.5rem;
|
||
left: 50%;
|
||
width: 3rem;
|
||
height: 0.4rem;
|
||
margin-left: -1.5rem;
|
||
z-index: 2;
|
||
background-color: transparent;
|
||
}
|
||
|
||
@media screen and (min-width: 900px) {
|
||
html {
|
||
transform: scale(0.3);
|
||
background: #fff;
|
||
transform-origin: 50% 0px 0px;
|
||
height: calc(100vh);
|
||
}
|
||
|
||
#homepage,
|
||
#alipay,
|
||
#reduce,
|
||
#redPacketsViews,
|
||
#exchangePage,
|
||
.bindcard {
|
||
height: 6rem !important;
|
||
background: #f4f6f9;
|
||
overflow-y: scroll;
|
||
}
|
||
|
||
.mask {
|
||
height: 6rem !important;
|
||
}
|
||
|
||
#matrix,
|
||
#rotation,
|
||
#list {
|
||
height: 6rem !important;
|
||
overflow-y: auto;
|
||
}
|
||
|
||
.exchange-btn {
|
||
top: 5.5rem !important;
|
||
}
|
||
}
|
||
|
||
#homepage {
|
||
width: 100%;
|
||
font-size: 0.14rem;
|
||
height: 100%;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.swiper-container {
|
||
height: 2rem;
|
||
}
|
||
|
||
.swiper-pagination-bullet {
|
||
width: 0.08rem;
|
||
height: 0.08rem;
|
||
margin: 0.03rem !important;
|
||
}
|
||
|
||
/* 鏉烆喗鎸<E59697> */
|
||
.topBanner {
|
||
width: 100%;
|
||
height: 1.83rem;
|
||
position: relative;
|
||
}
|
||
|
||
.topBanner .backpresty {
|
||
position: fixed;
|
||
top: 0.1rem;
|
||
left: 0.1rem;
|
||
width: 0.4rem;
|
||
height: 0.4rem;
|
||
z-index: 99999;
|
||
}
|
||
|
||
.topBanner img {
|
||
width: 100%;
|
||
height: 1.83rem;
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
}
|
||
|
||
#homepage h2 {
|
||
position: relative;
|
||
text-align: center;
|
||
top: 0.58rem;
|
||
color: #fff;
|
||
font-size: 0.21rem;
|
||
letter-spacing: 0.03rem;
|
||
padding-left: 0.03rem;
|
||
}
|
||
|
||
#homepage .bottom {
|
||
width: 94%;
|
||
margin-top: 0.1rem;
|
||
font-size: 0.14rem;
|
||
}
|
||
|
||
#homepage .goodsTip,
|
||
#exchangePage .goodsTip {
|
||
width: 100%;
|
||
background: #fff;
|
||
padding: 0.26rem 0.26rem 0.69rem;
|
||
line-height: 0.24rem;
|
||
box-sizing: border-box;
|
||
text-align: justify;
|
||
}
|
||
|
||
#homepage .tipset {
|
||
margin-bottom: 0.5rem;
|
||
}
|
||
|
||
#homepage .bottom > img {
|
||
border-radius: 0.05rem;
|
||
}
|
||
|
||
#rotation .commodity {
|
||
width: 94%;
|
||
height: 1.96rem;
|
||
background: #ffffff;
|
||
border-radius: 0.05rem;
|
||
position: relative;
|
||
margin-top: -0.45rem;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
|
||
#rotation .swiper-wrapper {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
|
||
#rotation .swiper-slide {
|
||
width: 0.85rem;
|
||
height: 1rem;
|
||
background: #f3f5f7;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
box-shadow: 0px 3px 4px 1px rgba(181, 187, 193, 0.41);
|
||
transition: 300ms;
|
||
transform: scale(0.9);
|
||
margin: 0 0.18rem;
|
||
padding: 0 0.08rem;
|
||
box-sizing: border-box;
|
||
border-radius: 0.05rem;
|
||
}
|
||
|
||
#rotation .swiper-slide-active,
|
||
#rotation .swiper-slide-duplicate-active {
|
||
transform: scale(1.4) !important;
|
||
box-shadow: 0px 3px 4px 1px rgba(181, 187, 193, 0.41);
|
||
/* height: 1.43rem; */
|
||
background: linear-gradient(0deg, #f3f5f7, #f3f5f7);
|
||
}
|
||
|
||
.swiper-slide-active .item-content,
|
||
.swiper-slide-duplicate-active .item-content {
|
||
color: #b98e3e;
|
||
}
|
||
|
||
#rotation .imgbox {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
|
||
#rotation .swiper-slide .le-img {
|
||
width: 0.5rem;
|
||
height: 0.5rem;
|
||
}
|
||
|
||
#rotation .item-name {
|
||
color: #242533;
|
||
font-size: 0.08rem;
|
||
text-align: center;
|
||
margin-top: 0.04rem;
|
||
}
|
||
|
||
/* 閸忔垶宕查幐澶愭尦 */
|
||
#rotation .exchangeBtn {
|
||
width: 3.49rem;
|
||
height: 0.42rem;
|
||
background: #f98f5b;
|
||
border-radius: 0.21rem;
|
||
margin-top: 0.24rem;
|
||
margin-bottom: 0.24rem;
|
||
color: #aaaaaa;
|
||
font-size: 0.19rem;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
letter-spacing: 0.04rem;
|
||
padding-left: 0.04rem;
|
||
}
|
||
|
||
#rotation .noexchangeBtn {
|
||
background: #cacccc !important;
|
||
}
|
||
|
||
.listcommity {
|
||
list-style: none;
|
||
}
|
||
|
||
/* 閸掓銆冮幒鎺斿 */
|
||
#list .listcommity {
|
||
width: 94%;
|
||
/* height: 100px; */
|
||
position: relative;
|
||
margin-top: -0.45rem;
|
||
}
|
||
|
||
#list .listcommity li {
|
||
width: 100%;
|
||
height: 0.6rem;
|
||
border-radius: 0.05rem;
|
||
padding: 0.14rem;
|
||
box-sizing: border-box;
|
||
background: #fff;
|
||
margin-bottom: 0.07rem;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
position: relative;
|
||
}
|
||
|
||
#list .listcommity li div {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: flex-start;
|
||
margin: 0;
|
||
}
|
||
|
||
#list .listcommity li div > img {
|
||
width: 0.5rem;
|
||
height: 0.5rem;
|
||
margin-right: 0.23rem;
|
||
border-radius: 0.25rem;
|
||
box-shadow: 0rem 0.01rem 0.1rem rgba(181, 187, 193, 0.41);
|
||
}
|
||
|
||
#list .listcommity li font {
|
||
font-size: 0.15rem;
|
||
color: #151515;
|
||
max-width: 2rem;
|
||
margin-right: 0.14rem;
|
||
}
|
||
|
||
#list .listcommity li span {
|
||
width: 0.72rem;
|
||
height: 0.29rem;
|
||
line-height: 0.29rem;
|
||
border-radius: 0.145rem;
|
||
margin: 0;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
color: #fff;
|
||
}
|
||
|
||
#list .listcommity li .begin {
|
||
font-size: 0.12rem;
|
||
color: #aaaaaa;
|
||
}
|
||
|
||
#list .listcommity .bindexchange {
|
||
background: #ebebeb;
|
||
color: #aaaaaa;
|
||
}
|
||
#list .listcommity li .goodsStatus {
|
||
height: 0.6rem;
|
||
position: absolute;
|
||
right: 0;
|
||
bottom: 0;
|
||
}
|
||
#list .listcommity .goodsStatus img {
|
||
height: 100%;
|
||
position: absolute;
|
||
right: 0;
|
||
bottom: 0;
|
||
}
|
||
.changegray {
|
||
-webkit-filter: grayscale(1);
|
||
/* Webkit */
|
||
filter: gray;
|
||
/* IE6-9 */
|
||
filter: grayscale(1);
|
||
color: #c5c4c4 !important;
|
||
}
|
||
|
||
.changegray img {
|
||
opacity: 0.6;
|
||
}
|
||
|
||
img.changegray {
|
||
opacity: 0.6;
|
||
}
|
||
|
||
.changegray font {
|
||
color: #c5c4c4 !important;
|
||
}
|
||
|
||
#matrix,
|
||
#list,
|
||
#rotation {
|
||
/* height:calc(100vh); */
|
||
/* overflow-y: auto; */
|
||
}
|
||
|
||
/* 閻晠妯€閹烘帞澧<E5B89E> */
|
||
#matrix .listcommity {
|
||
width: 94%;
|
||
position: relative;
|
||
margin-top: -0.45rem;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: flex-start;
|
||
background: #fff;
|
||
padding: 0.23rem;
|
||
box-sizing: border-box;
|
||
border-radius: 0.05rem;
|
||
}
|
||
|
||
#matrix .listcommity li {
|
||
width: 0.92rem;
|
||
display: flex;
|
||
flex-direction: column;
|
||
margin: 0 0 0.17rem 0;
|
||
border-radius: 0.05rem;
|
||
position: relative;
|
||
}
|
||
|
||
/* //鍟嗗搧鐭╅樀鍥捐緣 */
|
||
|
||
#matrix .listcommity li:nth-child(3n + 2) {
|
||
margin-right: calc((100% - 0.92 * 3rem) / 2);
|
||
margin-left: calc((100% - 0.92 * 3rem) / 2);
|
||
}
|
||
|
||
#matrix .listcommity li img {
|
||
width: 0.58rem;
|
||
height: 0.58rem;
|
||
}
|
||
|
||
#matrix .listcommity li div {
|
||
width: 100%;
|
||
height: 0.89rem;
|
||
padding: 0.16rem;
|
||
box-sizing: border-box;
|
||
background: #f9fafa;
|
||
display: flex;
|
||
position: relative;
|
||
}
|
||
|
||
#matrix .listcommity li .goodsIcon {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
}
|
||
|
||
#matrix .listcommity li .goodsIcon > img {
|
||
position: absolute;
|
||
right: 0;
|
||
z-index: 88;
|
||
}
|
||
|
||
#matrix .listcommity li font {
|
||
color: #242533;
|
||
padding-top: 8px;
|
||
font-size: 0.12rem;
|
||
line-height: 0.18rem;
|
||
text-align: center;
|
||
}
|
||
|
||
/* 瀵懓鍤锟<EE9BBC> */
|
||
.mask {
|
||
background: rgba(0, 0, 0, 0.2);
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
bottom: 0;
|
||
z-index: 9999;
|
||
right: 0;
|
||
}
|
||
|
||
.ipt_frame {
|
||
width: 100%;
|
||
background: #fff;
|
||
position: absolute;
|
||
bottom: -20px;
|
||
opacity: 0;
|
||
left: 0;
|
||
max-height: 70%;
|
||
overflow-y: auto;
|
||
z-index: -1;
|
||
padding: 0.37rem 0.29rem;
|
||
box-sizing: border-box;
|
||
transition: all 0.4s;
|
||
}
|
||
|
||
.ipt_frame.active {
|
||
bottom: 0;
|
||
opacity: 1;
|
||
z-index: 999;
|
||
overflow-y: auto;
|
||
}
|
||
|
||
.ipt_frame img {
|
||
width: 0.2rem;
|
||
height: 0.2rem;
|
||
position: absolute;
|
||
top: 0.24rem;
|
||
right: 0.25rem;
|
||
}
|
||
|
||
.ipt_frame h3 {
|
||
font-size: 0.23rem;
|
||
font-weight: bold;
|
||
color: #060606;
|
||
padding-bottom: 0.28rem;
|
||
}
|
||
.ipt_frame > div {
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
|
||
.ipt_frame > div input {
|
||
width: 100%;
|
||
height: 0.42rem;
|
||
border-radius: 0.42rem;
|
||
outline: none;
|
||
border: 0;
|
||
background: #f3f5f7;
|
||
margin-bottom: 0.18rem;
|
||
padding-left: 0.25rem;
|
||
padding-right: 0.25rem;
|
||
line-height: 0.42rem;
|
||
font-size: 0.15rem;
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
.ipt_frame > div input::placeholder {
|
||
color: #242533;
|
||
}
|
||
|
||
.sureBtn {
|
||
width: 100%;
|
||
height: 0.42rem;
|
||
line-height: 0.42rem;
|
||
background: #f98f5b;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
border-radius: 0.42rem;
|
||
margin-top: 0.15rem;
|
||
font-size: 0.18rem;
|
||
color: #ffffff;
|
||
}
|
||
|
||
/* 閸楁洘娼幓鎰仛 */
|
||
.prompt {
|
||
display: inline-block;
|
||
min-width: 50%;
|
||
padding: 0.08rem;
|
||
background: rgba(0, 0, 0, 0);
|
||
border-radius: 0.2rem;
|
||
color: #fff;
|
||
position: fixed;
|
||
top: 20%;
|
||
left: -150%;
|
||
margin-left: -25%;
|
||
text-align: center;
|
||
font-size: 0.14rem;
|
||
transition: left 0.2s;
|
||
z-index: 99999;
|
||
}
|
||
|
||
.proactive {
|
||
left: 47%;
|
||
background: rgba(0, 0, 0, 0.7);
|
||
}
|
||
|
||
.saleNull {
|
||
width: 90%;
|
||
height: calc(100% - 1.6rem);
|
||
position: absolute;
|
||
z-index: 666;
|
||
background: #f4f6f9;
|
||
margin-top: -0.45rem;
|
||
box-shadow: 0rem 0.01rem 0.1rem rgba(181, 187, 193, 0.41);
|
||
border-radius: 5px;
|
||
margin-left: 5%;
|
||
}
|
||
|
||
.saleNull img {
|
||
width: 2.5rem;
|
||
margin: 50% 0% 50% 10%;
|
||
}
|
||
|
||
/* 瀵懓鍤锟<EE9BBC> */
|
||
.popboxshow {
|
||
width: 2.45rem;
|
||
height: 2.27rem;
|
||
background: url('https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/fail.png')
|
||
no-repeat;
|
||
background-size: contain;
|
||
position: fixed;
|
||
top: 500%;
|
||
left: 50%;
|
||
z-index: 10000;
|
||
transition: all 0.2s;
|
||
}
|
||
|
||
.successbox {
|
||
background: url('https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/success.png')
|
||
no-repeat;
|
||
background-size: contain;
|
||
}
|
||
|
||
.popboxshow.active {
|
||
top: 25%;
|
||
margin-left: -1.225rem;
|
||
}
|
||
|
||
.popboxshow > div {
|
||
position: absolute;
|
||
top: 1rem;
|
||
width: 80%;
|
||
left: 10%;
|
||
font-size: 0.15rem;
|
||
color: #57300d;
|
||
line-height: 0.23rem;
|
||
text-align: center;
|
||
height: 1rem;
|
||
}
|
||
|
||
.popboxshow > .tip {
|
||
position: absolute;
|
||
top: 0.93rem;
|
||
width: 90%;
|
||
left: 5%;
|
||
height: 1.15rem;
|
||
font-size: 0.14rem;
|
||
color: #57300d;
|
||
line-height: 0.23rem;
|
||
text-align: center;
|
||
}
|
||
|
||
.errbox > div,
|
||
.successbox > div {
|
||
top: 1.15rem;
|
||
height: 0.9rem;
|
||
}
|
||
|
||
.popboxshow > div span {
|
||
display: inline-block;
|
||
width: 100%;
|
||
height: 0.31rem;
|
||
background: linear-gradient(0deg, #daa66e 0%, #f8d2ae 100%);
|
||
border-radius: 0.31rem;
|
||
line-height: 0.31rem;
|
||
color: #fff;
|
||
margin-top: 0.2rem;
|
||
/* background: #ff0; */
|
||
position: absolute;
|
||
bottom: 0;
|
||
left: 0;
|
||
}
|
||
|
||
.errbox > div span,
|
||
.successbox > div span {
|
||
margin-top: 0.2rem;
|
||
}
|
||
|
||
.popboxshow > .tip .yettip {
|
||
margin-top: 0.1rem;
|
||
}
|
||
|
||
.popboxshow > .tip .yetexchange {
|
||
margin-top: 0.42rem;
|
||
}
|
||
|
||
.closed {
|
||
width: 0.26rem;
|
||
height: 0.26rem;
|
||
position: fixed;
|
||
z-index: 999999;
|
||
left: 50%;
|
||
margin-left: -0.13rem;
|
||
top: 25%;
|
||
margin-top: 2.6rem;
|
||
}
|
||
|
||
.imgitemMask {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
bottom: 0;
|
||
right: 0;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-weight: bold;
|
||
}
|
||
|
||
#rotation .imgitemMask span {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
top: 0;
|
||
right: 0;
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
}
|
||
|
||
.oneItem {
|
||
overflow: visible !important;
|
||
}
|
||
|
||
#rotation .imgitemMask span img {
|
||
width: 0.56rem;
|
||
height: 0.56rem;
|
||
position: absolute;
|
||
right: 0;
|
||
z-index: 88;
|
||
top: 0;
|
||
}
|
||
|
||
/* 立即兑换页 */
|
||
#exchangePage {
|
||
font-size: 0.14rem;
|
||
height: 100vh;
|
||
background: #fff;
|
||
}
|
||
|
||
#exchangePage .about-good {
|
||
width: 100%;
|
||
height: 100vw;
|
||
background: rgb(218, 223, 226);
|
||
font-size: 0.14rem;
|
||
position: relative;
|
||
z-index: 888;
|
||
}
|
||
|
||
#exchangePage .about-good > span {
|
||
position: absolute;
|
||
top: 0.1rem;
|
||
left: 0.1rem;
|
||
}
|
||
|
||
#exchangePage .about-good > span > img {
|
||
width: 0.4rem;
|
||
position: fixed;
|
||
z-index: 9999;
|
||
}
|
||
|
||
#exchangePage .about-good > img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|
||
#exchangePage .ipt-acc {
|
||
font-size: 0.15rem;
|
||
width: 100%;
|
||
padding: 0.3rem 0;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
flex-direction: column;
|
||
background: rgba(255, 255, 255, 1);
|
||
border-top: 0.08rem solid #f3f5f7;
|
||
padding-bottom: 0.8rem;
|
||
/* border-bottom: 0.08rem solid #F3F5F7; */
|
||
}
|
||
|
||
#exchangePage .ipt-acc > p {
|
||
display: flex;
|
||
width: 90%;
|
||
padding: 0.05rem 0.2rem;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
box-sizing: border-box;
|
||
background: #f3f5f7;
|
||
border-radius: 0.2rem;
|
||
}
|
||
|
||
#exchangePage .ipt-acc > p > span {
|
||
width: 0.8rem;
|
||
display: inline-block;
|
||
}
|
||
|
||
#exchangePage .ipt-acc input {
|
||
flex: 1;
|
||
height: 0.32rem;
|
||
outline: none;
|
||
padding-right: 0.1rem;
|
||
border: none;
|
||
background: #f3f5f7;
|
||
font-size: 0.15rem;
|
||
}
|
||
|
||
#exchangePage .ipt-acc input::placeholder {
|
||
color: #bac2ca;
|
||
}
|
||
|
||
/* BAC2CA */
|
||
#exchangePage .ipt-acc > p:last-child {
|
||
margin-top: 0.15rem;
|
||
}
|
||
|
||
#exchangePage .desc-img {
|
||
width: 100%;
|
||
}
|
||
|
||
#exchangePage .exchange-btn {
|
||
outline: none;
|
||
border: 0;
|
||
width: 90%;
|
||
position: fixed;
|
||
height: 0.43rem;
|
||
z-index: 2222;
|
||
bottom: 0.22rem;
|
||
left: 5%;
|
||
background: #d7d7d7;
|
||
font-size: 0.15rem;
|
||
border-radius: 0.36rem;
|
||
}
|
||
|
||
.suspensionDom {
|
||
width: 100%;
|
||
height: 100vh;
|
||
background: #fff;
|
||
position: relative;
|
||
}
|
||
|
||
.susTip {
|
||
position: fixed;
|
||
width: 0.3rem;
|
||
right: 0;
|
||
top: 0.2rem;
|
||
z-index: 1000;
|
||
}
|
||
|
||
.suspensionDom > h4 {
|
||
height: 0.5rem;
|
||
font-size: 0.16rem;
|
||
background: #f7f8f9;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.suspensionDom > img {
|
||
width: 0.3rem;
|
||
position: absolute;
|
||
left: 0.1rem;
|
||
top: 0.1rem;
|
||
}
|
||
|
||
.suspensionDom > div {
|
||
padding: 0.25rem;
|
||
box-sizing: border-box;
|
||
background: #fff;
|
||
line-height: 0.25rem;
|
||
text-align: justify;
|
||
}
|
||
|
||
#exchangePage .swiper-container {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|
||
#exchangePage .swiper-slide > img {
|
||
height: 100%;
|
||
}
|
||
|
||
/*立减金模板*/
|
||
#reduce {
|
||
width: 100vw;
|
||
height: 100vh;
|
||
background: #fff;
|
||
padding: 0.21rem 0;
|
||
box-sizing: border-box;
|
||
font-size: 0.14rem;
|
||
overflow-y: scroll;
|
||
}
|
||
|
||
.readOnly {
|
||
filter: grayscale(1);
|
||
}
|
||
|
||
#reduce .couponShow {
|
||
width: 94%;
|
||
max-height: 1.2rem;
|
||
min-height: 0.9rem;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
background: url('https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/coupon.png');
|
||
background-size: 100% 100%;
|
||
}
|
||
|
||
#reduce .coupon-left {
|
||
flex: 1;
|
||
display: flex;
|
||
justify-content: center;
|
||
flex-direction: column;
|
||
box-sizing: border-box;
|
||
color: #ffffff;
|
||
}
|
||
|
||
#reduce .coupon_money {
|
||
font-weight: bold;
|
||
}
|
||
|
||
#reduce .coupon_money > span {
|
||
font-size: 0.15rem;
|
||
}
|
||
|
||
#reduce .full_money {
|
||
font-size: 0.12rem;
|
||
margin-top: 0.01rem;
|
||
}
|
||
|
||
#reduce .coupon-right {
|
||
width: 2.5rem;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
padding-left: 0.12rem;
|
||
box-sizing: border-box;
|
||
color: #d18d6f;
|
||
font-size: 0.1rem;
|
||
}
|
||
|
||
#reduce .coupon-right > p {
|
||
margin: 0;
|
||
}
|
||
|
||
#reduce .title {
|
||
color: #cd4236;
|
||
font-size: 0.15rem;
|
||
font-weight: bold;
|
||
}
|
||
|
||
#reduce .coupon-right .validity {
|
||
font-size: 0.09rem;
|
||
color: #cc9590;
|
||
margin: 0.02rem 0;
|
||
}
|
||
|
||
#reduce .receiveBtn {
|
||
width: 1.78rem;
|
||
height: 0.46rem;
|
||
background: url('https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/btnbg.png')
|
||
no-repeat 100% 100% / cover;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-size: 0.16rem;
|
||
color: #ab582f;
|
||
font-weight: bold;
|
||
margin: 0.24rem auto;
|
||
}
|
||
|
||
#reduce .coupon_explain {
|
||
border-top: 2px dashed #f1f1f1;
|
||
}
|
||
|
||
/*说明*/
|
||
#reduce .coupon_explain {
|
||
width: 100%;
|
||
text-align: center;
|
||
}
|
||
|
||
#reduce .backIcon {
|
||
width: 0.4rem;
|
||
position: absolute;
|
||
top: 0.1rem;
|
||
}
|
||
|
||
#reduce .coupon_explain > h1 {
|
||
font-size: 0.16rem;
|
||
color: #171717;
|
||
margin: 0.33rem;
|
||
}
|
||
|
||
#reduce .coupon_explain .content {
|
||
width: 94%;
|
||
text-align: justify;
|
||
line-height: 0.22rem;
|
||
color: #a8a8a8;
|
||
font-size: 0.12rem;
|
||
margin-bottom: 0.27rem;
|
||
}
|
||
|
||
#reduce .coupon_explain .content > h3 {
|
||
font-size: 0.13rem;
|
||
color: #171717;
|
||
padding-bottom: 0.11rem;
|
||
}
|
||
|
||
/*支付宝领取*/
|
||
#alipay {
|
||
width: 100vw;
|
||
height: 100vh;
|
||
background-color: #fecba3;
|
||
overflow-y: scroll;
|
||
}
|
||
|
||
#alipay .coupon_content {
|
||
width: 100vw;
|
||
height: 100vw;
|
||
position: relative;
|
||
}
|
||
|
||
#alipay .coupon_bg {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|
||
#alipay .coupon_info {
|
||
width: 2.08rem;
|
||
position: absolute;
|
||
top: 0.95rem;
|
||
left: 50%;
|
||
margin-left: -1.04rem;
|
||
display: flex;
|
||
align-items: center;
|
||
flex-direction: column;
|
||
line-height: 0.24rem;
|
||
}
|
||
|
||
#alipay .coupon_money {
|
||
color: #e91123;
|
||
font-weight: bold;
|
||
font-size: 0.35rem;
|
||
}
|
||
|
||
#alipay .coupon_money .symbol {
|
||
font-size: 0.11rem;
|
||
}
|
||
|
||
#alipay .coupon_title {
|
||
font-size: 0.17rem;
|
||
color: #492002;
|
||
text-align: center;
|
||
}
|
||
|
||
#alipay .coupon_full {
|
||
font-size: 0.13rem;
|
||
color: #a68e76;
|
||
}
|
||
|
||
#alipay .receive_btn {
|
||
width: 1.55rem;
|
||
height: 0.36rem;
|
||
background: url('https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/coupon/money-go-btn.png')
|
||
no-repeat 50% 50% / cover;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
position: absolute;
|
||
bottom: 1.215rem;
|
||
left: 50%;
|
||
margin-left: -0.775rem;
|
||
font-size: 0.2rem;
|
||
color: #622a00;
|
||
}
|
||
|
||
#alipay .validity {
|
||
position: absolute;
|
||
width: 2.22rem;
|
||
bottom: 0.875rem;
|
||
left: 50%;
|
||
text-align: center;
|
||
margin-left: -1.11rem;
|
||
font-size: 0.11rem;
|
||
color: #fc7c89;
|
||
}
|
||
|
||
#alipay .notice {
|
||
width: 3.49rem;
|
||
margin: 0 auto;
|
||
background: #ffffff;
|
||
border-radius: 0.05rem;
|
||
position: relative;
|
||
}
|
||
|
||
#alipay .rule_title {
|
||
width: 1.395rem;
|
||
height: 0.265rem;
|
||
position: absolute;
|
||
top: -0.04rem;
|
||
left: 50%;
|
||
margin-left: -0.6975rem;
|
||
text-align: center;
|
||
}
|
||
|
||
#alipay .instructions {
|
||
font-size: 0.13rem;
|
||
color: #a19d9d;
|
||
line-height: 0.21rem;
|
||
text-align: justify;
|
||
margin-bottom: 0.235rem;
|
||
padding: 0.35rem 0.21rem 0.16rem 0.21rem;
|
||
}
|
||
|
||
#alipay .small_font {
|
||
font-size: 0.12rem;
|
||
}
|
||
|
||
/*支付宝领取通知*/
|
||
.bindcard .weui_msg {
|
||
padding-top: 0.4rem;
|
||
text-align: center;
|
||
}
|
||
|
||
.bindcard .weui_msg .weui_icon_area {
|
||
margin-bottom: 0.2rem;
|
||
}
|
||
|
||
.bindcard .weui_msg .weui_text_area {
|
||
margin-bottom: 0.15rem;
|
||
padding: 0 0.1rem;
|
||
}
|
||
|
||
.bindcard .weui_msg .weui_msg_title {
|
||
width: 80%;
|
||
margin: 0 auto 5px;
|
||
font-weight: 400;
|
||
font-size: 0.18rem;
|
||
line-height: 0.3rem;
|
||
}
|
||
|
||
.bindcard .weui-tip {
|
||
font-size: 0.14rem;
|
||
color: #a19ba5;
|
||
margin-top: 0.1rem;
|
||
}
|
||
|
||
.icon_advise {
|
||
width: 0.6rem;
|
||
}
|
||
|
||
.weekTime {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
}
|
||
|
||
.weekTime > li {
|
||
text-align: center;
|
||
width: 30%;
|
||
margin: 0;
|
||
}
|
||
|
||
.weekTime > li:nth-child(3n-1) {
|
||
margin: 0 5%;
|
||
}
|
||
|
||
ul {
|
||
list-style-type: none;
|
||
}
|
||
|
||
#redPacketsViews ::-webkit-scrollbar {
|
||
display: none;
|
||
}
|
||
|
||
#redPacketsViews .top {
|
||
height: 5.05rem;
|
||
}
|
||
|
||
#redPacketsViews {
|
||
height: 100%;
|
||
min-height: 100%;
|
||
background-color: rgb(250, 67, 59);
|
||
}
|
||
|
||
#redPacketsViews .box {
|
||
padding: 0.1rem 0.1rem 0.2rem;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
flex-direction: column;
|
||
width: 100%;
|
||
background: url('https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/redPacktes/common_img_main_1.png')
|
||
no-repeat;
|
||
background-size: 100%;
|
||
}
|
||
|
||
#redPacketsViews .instruction-box {
|
||
width: 100%;
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
|
||
#redPacketsViews .effect_date {
|
||
font-size: 0.12rem;
|
||
line-height: 0.4rem;
|
||
color: #ffc49c;
|
||
text-align: center;
|
||
}
|
||
|
||
#redPacketsViews .effect_date > span {
|
||
background: linear-gradient(to left top, #ff6049, #fd322a);
|
||
border: 1px solid #ffc3a5;
|
||
border-radius: 0.2rem;
|
||
padding: 0.05rem 0.2rem;
|
||
}
|
||
|
||
#redPacketsViews .bt {
|
||
height: 1.8rem;
|
||
line-height: 2.3rem;
|
||
text-align: center;
|
||
}
|
||
#redPacketsViews .title {
|
||
margin-top: 0.3rem;
|
||
font-size: 0.3rem;
|
||
color: #fff;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
}
|
||
|
||
#redPacketsViews .bt img {
|
||
width: 2rem;
|
||
}
|
||
|
||
#redPacketsViews .type {
|
||
color: #fd3b2d;
|
||
font-size: 0.1rem;
|
||
text-align: center;
|
||
}
|
||
|
||
#redPacketsViews .type > span {
|
||
background-color: #fdc9a2;
|
||
border-radius: 0.2rem;
|
||
padding: 0.03rem 0.15rem;
|
||
}
|
||
|
||
#redPacketsViews .money {
|
||
font-weight: bold;
|
||
color: #fe0f0b;
|
||
font-size: 0.32rem;
|
||
height: 0.97rem;
|
||
width: 100%;
|
||
text-align: center;
|
||
margin-left: -0.02rem;
|
||
line-height: 1.25rem;
|
||
}
|
||
|
||
#redPacketsViews .tag {
|
||
margin-right: -0.08rem;
|
||
display: inline;
|
||
}
|
||
#redPacketsViews .instruction-text {
|
||
font-size: 0.12rem;
|
||
color: #060606;
|
||
}
|
||
|
||
#redPacketsViews .available_time {
|
||
text-align: left;
|
||
}
|
||
|
||
#redPacketsViews .timeList {
|
||
display: grid;
|
||
grid-template-columns: repeat(3, 33.33%);
|
||
text-align: center;
|
||
margin: 0.05rem 0;
|
||
}
|
||
|
||
#redPacketsViews .timeList li {
|
||
font-size: 0.11rem;
|
||
color: #a8a8a8;
|
||
}
|
||
|
||
#redPacketsViews .scroll {
|
||
margin-top: 0.05rem;
|
||
}
|
||
#redPacketsViews .instruction-header {
|
||
width: 100%;
|
||
height: 0.43rem;
|
||
background: url('https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/redPacktes/common_img_header.png')
|
||
no-repeat;
|
||
background-size: 100%;
|
||
margin-bottom: -0.03rem;
|
||
}
|
||
|
||
#redPacketsViews .instruction {
|
||
width: 100%;
|
||
background: url('https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/redPacktes/common_img_text.png')
|
||
no-repeat;
|
||
min-height: 4.5rem;
|
||
background-size: 100% 100%;
|
||
font-size: 0.11rem;
|
||
color: #959595;
|
||
padding: 0 0.12rem 0.12rem;
|
||
box-sizing: border-box;
|
||
line-height: 0.18rem;
|
||
}
|
||
|
||
#redPacketsViews .TextBlock {
|
||
margin-top: 0.1rem;
|
||
}
|
||
|
||
#redPacketsViews .notice {
|
||
width: 1.6rem;
|
||
margin-bottom: 0.1rem;
|
||
}
|
||
|
||
#redPacketsViews .instruction-2 {
|
||
margin-top: 0.1rem;
|
||
}
|
||
|
||
#redPacketsViews .center {
|
||
text-align: center;
|
||
}
|
||
|
||
#redPacketsViews .backIcon {
|
||
width: 0.4rem;
|
||
position: fixed;
|
||
left: 0.1rem;
|
||
top: 0.1rem;
|
||
z-index: 1001;
|
||
}
|