/* Pages/HGBot/Home.wxss */
|
|
@import "/Pages/homepage/homepage.wxss";
|
|
.navi{
|
|
width: 40px;
|
|
height: 30px;
|
|
margin: 5px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.title{
|
|
color: #7b8b6f;
|
|
font-size: 60px;
|
|
font-weight: 900;
|
|
font-family: Sniglet;
|
|
text-align: center;
|
|
margin: 50px;
|
|
}
|
|
|
|
.rd{
|
|
position: absolute;
|
|
left: 185px;
|
|
top: 176px;
|
|
font-size: 36px;
|
|
font-weight: 900;
|
|
text-align: center;
|
|
color: #7b8b6f;
|
|
}
|
|
|
|
.vote{
|
|
position: absolute;
|
|
left: 185px;
|
|
top: 251px;
|
|
font-size: 36px;
|
|
font-weight: 900;
|
|
text-align: center;
|
|
color: #7b8b6f;
|
|
}
|
|
|
|
.whisper{
|
|
position: absolute;
|
|
left: 167px;
|
|
top: 327px;
|
|
font-size: 36px;
|
|
font-weight: 900;
|
|
text-align: center;
|
|
color: #7b8b6f;
|
|
}
|
|
|
|
.icon{
|
|
height: 43px;
|
|
width: 45px;
|
|
position: absolute;
|
|
left:100px;
|
|
}
|
|
|
|
|
|
.hg{
|
|
position:absolute;
|
|
left: 100px;
|
|
top: 400px;
|
|
}
|