35 lines
595 B
Plaintext
35 lines
595 B
Plaintext
@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);
|
|
}
|
|
}
|
|
|
|
} |