feat: first commit
This commit is contained in:
35
src/pages/message/index.less
Normal file
35
src/pages/message/index.less
Normal file
@ -0,0 +1,35 @@
|
||||
@import '@/styles/common.less';
|
||||
@import '@/styles/variables.less';
|
||||
|
||||
.page-message {
|
||||
width: 100vw;
|
||||
|
||||
&__header {
|
||||
.flex-row();
|
||||
justify-content: space-between;
|
||||
padding: 16px 32px;
|
||||
background: @blHighlightBg;
|
||||
|
||||
&__times {
|
||||
.flex-row();
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
color: #6F7686;
|
||||
|
||||
.highlight {
|
||||
color: @blHighlightColor;
|
||||
}
|
||||
}
|
||||
|
||||
&__help-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
&__btn {
|
||||
.button(@width: 146px; @height: 60px; @fontSize: 24px; @borderRadius: 44px);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user