14 lines
223 B
SCSS
14 lines
223 B
SCSS
.box-index {
|
|
height: 100vh;
|
|
background: #161616;
|
|
|
|
.top-icon {
|
|
padding-top: var(--status-bar-height);
|
|
padding-left: 20rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100rpx;
|
|
}
|
|
}
|