25 lines
484 B
CSS
25 lines
484 B
CSS
html,
|
|
body {
|
|
width: 100%;
|
|
height: 21.6533333333rem;
|
|
background-color: #BDADFF;
|
|
background-image: url(../images/shareBg.png);
|
|
background-size: 100% 21.6533333333rem;
|
|
background-repeat: no-repeat;
|
|
position: relative;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 0;
|
|
}
|
|
html img,
|
|
body img {
|
|
position: absolute;
|
|
width: 3.3466666667rem;
|
|
height: 3.3466666667rem;
|
|
border-radius: 50%;
|
|
top: 8.8rem;
|
|
left: 3.8933333333rem;
|
|
}
|
|
|
|
/*# sourceMappingURL=share.css.map */
|