Files
peko-h5/view/peko/modules/h5Income/css/index.css
2023-07-14 15:27:25 +08:00

168 lines
3.1 KiB
CSS

html,
body {
width: 100%;
}
.back {
position: fixed;
z-index: 9;
width: 0.7466666667rem;
height: 0.7466666667rem;
left: 0.5333333333rem;
top: 0.2rem;
}
.myInfo {
width: 9.2rem;
height: 1.8133333333rem;
margin: 0.8rem auto 0.4266666667rem;
}
.myInfo img {
display: block;
width: 1.8133333333rem;
height: 1.8133333333rem;
border-radius: 50%;
float: left;
}
.myInfo div {
float: left;
margin-left: 0.2933333333rem;
overflow: hidden;
}
.myInfo div p {
color: #1F1B4F;
font-size: 0.48rem;
font-weight: bold;
margin-bottom: 0.16rem;
margin-top: 0.4rem;
width: 6.5rem;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.myInfo div b {
color: #8A8CAB;
font-size: 0.32rem;
}
.diamond {
width: 9.2rem;
height: 3.84rem;
background: url(../images/index/diamondBg.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto 0.4266666667rem;
position: relative;
}
.diamond .diamondIcon {
width: 0.64rem;
height: 0.64rem;
position: absolute;
left: 0.5333333333rem;
top: 0.4rem;
}
.diamond .moreD {
width: 0.32rem;
height: 0.32rem;
position: absolute;
right: 0.5333333333rem;
top: 0.56rem;
}
.diamond span {
font-size: 0.5333333333rem;
font-weight: bold;
color: #1F1B4F;
position: absolute;
left: 1.28rem;
top: 0.48rem;
}
.diamond b {
font-size: 0.3733333333rem;
color: #1F1B4F;
position: absolute;
right: 0.9066666667rem;
top: 0.5333333333rem;
}
.diamond p {
font-weight: bold;
color: #1F1B4F;
font-size: 0.48rem;
left: 0.5333333333rem;
top: 1.4666666667rem;
position: absolute;
}
.gold {
width: 9.2rem;
height: 3.84rem;
background: url(../images/index/goldBg.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto 0.4266666667rem;
position: relative;
}
.gold .goldIcon {
width: 0.64rem;
height: 0.64rem;
position: absolute;
left: 0.5333333333rem;
top: 0.4rem;
}
.gold .moreG {
width: 0.32rem;
height: 0.32rem;
position: absolute;
right: 0.5333333333rem;
top: 0.56rem;
}
.gold span {
font-size: 0.5333333333rem;
font-weight: bold;
color: #1F1B4F;
position: absolute;
left: 1.28rem;
top: 0.48rem;
}
.gold b {
font-size: 0.3733333333rem;
color: #1F1B4F;
position: absolute;
right: 0.9066666667rem;
top: 0.5333333333rem;
}
.gold p {
font-weight: bold;
color: #1F1B4F;
font-size: 0.48rem;
left: 0.5333333333rem;
top: 1.4666666667rem;
position: absolute;
}
.gold .exchangeGold {
width: 3.8933333333rem;
height: 1.0666666667rem;
line-height: 1.0666666667rem;
border-radius: 1.0666666667rem;
text-align: center;
color: #93570B;
font-size: 0.4266666667rem;
position: absolute;
left: 0.5333333333rem;
bottom: 0.48rem;
border: 0.0266666667rem solid #93570B;
box-sizing: border-box;
}
.gold .withdrawal {
width: 3.8933333333rem;
height: 1.0666666667rem;
line-height: 1.0666666667rem;
border-radius: 1.0666666667rem;
text-align: center;
color: #582815;
font-size: 0.4266666667rem;
position: absolute;
right: 0.5333333333rem;
bottom: 0.48rem;
background: #EDC36B;
}
/*# sourceMappingURL=index.css.map */