70 lines
968 B
Plaintext
70 lines
968 B
Plaintext
@borderColor: #ebebeb;
|
|
@fontBlue: #3ba1ff;
|
|
@headerHeight: 60px;
|
|
|
|
.boderAndRadius {
|
|
border: 1px solid @borderColor;
|
|
border-radius: 6px;
|
|
background: #fff;
|
|
}
|
|
|
|
.commonFont {
|
|
font-size: 14px;
|
|
color: #52575b;
|
|
}
|
|
|
|
.pre{
|
|
pre{
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
}
|
|
}
|
|
|
|
.comonPromptFont {
|
|
font-size: 14px;
|
|
color: #b1b1b1;
|
|
}
|
|
|
|
.comonTitle {
|
|
font-size: 20px;
|
|
color: #52575b;
|
|
}
|
|
|
|
.comonPrompt {
|
|
font-size: 14px;
|
|
color: #9b9b9b;
|
|
}
|
|
|
|
.comonBlue {
|
|
color: @fontBlue;
|
|
}
|
|
|
|
.common-main {
|
|
background-color: white;
|
|
padding: 40px 20px;
|
|
}
|
|
|
|
.noSelect {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.center() {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
// ::-webkit-scrollbar {
|
|
// width: 0 !important;
|
|
// }
|
|
// ::-webkit-scrollbar {
|
|
// width: 0 !important;height: 0;
|
|
// }
|