Files
boluo-app-main/src/pages/group-list/index.less
2025-03-31 22:34:22 +08:00

25 lines
428 B
Plaintext

@import '@/styles/common.less';
@import '@/styles/variables.less';
.page-group-list {
padding: 24px;
&__group-card {
width: 100%;
height: 150px;
font-size: 32px;
line-height: 150px;
font-weight: 500;
color: @blColor;
background-color: #FFFFFF;
border-radius: 16px;
box-sizing: border-box;
padding: 0 40px;
margin-top: 24px;
&:first-child {
margin-top: 0;
}
}
}