You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
379 B
SCSS
27 lines
379 B
SCSS
|
|
.top-container {
|
|
padding: 10px 20px;
|
|
background: url('@/assets/images/bg/userIndexHeadBg.png');
|
|
background-color: #000;
|
|
color: #fff;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.user__info-item {
|
|
font-size: $uni-font-size-sm;
|
|
margin: 4px;
|
|
}
|
|
|
|
.uni-grid-item {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.grid-menu__image {
|
|
width: 74px;
|
|
height: 84px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.grid-menu__item {
|
|
flex: 1;
|
|
} |