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.
31 lines
414 B
SCSS
31 lines
414 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: 30px;
|
|
margin: 2px;
|
|
}
|
|
|
|
.user__info-item text {
|
|
font-size: 29px;
|
|
}
|
|
|
|
.uni-grid-item {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.grid-menu__image {
|
|
width: 74px;
|
|
height: 84px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.grid-menu__item {
|
|
flex: 1;
|
|
} |