feat: first commit
This commit is contained in:
27
src/fragments/user/company/index.less
Normal file
27
src/fragments/user/company/index.less
Normal file
@ -0,0 +1,27 @@
|
||||
@import '@/styles/common.less';
|
||||
@import '@/styles/variables.less';
|
||||
|
||||
.user-fragment-company {
|
||||
|
||||
&__cell {
|
||||
height: 112px;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
border-radius: 16px;
|
||||
margin-top: 24px;
|
||||
|
||||
.taroify-cell__value {
|
||||
color: @blColor;
|
||||
}
|
||||
}
|
||||
|
||||
&__go-publish-cell {
|
||||
.taroify-cell__title {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
.taroify-cell__value {
|
||||
color: @blHighlightColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user