25 lines
428 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|