512 lines
5.2 KiB
SCSS
512 lines
5.2 KiB
SCSS
html,
|
|
body,
|
|
.main-app,
|
|
#master-container {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
overflow-y: hidden !important;
|
|
font-family: Microsoft YaHei, Hiragino Sans GB;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.iconfont {
|
|
font-size: 13px;
|
|
}
|
|
|
|
/*边距共有样式*/
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
|
|
.p-none {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.m-xxs {
|
|
margin: 2px 4px;
|
|
}
|
|
|
|
.m-xs {
|
|
margin: 5px;
|
|
}
|
|
|
|
.m-sm {
|
|
margin: 10px;
|
|
}
|
|
|
|
.m {
|
|
margin: 15px;
|
|
}
|
|
|
|
.m-md {
|
|
margin: 20px;
|
|
}
|
|
|
|
.m-lg {
|
|
margin: 30px;
|
|
}
|
|
|
|
.m-xl {
|
|
margin: 50px;
|
|
}
|
|
|
|
.m-n {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.m-l-none {
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
.m-l-xs {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.m-l-sm {
|
|
margin-left: 10px !important;
|
|
}
|
|
|
|
.m-l {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.m-l-md {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.m-l-lg {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.m-l-xl {
|
|
margin-left: 40px;
|
|
}
|
|
|
|
.m-l-xxl {
|
|
margin-left: 50px;
|
|
}
|
|
|
|
.m-l-n-xxs {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
.m-l-n-xs {
|
|
margin-left: -5px;
|
|
}
|
|
|
|
.m-l-n-sm {
|
|
margin-left: -10px;
|
|
}
|
|
|
|
.m-l-n {
|
|
margin-left: -15px;
|
|
}
|
|
|
|
.m-l-n-md {
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.m-l-n-lg {
|
|
margin-left: -30px;
|
|
}
|
|
|
|
.m-l-n-xl {
|
|
margin-left: -40px;
|
|
}
|
|
|
|
.m-l-n-xxl {
|
|
margin-left: -50px;
|
|
}
|
|
|
|
.m-t-none {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.m-t-xxs {
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.m-t-xs {
|
|
margin-top: 5px !important;
|
|
}
|
|
|
|
.m-t-sm {
|
|
margin-top: 10px !important;
|
|
}
|
|
|
|
.m-t {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.m-t-md {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.m-t-lg {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.m-t-xl {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.m-t-xxl {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.m-t-n-xxs {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.m-t-n-xs {
|
|
margin-top: -5px;
|
|
}
|
|
|
|
.m-t-n-7 {
|
|
margin-top: -7px;
|
|
}
|
|
|
|
.m-t-n-sm {
|
|
margin-top: -10px;
|
|
}
|
|
|
|
.m-t-n {
|
|
margin-top: -15px;
|
|
}
|
|
|
|
.m-t-n-md {
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.m-t-n-lg {
|
|
margin-top: -30px;
|
|
}
|
|
|
|
.m-t-n-xl {
|
|
margin-top: -40px;
|
|
}
|
|
|
|
.m-t-n-xxl {
|
|
margin-top: -50px;
|
|
}
|
|
|
|
.m-t-n-xxxl {
|
|
margin-top: -60px;
|
|
}
|
|
|
|
.m-r-none {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
.m-r-xxs {
|
|
margin-right: 1px;
|
|
}
|
|
|
|
.m-r-xs {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.m-r-sm {
|
|
margin-right: 10px !important;
|
|
}
|
|
|
|
.m-r {
|
|
margin-right: 15px !important;
|
|
}
|
|
|
|
.m-r-md {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.m-r-lg {
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.m-r-xl {
|
|
margin-right: 40px;
|
|
}
|
|
|
|
.m-r-xxl {
|
|
margin-right: 50px;
|
|
}
|
|
|
|
.m-r-n-xxs {
|
|
margin-right: -1px;
|
|
}
|
|
|
|
.m-r-n-xs {
|
|
margin-right: -5px;
|
|
}
|
|
|
|
.m-r-n-sm {
|
|
margin-right: -10px;
|
|
}
|
|
|
|
.m-r-n {
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.m-r-n-md {
|
|
margin-right: -20px;
|
|
}
|
|
|
|
.m-r-n-lg {
|
|
margin-right: -30px;
|
|
}
|
|
|
|
.m-r-n-xl {
|
|
margin-right: -40px;
|
|
}
|
|
|
|
.m-r-n-xxl {
|
|
margin-right: -50px;
|
|
}
|
|
|
|
.m-b-none {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.m-b-xxs {
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
.m-b-xs {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.m-b-sm {
|
|
margin-bottom: 10px !important;
|
|
}
|
|
|
|
.m-b {
|
|
margin-bottom: 15px !important;
|
|
}
|
|
|
|
.m-b-md {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.m-b-lg {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.m-b-xl {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.m-b-xxl {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.m-b-n-xxs {
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.m-b-n-xs {
|
|
margin-bottom: -5px;
|
|
}
|
|
|
|
.m-b-n-sm {
|
|
margin-bottom: -10px;
|
|
}
|
|
|
|
.m-b-n {
|
|
margin-bottom: -15px;
|
|
}
|
|
|
|
.m-b-n-md {
|
|
margin-bottom: -20px;
|
|
}
|
|
|
|
.m-b-n-lg {
|
|
margin-bottom: -30px;
|
|
}
|
|
|
|
.m-b-n-xl {
|
|
margin-bottom: -40px;
|
|
}
|
|
|
|
.m-b-n-xxl {
|
|
margin-bottom: -50px;
|
|
}
|
|
|
|
/*颜色共有样式*/
|
|
|
|
.btn-info {
|
|
color: #ffffff !important;
|
|
background-color: #497edf;
|
|
border-color: #497edf;
|
|
}
|
|
|
|
.btn-info:hover,
|
|
.btn-info:focus,
|
|
.btn-info:active,
|
|
.btn-info.active,
|
|
.open .dropdown-toggle.btn-info {
|
|
color: #ffffff !important;
|
|
background-color: #2059c1;
|
|
border-color: #2059c1;
|
|
}
|
|
|
|
.btn-success {
|
|
color: #ffffff !important;
|
|
background-color: #27c24c;
|
|
border-color: #27c24c;
|
|
}
|
|
|
|
.btn-success:hover,
|
|
.btn-success:focus,
|
|
.btn-success:active,
|
|
.btn-success.active,
|
|
.open .dropdown-toggle.btn-success {
|
|
color: #ffffff !important;
|
|
background-color: #23ad44;
|
|
border-color: #20a03f;
|
|
}
|
|
|
|
.btn-danger {
|
|
color: #ffffff !important;
|
|
background-color: #f05050;
|
|
border-color: #f05050;
|
|
}
|
|
|
|
.btn-danger:hover,
|
|
.btn-danger:focus,
|
|
.btn-danger:active,
|
|
.btn-danger.active,
|
|
.open .dropdown-toggle.btn-danger {
|
|
color: #ffffff !important;
|
|
background-color: #ee3939;
|
|
border-color: #ed2a2a;
|
|
}
|
|
|
|
.text-info {
|
|
color: #00aeef !important;
|
|
}
|
|
|
|
.text-success {
|
|
color: #27c24c !important;
|
|
}
|
|
|
|
.text-warning {
|
|
color: #fad733 !important;
|
|
}
|
|
|
|
.text-danger {
|
|
color: #f05050;
|
|
}
|
|
|
|
.text-white {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/*宽度样式*/
|
|
|
|
.w-xxs {
|
|
width: 60px;
|
|
}
|
|
|
|
.w-xs {
|
|
width: 90px;
|
|
}
|
|
|
|
.w-110 {
|
|
width: 110px;
|
|
}
|
|
|
|
.w-ss {
|
|
width: 120px;
|
|
}
|
|
|
|
.w-sm {
|
|
width: 150px;
|
|
}
|
|
|
|
.w {
|
|
width: 200px;
|
|
}
|
|
|
|
.w-md {
|
|
width: 240px;
|
|
}
|
|
|
|
.w-lg {
|
|
width: 280px !important;
|
|
}
|
|
|
|
.w-xl {
|
|
width: 320px;
|
|
}
|
|
|
|
.w-xxl {
|
|
width: 360px;
|
|
}
|
|
|
|
.w-full {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.w-auto {
|
|
width: auto;
|
|
}
|
|
|
|
.upload-file-btn {
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.upload-file-btn input[type='file'] {
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 300px;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
cursor: pointer;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 0;
|
|
position: absolute;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.custom-dropdown-popper {
|
|
margin-top: 5px !important;
|
|
.czhj-popper__arrow {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.cur-point {
|
|
cursor: pointer !important;
|
|
}
|