You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
1.9 KiB
CSS

.myBag{
width: 100%;
font-family:PingFang SC;
}
.not-play{
position:fixed;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.not-play>img{
width: 3rem;
height: 2.1rem;
position: relative;
bottom: 100px;
}
.not-play>span{
font-size: 0.28rem;
margin-top: 0.28rem;
color: #A9A9A9;
position: relative;
bottom: 100px;
}
.myBag-box{
margin-top: 0.3rem;
padding: 0 0.3rem;
}
.myBag-info{
width: 100%;
background:rgba(255,255,255,1);
box-shadow:0px 0px 0.1rem 0px rgba(0, 0, 0, 0.15);
border-radius:0.2rem;
margin-bottom: 0.3rem;
}
.myBag-info .infoBox{
padding: 0.3rem;
}
.myBag-info .infoBox .title{
font-size:0.32rem;
font-weight:500;
color:rgba(41,41,41,1);
padding-bottom: 0.29rem;
border-bottom: 1px solid #F5F5F5;
}
.myBag-info .infoBox .gift-bag{
display: flex;
align-items: center;
font-size: 0.28rem;
color: #292929;
font-weight: 500;
margin-top: 0.3rem;
}
.myBag-info .infoBox .gift-bag>img{
width: 0.3rem;
height: 0.3rem;
margin-right: 0.14rem;
}
.myBag-info .infoBox .describe{
margin-top: 0.3rem;
font-size:0.2rem;
font-weight:400;
color:rgba(169,169,169,1);
}
.myBag-info .infoBox .redeem{
margin-top: 0.3rem;
width: 99.8%;
height: 0.6rem;
background: url("../images/juxing.png");
background-size: 100% 100%;
font-size: 0.24rem;
font-weight:400;
color:rgba(169,169,169,1);
line-height: 0.6rem;
padding-left: 0.2rem;
position: relative;
}
.myBag-info .infoBox .redeem>a{
width: 1.78rem;
height: 0.6rem;
background: url("../images/juxing2.png");
background-size: 100% 100%;
position: absolute;
right: 0;
top: 0;
line-height: 0.6rem;
text-align: center;
font-size: 0.28rem;
color: #fff;
font-weight: 500;
}