1
0
Fork 0
tera-wallet/src/pages/index/index.scss

35 lines
437 B
SCSS

.page {
position: relative;
background-color: #FDFDFD;
view,
div {
box-sizing: border-box;
}
}
.page-index {
padding: 0 0 30px;
.logo {
margin: 24px auto;
font-size: 0;
text-align: center;
.img {
width: 200px;
height: 200px;
}
}
.page-title {
color: #474747;
font-size: 36px;
font-weight: bold;
text-align: center;
}
.base-info {
margin-top: 24px;
}
}