feat: first commit
This commit is contained in:
24
src/pages/group-list/index.less
Normal file
24
src/pages/group-list/index.less
Normal file
@ -0,0 +1,24 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user