1092 lines
21 KiB
CSS
1092 lines
21 KiB
CSS
html,
|
|
body {
|
|
width: 100%;
|
|
background: #3F197A;
|
|
}
|
|
|
|
.back {
|
|
position: fixed;
|
|
top: 0.9333333333rem;
|
|
left: 0.4533333333rem;
|
|
z-index: 9999;
|
|
width: 0.8266666667rem;
|
|
height: 0.8266666667rem;
|
|
}
|
|
.back img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.header {
|
|
width: 10rem;
|
|
height: 7.24rem;
|
|
background: url(../images/header.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
.header .rule_icon {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 3.3333333333rem;
|
|
width: 1.6rem;
|
|
height: 0.6666666667rem;
|
|
}
|
|
|
|
.giftBg {
|
|
width: 9.36rem;
|
|
height: 8.4666666667rem;
|
|
background: url(../images/giftBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: -1rem auto 0;
|
|
position: relative;
|
|
}
|
|
|
|
.tabBox {
|
|
width: 9.36rem;
|
|
height: 0.96rem;
|
|
line-height: 0.96rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 0.6133333333rem auto 0;
|
|
}
|
|
.tabBox div {
|
|
width: 2.8rem;
|
|
height: 0.96rem;
|
|
text-align: center;
|
|
color: #FCFCF6;
|
|
font-size: 0.3733333333rem;
|
|
font-family: "PingFang SC";
|
|
text-shadow: 1px 1px 0 #A776C9;
|
|
background: url(../images/tabBut.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.tabBox .active {
|
|
background: url(../images/tabBut_active.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.tab1 .txs {
|
|
width: 9.36rem;
|
|
height: 10.48rem;
|
|
background: url(../images/txsBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: 0.64rem auto 0.6rem;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
padding-top: 0.68rem;
|
|
}
|
|
.tab1 .txs .giftName {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #FFECBB;
|
|
font-size: 0.48rem;
|
|
font-weight: bold;
|
|
}
|
|
.tab1 .txs .svga {
|
|
width: 7.68rem;
|
|
height: 4.7733333333rem;
|
|
position: absolute;
|
|
top: 2.7866666667rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
z-index: 3;
|
|
display: none;
|
|
}
|
|
.tab1 .txs .svga .svga_in {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.tab1 .txs .line {
|
|
width: 7.72rem;
|
|
height: 0.2666666667rem;
|
|
border-radius: 0.2666666667rem;
|
|
margin: 0.5866666667rem auto 0;
|
|
background: #3E0792;
|
|
position: relative;
|
|
}
|
|
.tab1 .txs .line div {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 0%;
|
|
height: 0.2666666667rem;
|
|
border-radius: 0.2666666667rem;
|
|
background: linear-gradient(90deg, #FFF9A0 0%, #F551FF 100%);
|
|
}
|
|
.tab1 .txs .line span {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -0.5rem;
|
|
color: #FFECBB;
|
|
font-size: 0.2666666667rem;
|
|
}
|
|
.tab1 .txs .line p {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: -0.5rem;
|
|
color: #FFECBB;
|
|
font-size: 0.2666666667rem;
|
|
}
|
|
.tab1 .txs .logosssss {
|
|
position: absolute;
|
|
width: 4.5333333333rem;
|
|
height: 4.5333333333rem;
|
|
top: 2.9333333333rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
border-radius: 50%;
|
|
}
|
|
.tab1 .txs .butsss {
|
|
width: 8rem;
|
|
height: 1.3066666667rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 0.52rem;
|
|
z-index: 3;
|
|
}
|
|
.tab1 .txs .butsss .css {
|
|
width: 3.44rem;
|
|
height: 1.3066666667rem;
|
|
margin: 0 auto 0;
|
|
display: block;
|
|
}
|
|
.tab1 .txs .but11 {
|
|
margin: 6.6rem auto 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 8rem;
|
|
}
|
|
.tab1 .txs .but11 .butLeft {
|
|
background: url(../images/cdButl.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 3.44rem;
|
|
height: 1.3066666667rem;
|
|
}
|
|
.tab1 .txs .but11 .butRight {
|
|
background: url(../images/cdButr.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 3.44rem;
|
|
height: 1.3066666667rem;
|
|
}
|
|
.tab1 .txs .leftBut_tab1 {
|
|
width: 0.8rem;
|
|
height: 0.8rem;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top: 4.8rem;
|
|
left: 1.12rem;
|
|
background: url(../images/leftBut_tab1.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
display: none;
|
|
}
|
|
.tab1 .txs .rightBut_tab1 {
|
|
width: 0.8rem;
|
|
height: 0.8rem;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top: 4.8rem;
|
|
right: 1.12rem;
|
|
background: url(../images/rightBut_tab1.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.tab1 .txs_active {
|
|
background: url(../images/txsBg2.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.tab1 .butaaa {
|
|
width: 3.44rem;
|
|
height: 1.3066666667rem;
|
|
background: url(../images/cdbut3.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: -2.6rem auto 1.3333333333rem;
|
|
position: relative;
|
|
}
|
|
.tab1 .toak {
|
|
width: 9.36rem;
|
|
height: 18.4666666667rem;
|
|
background: url(../images/soka_bg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: 0 auto 1.3333333333rem;
|
|
position: relative;
|
|
}
|
|
.tab1 .toak div {
|
|
width: 8.0266666667rem;
|
|
height: 1.4266666667rem;
|
|
background: url(../images/tokalisBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
position: absolute;
|
|
left: 0.6666666667rem;
|
|
}
|
|
.tab1 .toak div span {
|
|
display: block;
|
|
float: left;
|
|
margin-top: 0.3066666667rem;
|
|
margin-left: 0.4rem;
|
|
}
|
|
.tab1 .toak div span p {
|
|
margin-bottom: 0.2rem;
|
|
color: #FFECBB;
|
|
font-size: 0.3466666667rem;
|
|
}
|
|
.tab1 .toak div span strong {
|
|
font-size: 0.2666666667rem;
|
|
color: #E7C9FF;
|
|
}
|
|
.tab1 .toak div .but {
|
|
float: right;
|
|
margin-right: 0.4rem;
|
|
margin-top: 0.4rem;
|
|
width: 1.8666666667rem;
|
|
height: 0.64rem;
|
|
background: url(../images/okToka.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
display: block;
|
|
}
|
|
.tab1 .toak div .but_active {
|
|
background: url(../images/noToka.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.tab1 .toak div:nth-child(1) {
|
|
top: 3.7066666667rem;
|
|
}
|
|
.tab1 .toak div:nth-child(2) {
|
|
top: 5.5866666667rem;
|
|
}
|
|
.tab1 .toak div:nth-child(3) {
|
|
top: 7.4rem;
|
|
}
|
|
.tab1 .toak div:nth-child(4) {
|
|
top: 10.36rem;
|
|
}
|
|
.tab1 .toak div:nth-child(5) {
|
|
top: 12.1733333333rem;
|
|
}
|
|
.tab1 .toak div:nth-child(6) {
|
|
top: 13.9866666667rem;
|
|
}
|
|
.tab1 .toak div:nth-child(7) {
|
|
top: 15.7333333333rem;
|
|
}
|
|
|
|
.queqiao {
|
|
width: 9.36rem;
|
|
height: 8.44rem;
|
|
background: url(../images/qqBG.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: 0.4133333333rem auto 0.5866666667rem;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.queqiao .myqs {
|
|
width: 1.64rem;
|
|
height: 0.56rem;
|
|
position: absolute;
|
|
top: 1.3333333333rem;
|
|
right: 0.4533333333rem;
|
|
}
|
|
.queqiao .barrage_text {
|
|
width: 8.5333333333rem;
|
|
height: 5rem;
|
|
margin: 2.1333333333rem auto 0;
|
|
box-sizing: border-box;
|
|
}
|
|
.queqiao .barrage_text img {
|
|
display: inline-block;
|
|
width: 0.4266666667rem;
|
|
height: 0.3733333333rem;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.xw {
|
|
width: 9.36rem;
|
|
height: 12.6133333333rem;
|
|
background: url(../images/xw.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: 0 auto 1.3333333333rem;
|
|
position: relative;
|
|
}
|
|
.xw div {
|
|
background: rgba(29, 0, 72, 0.8);
|
|
width: 3.6266666667rem;
|
|
height: 4.4933333333rem;
|
|
border-radius: 0.1333333333rem;
|
|
position: absolute;
|
|
}
|
|
.xw .d1 {
|
|
left: 0.8rem;
|
|
top: 2.1733333333rem;
|
|
}
|
|
.xw .d2 {
|
|
right: 0.8133333333rem;
|
|
top: 2.2133333333rem;
|
|
}
|
|
.xw .d3 {
|
|
left: 0.7866666667rem;
|
|
top: 7.1733333333rem;
|
|
}
|
|
.xw .d4 {
|
|
right: 0.8133333333rem;
|
|
top: 7.1733333333rem;
|
|
}
|
|
|
|
.rule {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
top: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
z-index: 99999;
|
|
display: none;
|
|
}
|
|
.rule .rule_in {
|
|
position: relative;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 9.36rem;
|
|
height: 9.44rem;
|
|
background: url(../images/rule.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.rule .rule_in img {
|
|
position: absolute;
|
|
top: -0.8rem;
|
|
right: 0;
|
|
width: 0.9066666667rem;
|
|
height: 0.9066666667rem;
|
|
}
|
|
|
|
.qx_put_out {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
top: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
z-index: 99999;
|
|
display: none;
|
|
}
|
|
.qx_put_out .qx_put_outin {
|
|
position: relative;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 9.36rem;
|
|
height: 5.4533333333rem;
|
|
background: url(../images/qxOutBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.qx_put_out .qx_put_outin img {
|
|
position: absolute;
|
|
top: -1rem;
|
|
right: 0;
|
|
width: 0.9066666667rem;
|
|
height: 0.9066666667rem;
|
|
}
|
|
.qx_put_out .qx_put_outin p {
|
|
text-align: center;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
white-space: nowrap;
|
|
box-sizing: border-box;
|
|
padding: 0 0.2666666667rem;
|
|
min-width: 5rem;
|
|
}
|
|
.qx_put_out .qx_put_outin .p1 {
|
|
top: 1.4rem;
|
|
color: #FFECBB;
|
|
font-size: 0.4rem;
|
|
}
|
|
.qx_put_out .qx_put_outin .p2 {
|
|
top: 3.08rem;
|
|
height: 0.7466666667rem;
|
|
border-radius: 0.7466666667rem;
|
|
line-height: 0.7466666667rem;
|
|
color: #fff;
|
|
font-size: 0.2933333333rem;
|
|
background: rgba(26, 0, 66, 0.5);
|
|
border: 1px solid #FFF7A1;
|
|
}
|
|
|
|
.qx_put {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
top: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
z-index: 99999;
|
|
display: none;
|
|
}
|
|
.qx_put .qx_put_in {
|
|
width: 9.36rem;
|
|
height: 9.8266666667rem;
|
|
background: url(../images/qx_put_bg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.qx_put .qx_put_in .update {
|
|
width: 1.8rem;
|
|
height: 0.5rem;
|
|
position: absolute;
|
|
top: 5rem;
|
|
right: 1.2rem;
|
|
}
|
|
.qx_put .qx_put_in .li {
|
|
width: 7.4666666667rem;
|
|
height: 0.7866666667rem;
|
|
line-height: 0.7866666667rem;
|
|
border-radius: 0.7866666667rem;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 0.2933333333rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
background: rgba(26, 0, 66, 0.5);
|
|
border: 1px solid #FFF7A1;
|
|
}
|
|
.qx_put .qx_put_in .li1 {
|
|
top: 1.6rem;
|
|
}
|
|
.qx_put .qx_put_in .li2 {
|
|
top: 2.7733333333rem;
|
|
}
|
|
.qx_put .qx_put_in .li3 {
|
|
top: 3.9466666667rem;
|
|
}
|
|
.qx_put .qx_put_in input {
|
|
border: none;
|
|
background: #D3B7FF;
|
|
outline: none;
|
|
width: 8.0533333333rem;
|
|
height: 0.8533333333rem;
|
|
line-height: 0.8533333333rem;
|
|
border-radius: 0.8533333333rem;
|
|
font-size: 0.32rem;
|
|
color: #fff;
|
|
box-sizing: border-box;
|
|
padding: 0 0.2666666667rem;
|
|
position: absolute;
|
|
bottom: 3.16rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.qx_put .qx_put_in input::-webkit-input-placeholder {
|
|
color: #fff;
|
|
}
|
|
.qx_put .qx_put_in .num {
|
|
color: #D7BEFF;
|
|
font-size: 0.2666666667rem;
|
|
position: absolute;
|
|
right: 0.9066666667rem;
|
|
bottom: 2.4266666667rem;
|
|
}
|
|
.qx_put .qx_put_in .clos {
|
|
position: absolute;
|
|
left: 1rem;
|
|
bottom: 0.6666666667rem;
|
|
width: 3.3rem;
|
|
height: 1rem;
|
|
}
|
|
.qx_put .qx_put_in .ok {
|
|
position: absolute;
|
|
right: 1rem;
|
|
bottom: 0.6666666667rem;
|
|
width: 3.3rem;
|
|
height: 1rem;
|
|
}
|
|
|
|
.pubBG {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
top: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
z-index: 99999;
|
|
display: none;
|
|
}
|
|
.pubBG .pubBG_in {
|
|
position: relative;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 8.4533333333rem;
|
|
height: 5.96rem;
|
|
background: url(../images/pubBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.pubBG .pubBG_in .close {
|
|
position: absolute;
|
|
right: 0;
|
|
width: 0.9066666667rem;
|
|
height: 0.9066666667rem;
|
|
top: -1.0666666667rem;
|
|
}
|
|
.pubBG .pubBG_in .giftName {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #FFECBB;
|
|
font-size: 0.4rem;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0.6933333333rem;
|
|
}
|
|
.pubBG .pubBG_in .giftImg {
|
|
width: 2.2rem;
|
|
height: 2.2rem;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top: 1.62rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.pubBG .pubBG_in .nick2 {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #FFECBB;
|
|
font-size: 0.32rem;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 1.24rem;
|
|
}
|
|
.pubBG .pubBG_in .num {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #D7BEFF;
|
|
font-size: 0.2666666667rem;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0.8266666667rem;
|
|
}
|
|
|
|
.notPubBG {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
top: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
z-index: 99999;
|
|
display: none;
|
|
}
|
|
.notPubBG .pubBG_in {
|
|
position: relative;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 8.4533333333rem;
|
|
height: 5.96rem;
|
|
background: url(../images/pubBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.notPubBG .pubBG_in .close {
|
|
position: absolute;
|
|
right: 0;
|
|
width: 0.9066666667rem;
|
|
height: 0.9066666667rem;
|
|
top: -1.0666666667rem;
|
|
}
|
|
.notPubBG .pubBG_in .giftName {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #FFECBB;
|
|
font-size: 0.4rem;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0.6933333333rem;
|
|
}
|
|
.notPubBG .pubBG_in .giftImg {
|
|
width: 2.2rem;
|
|
height: 2.2rem;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top: 1.62rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.notPubBG .pubBG_in .nick2 {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #FFECBB;
|
|
font-size: 0.32rem;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 1.24rem;
|
|
}
|
|
.notPubBG .pubBG_in .num {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #D7BEFF;
|
|
font-size: 0.2666666667rem;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0.8266666667rem;
|
|
}
|
|
.notPubBG .pubBG_in .getGifts,
|
|
.notPubBG .pubBG_in .notGetGifts {
|
|
width: 2rem;
|
|
height: 1.2rem;
|
|
position: absolute;
|
|
top: 2.7066666667rem;
|
|
left: 3.32rem;
|
|
z-index: 1;
|
|
display: none;
|
|
}
|
|
|
|
.listBox {
|
|
width: 9.36rem;
|
|
height: 29.92rem;
|
|
background: url(../images/tab3Bg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: 0.5333333333rem auto 3.2rem;
|
|
overflow: hidden;
|
|
position: relative;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
display: inline-block;
|
|
}
|
|
.listBox .tab {
|
|
width: 4.2rem;
|
|
height: 0.64rem;
|
|
margin: 1.3866666667rem auto 0.5466666667rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.listBox .tab div {
|
|
width: 2rem;
|
|
height: 100%;
|
|
background: url(../images/allBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
font-size: 0.32rem;
|
|
color: #5B3A8D;
|
|
text-align: center;
|
|
line-height: 0.64rem;
|
|
}
|
|
.listBox .tab .active1 {
|
|
background: url(../images/dayBg_active.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
color: #5B3A8D;
|
|
}
|
|
.listBox .tab .active2 {
|
|
background: url(../images/allBg_active.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
color: #A56400;
|
|
}
|
|
.listBox .tab .active {
|
|
background: url(../images/dayBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
color: #A56400;
|
|
}
|
|
.listBox .listRule_icon {
|
|
position: absolute;
|
|
right: 0.48rem;
|
|
top: 0.5333333333rem;
|
|
width: 1.64rem;
|
|
height: 0.56rem;
|
|
}
|
|
.listBox .div1 {
|
|
width: 6.52rem;
|
|
height: 4.8533333333rem;
|
|
background: url(../images/div1.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
margin-bottom: 0.8rem;
|
|
}
|
|
.listBox .div1 .imgl {
|
|
position: absolute;
|
|
left: 15%;
|
|
bottom: 47%;
|
|
width: 1.4933333333rem;
|
|
height: 1.4933333333rem;
|
|
border-radius: 50%;
|
|
}
|
|
.listBox .div1 .imgr {
|
|
position: absolute;
|
|
right: 15%;
|
|
bottom: 47%;
|
|
width: 1.4933333333rem;
|
|
height: 1.4933333333rem;
|
|
border-radius: 50%;
|
|
}
|
|
.listBox .div1 p {
|
|
position: absolute;
|
|
width: 57%;
|
|
text-align: center;
|
|
color: #3F197A;
|
|
height: 0.64rem;
|
|
line-height: 0.64rem;
|
|
border-radius: 0.64rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 2.76rem;
|
|
font-size: 0.2666666667rem;
|
|
background: #fff;
|
|
}
|
|
.listBox .div1 p b {
|
|
color: #ff4fb7;
|
|
display: inline-block;
|
|
}
|
|
.listBox .div1 .b {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 0.5333333333rem;
|
|
width: 100%;
|
|
color: #DF5E00;
|
|
font-size: 0.32rem;
|
|
text-align: center;
|
|
}
|
|
.listBox .div2 {
|
|
width: 3.76rem;
|
|
height: 4.48rem;
|
|
background: url(../images/div2.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
left: 0.6666666667rem;
|
|
display: inline-block;
|
|
}
|
|
.listBox .div2 .love {
|
|
position: absolute;
|
|
width: 0.7333333333rem;
|
|
height: 0.7066666667rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 1.52rem;
|
|
z-index: 3;
|
|
}
|
|
.listBox .div2 .imgl {
|
|
position: absolute;
|
|
left: 11%;
|
|
bottom: 41.5%;
|
|
width: 1.4933333333rem;
|
|
height: 1.4933333333rem;
|
|
border-radius: 50%;
|
|
border: 1px solid #EBD7FF;
|
|
}
|
|
.listBox .div2 .imgr {
|
|
position: absolute;
|
|
right: 11%;
|
|
bottom: 41.5%;
|
|
width: 1.4933333333rem;
|
|
height: 1.4933333333rem;
|
|
border-radius: 50%;
|
|
z-index: 2;
|
|
border: 1px solid #EBD7FF;
|
|
}
|
|
.listBox .div2 p {
|
|
position: absolute;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #fff;
|
|
height: 0.64rem;
|
|
line-height: 0.64rem;
|
|
border-radius: 0.64rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 2.76rem;
|
|
font-size: 0.2666666667rem;
|
|
}
|
|
.listBox .div2 p b {
|
|
color: #fff;
|
|
display: inline-block;
|
|
}
|
|
.listBox .div2 .b {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 0.1733333333rem;
|
|
width: 100%;
|
|
color: #DF5E00;
|
|
font-size: 0.32rem;
|
|
text-align: center;
|
|
}
|
|
.listBox .div3 {
|
|
width: 3.76rem;
|
|
height: 4.48rem;
|
|
background: url(../images/div3.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
right: -4.9rem;
|
|
top: -4.485rem;
|
|
}
|
|
.listBox .div3 .love {
|
|
position: absolute;
|
|
width: 0.7333333333rem;
|
|
height: 0.7066666667rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 1.52rem;
|
|
z-index: 3;
|
|
}
|
|
.listBox .div3 .imgl {
|
|
position: absolute;
|
|
left: 11%;
|
|
bottom: 41.5%;
|
|
width: 1.4933333333rem;
|
|
height: 1.4933333333rem;
|
|
border-radius: 50%;
|
|
border: 1px solid #EBD7FF;
|
|
}
|
|
.listBox .div3 .imgr {
|
|
position: absolute;
|
|
right: 11%;
|
|
bottom: 41.5%;
|
|
width: 1.4933333333rem;
|
|
height: 1.4933333333rem;
|
|
border-radius: 50%;
|
|
z-index: 2;
|
|
border: 1px solid #EBD7FF;
|
|
}
|
|
.listBox .div3 p {
|
|
position: absolute;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #fff;
|
|
height: 0.64rem;
|
|
line-height: 0.64rem;
|
|
border-radius: 0.64rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 2.76rem;
|
|
font-size: 0.2666666667rem;
|
|
}
|
|
.listBox .div3 p b {
|
|
color: #fff;
|
|
display: inline-block;
|
|
}
|
|
.listBox .div3 .b {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 0.1733333333rem;
|
|
width: 100%;
|
|
color: #DF5E00;
|
|
font-size: 0.32rem;
|
|
text-align: center;
|
|
}
|
|
.listBox ul {
|
|
width: 8.0266666667rem;
|
|
margin: -4rem auto 0;
|
|
}
|
|
.listBox ul li {
|
|
width: 100%;
|
|
height: 1.8266666667rem;
|
|
background: url(../images/lisBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-bottom: 0.5466666667rem;
|
|
position: relative;
|
|
}
|
|
.listBox ul li .num {
|
|
height: 1.8266666667rem;
|
|
line-height: 1.8266666667rem;
|
|
color: #3F197A;
|
|
font-size: 0.4533333333rem;
|
|
font-weight: bold;
|
|
margin-left: 0.1866666667rem;
|
|
}
|
|
.listBox ul li .imgl {
|
|
width: 1.0133333333rem;
|
|
height: 1.0133333333rem;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
left: 11%;
|
|
top: 13.5%;
|
|
border: 1px solid #EBD7FF;
|
|
}
|
|
.listBox ul li .imgr {
|
|
width: 1.0133333333rem;
|
|
height: 1.0133333333rem;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
left: 22.6%;
|
|
top: 13.5%;
|
|
z-index: 2;
|
|
border: 1px solid #EBD7FF;
|
|
}
|
|
.listBox ul li .name {
|
|
position: absolute;
|
|
width: 4rem;
|
|
bottom: 10%;
|
|
left: -1%;
|
|
color: #E7C9FF;
|
|
font-size: 0.2133333333rem;
|
|
text-align: center;
|
|
}
|
|
.listBox ul li .name b {
|
|
color: #E7C9FF;
|
|
}
|
|
.listBox ul li .right {
|
|
color: #FFECBB;
|
|
font-size: 0.3466666667rem;
|
|
position: absolute;
|
|
right: 0.44rem;
|
|
top: 0;
|
|
height: 100%;
|
|
line-height: 1.8266666667rem;
|
|
}
|
|
|
|
.myList {
|
|
position: fixed;
|
|
z-index: 5;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 2.8rem;
|
|
background: url(../images/myListBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
box-sizing: border-box;
|
|
padding-top: 0.6666666667rem;
|
|
transition: all 0.5s;
|
|
}
|
|
.myList .more {
|
|
position: absolute;
|
|
width: 0.48rem;
|
|
height: 0.44rem;
|
|
top: 0.28rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.myList .more_active {
|
|
transform: translateX(-50%) rotate(180deg);
|
|
}
|
|
.myList ul {
|
|
margin: 0 auto 0;
|
|
width: 8.1333333333rem;
|
|
}
|
|
.myList ul::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
.myList ul .active {
|
|
width: 8.1333333333rem;
|
|
height: 1.8666666667rem;
|
|
line-height: 1.8666666667rem;
|
|
text-align: center;
|
|
font-size: 0.4rem;
|
|
color: #fff;
|
|
}
|
|
.myList ul li {
|
|
width: 8.1333333333rem;
|
|
height: 1.8666666667rem;
|
|
position: relative;
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
.myList ul li .left {
|
|
width: 1.44rem;
|
|
height: 1.44rem;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
border-radius: 50%;
|
|
border: 1px solid #EBD7FF;
|
|
}
|
|
.myList ul li .right {
|
|
width: 1.44rem;
|
|
height: 1.44rem;
|
|
position: absolute;
|
|
left: 1.3rem;
|
|
top: 0;
|
|
border-radius: 50%;
|
|
border: 1px solid #EBD7FF;
|
|
z-index: 2;
|
|
}
|
|
.myList ul li .love {
|
|
position: absolute;
|
|
width: 0.7333333333rem;
|
|
height: 0.7066666667rem;
|
|
z-index: 3;
|
|
left: 1.0666666667rem;
|
|
top: 0.44rem;
|
|
}
|
|
.myList ul li .name {
|
|
position: absolute;
|
|
left: -0.3rem;
|
|
bottom: 0;
|
|
width: 3.6rem;
|
|
text-align: center;
|
|
color: #fff;
|
|
height: 0.2666666667rem;
|
|
}
|
|
.myList ul li .name b {
|
|
color: #fff;
|
|
}
|
|
.myList ul li .rightBox {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0.4666666667rem;
|
|
text-align: right;
|
|
}
|
|
.myList ul li .rightBox p {
|
|
color: #FFECBB;
|
|
font-size: 0.4rem;
|
|
margin-bottom: 0.2533333333rem;
|
|
}
|
|
.myList ul li .rightBox span {
|
|
color: #E7C9FF;
|
|
font-size: 0.32rem;
|
|
}
|
|
|
|
.myList_active {
|
|
height: 8rem;
|
|
background: url(../images/myListBg2.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.listRule {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
z-index: 99999;
|
|
display: none;
|
|
}
|
|
.listRule .listRule_in {
|
|
position: relative;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 9.36rem;
|
|
height: 9.8266666667rem;
|
|
background: url(../images/listTitleBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
box-sizing: border-box;
|
|
padding-top: 3rem;
|
|
}
|
|
.listRule .listRule_in .close {
|
|
position: absolute;
|
|
right: 0;
|
|
width: 0.9066666667rem;
|
|
height: 0.9066666667rem;
|
|
top: -1.0666666667rem;
|
|
z-index: 1;
|
|
}
|
|
.listRule .listRule_in .box {
|
|
margin: -1.3rem auto 0;
|
|
overflow-y: scroll;
|
|
width: 8.9333333333rem;
|
|
height: 7.5rem;
|
|
}
|
|
.listRule .listRule_in .box .listRuleBg {
|
|
width: 100%;
|
|
height: 28.72rem;
|
|
}
|
|
|
|
.tab2 {
|
|
display: block;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map */
|