386 lines
6.3 KiB
CSS
386 lines
6.3 KiB
CSS
html,
|
|
body {
|
|
width: 100%;
|
|
background-image: url(../images/bg.png);
|
|
background-size: 100% 39.94667rem;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.rabbit {
|
|
z-index: 999;
|
|
width: 0.8rem;
|
|
height: 0.8rem;
|
|
}
|
|
|
|
.back {
|
|
position: fixed;
|
|
top: 0.93333rem;
|
|
left: 0.45333rem;
|
|
z-index: 99;
|
|
width: 0.82667rem;
|
|
height: 0.82667rem;
|
|
}
|
|
|
|
.back img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.back p {
|
|
color: #fff;
|
|
font-size: 0.42667rem;
|
|
position: absolute;
|
|
width: 9rem;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
text-align: center;
|
|
line-height: 0.82667rem;
|
|
}
|
|
|
|
.layui-m-layershade {
|
|
background-color: rgba(0, 0, 0, 0.4) !important;
|
|
}
|
|
|
|
.header {
|
|
width: 10rem;
|
|
height: 10rem;
|
|
margin: 0 auto -2rem;
|
|
background: url(../images/header.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.tab {
|
|
width: 7.86667rem;
|
|
height: 1.01333rem;
|
|
line-height: 1.01333rem;
|
|
margin: 0 auto 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background: #1D388F;
|
|
border: 0.02667rem solid #8FC5FF;
|
|
box-sizing: border-box;
|
|
border-radius: 0.16rem;
|
|
}
|
|
|
|
.tab div {
|
|
width: 3.94667rem;
|
|
text-align: center;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
font-size: 0.37333rem;
|
|
}
|
|
|
|
.tab .atc {
|
|
color: #fff;
|
|
background: url(../images/tabAct.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab {
|
|
width: 8.96rem;
|
|
height: 2.24rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 0.90667rem auto 0;
|
|
}
|
|
|
|
.boxTab div {
|
|
width: 2.82667rem;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.boxTab div .top {
|
|
width: 1.97333rem;
|
|
height: 1.97333rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 1.01333rem;
|
|
}
|
|
|
|
.boxTab div p {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #696C70;
|
|
font-size: 0.32rem;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 1.25333rem;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.boxTab div span {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 0.29333rem;
|
|
height: 0.32rem;
|
|
line-height: 0.32rem;
|
|
color: #696C70;
|
|
font-weight: 400;
|
|
vertical-align: middle;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 1.70667rem;
|
|
}
|
|
|
|
.boxTab div span .img {
|
|
width: 0.32rem;
|
|
height: 0.32rem;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
background: url(../images/notDiamond.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab div span b {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.boxTab .box1 {
|
|
background: url(../images/notShow.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .box1 .top {
|
|
background: url(../images/notBox1.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .box2 {
|
|
background: url(../images/notShow.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .box2 .top {
|
|
background: url(../images/notBox2.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .box3 {
|
|
background: url(../images/notShow.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .box3 .top {
|
|
background: url(../images/notBox3.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .act1 {
|
|
background: url(../images/show.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .act1 .top {
|
|
background: url(../images/box1.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .act1 p {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.boxTab .act1 span .img {
|
|
background: url(../images/diamond.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .act1 span b {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.boxTab .act2 {
|
|
background: url(../images/show.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .act2 .top {
|
|
background: url(../images/box2.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .act2 p {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.boxTab .act2 span .img {
|
|
background: url(../images/diamond.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .act2 span b {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.boxTab .act3 {
|
|
background: url(../images/show.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .act3 .top {
|
|
background: url(../images/box3.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .act3 p {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.boxTab .act3 span .img {
|
|
background: url(../images/diamond.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.boxTab .act3 span b {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.page1 .boxList {
|
|
width: 9.14667rem;
|
|
display: block;
|
|
margin: 0.05333rem auto 0;
|
|
}
|
|
|
|
.page1 .boxList1 {
|
|
height: 26.18667rem;
|
|
}
|
|
|
|
.page1 .boxList2 {
|
|
height: 20.72rem;
|
|
}
|
|
|
|
.page1 .boxList3 {
|
|
height: 21.84rem;
|
|
}
|
|
|
|
.page2 {
|
|
display: none;
|
|
width: 9.14667rem;
|
|
height: 8.3rem;
|
|
margin: 0 auto 0;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.page2::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.page2 .div {
|
|
width: 9.14667rem;
|
|
height: 1.97333rem;
|
|
margin-bottom: 0.10667rem;
|
|
background: url(../images/liBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
box-sizing: border-box;
|
|
padding: 0 0.32rem;
|
|
}
|
|
|
|
.page2 .div .leftUser {
|
|
float: left;
|
|
width: 1.76rem;
|
|
margin-right: 0.21333rem;
|
|
margin-top: 0.21333rem;
|
|
}
|
|
|
|
.page2 .div .leftUser .tx {
|
|
display: block;
|
|
width: 1.06667rem;
|
|
height: 1.06667rem;
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.page2 .div .leftUser p {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 0.29333rem;
|
|
font-weight: 500;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
margin-top: 0.05333rem;
|
|
}
|
|
|
|
.page2 .div .inFo {
|
|
float: left;
|
|
width: 3rem;
|
|
text-align: center;
|
|
margin-top: 0.53333rem;
|
|
}
|
|
|
|
.page2 .div .inFo p {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
color: rgba(255, 255, 255, 0.9);
|
|
font-size: 0.32rem;
|
|
margin-bottom: 0.2rem;
|
|
}
|
|
|
|
.page2 .div .inFo p b {
|
|
color: #FFEF8A;
|
|
}
|
|
|
|
.page2 .div .inFo span {
|
|
width: 100%;
|
|
display: block;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
color: rgba(255, 255, 255, 0.9);
|
|
font-size: 0.32rem;
|
|
}
|
|
|
|
.page2 .div .inFo span b {
|
|
color: #7AE9FF;
|
|
}
|
|
|
|
.page2 .div .rigtUser {
|
|
float: left;
|
|
width: 1.76rem;
|
|
margin-top: 0.21333rem;
|
|
}
|
|
|
|
.page2 .div .rigtUser .tx {
|
|
display: block;
|
|
width: 1.06667rem;
|
|
height: 1.06667rem;
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.page2 .div .rigtUser p {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 0.29333rem;
|
|
font-weight: 500;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
margin-top: 0.05333rem;
|
|
}
|
|
|
|
.page2 .div .gift {
|
|
float: right;
|
|
display: block;
|
|
width: 1.6rem;
|
|
height: 1.6rem;
|
|
margin-top: 0.18667rem;
|
|
}
|
|
|
|
.disclaimers {
|
|
width: 100%;
|
|
margin-top: 0.24rem;
|
|
margin-bottom: 0.26667rem;
|
|
}
|
|
|
|
.disclaimers p {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
font-size: 0.26667rem;
|
|
margin-bottom: 0.13333rem;
|
|
}
|