Files
peko-h5/view/peko/modules/h5Income/css/rule.css
2023-07-12 17:00:50 +08:00

42 lines
700 B
CSS

html,
body {
width: 100%;
background: #F3F5FA;
}
.back {
position: fixed;
z-index: 9;
width: 0.7466666667rem;
height: 0.7466666667rem;
left: 0.5333333333rem;
top: 0.2rem;
}
.box {
width: 9.1466666667rem;
height: auto;
margin: 0.8666666667rem auto 0;
box-sizing: border-box;
padding: 0.64rem 0.5333333333rem;
background: #fff;
border-radius: 0.2666666667rem;
}
.box h3 {
width: 100%;
display: block;
text-align: center;
color: #1F1B4F;
font-size: 0.4266666667rem;
font-weight: bold;
margin-bottom: 0.32rem;
}
.box p {
color: #8A8CAB;
font-size: 0.3466666667rem;
margin-bottom: 0.2666666667rem;
width: 100%;
}
/*# sourceMappingURL=rule.css.map */