mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 02:06:38 +08:00
78 lines
1022 B
Plaintext
78 lines
1022 B
Plaintext
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
html {
|
|
line-height: 160%;
|
|
}
|
|
|
|
.rc_contline {
|
|
border-bottom: 3px solid #f6f6f6;
|
|
height: 0px;
|
|
margin: 0;
|
|
clear: both;
|
|
}
|
|
|
|
.page_modules {
|
|
padding-top: 100px;
|
|
}
|
|
|
|
.cont_modules {
|
|
margin: 0 auto;
|
|
max-width: 1400px;
|
|
}
|
|
|
|
.inline_right {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
|
|
.inline_mid {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
width: 100%;
|
|
}
|
|
|
|
.inline_left {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.li_inline {
|
|
li {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
}
|
|
|
|
.color_red {
|
|
color: #E2001A;
|
|
}
|
|
|
|
.tc {
|
|
text-align: center;
|
|
}
|
|
|
|
.tr {
|
|
text-align: right;
|
|
}
|
|
.el-dialog{
|
|
width: 90%;
|
|
max-width: 440px;
|
|
}
|
|
#tns2-iw{ height: 90px;}
|
|
.rc-carousel:not(.rc-carousel--loaded){visibility:visible!important}
|
|
@media screen and (max-width: 768px) {
|
|
.el-message-box{
|
|
width: 300px;
|
|
}
|
|
.el-dialog{
|
|
width: 90%;
|
|
}
|
|
}
|
|
|