You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
164 lines
3.1 KiB
164 lines
3.1 KiB
.head-container {
|
|
padding-bottom: 10px;
|
|
.filter-item {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin: 0 3px 10px 0;
|
|
input {
|
|
height: 30.5px;
|
|
line-height: 30.5px;
|
|
}
|
|
}
|
|
.el-form-item-label {
|
|
margin: 0 3px 9px 0;
|
|
display: inline-block;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 30.5px;
|
|
padding: 0 7px 0 7px;
|
|
}
|
|
.el-button+.el-button {
|
|
margin-left: 0 !important;
|
|
}
|
|
.el-select__caret.el-input__icon.el-icon-arrow-up{
|
|
line-height: 30.5px;
|
|
}
|
|
.date-item {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-bottom: 10px;
|
|
height: 30.5px !important;
|
|
width: 230px !important;
|
|
}
|
|
}
|
|
.el-avatar {
|
|
display: inline-block;
|
|
text-align: center;
|
|
background: #ccc;
|
|
color: #fff;
|
|
white-space: nowrap;
|
|
position: relative;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
border-radius: 16px;
|
|
}
|
|
|
|
.logo-con{
|
|
height: 60px;
|
|
padding: 13px 0 0;
|
|
img{
|
|
height: 32px;
|
|
width: 135px;
|
|
display: block;
|
|
//margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
#el-login-footer {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-family: Arial, serif;
|
|
font-size: 12px;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
#el-main-footer {
|
|
background: none repeat scroll 0 0 white;
|
|
border-top: 1px solid #e7eaec;
|
|
overflow: hidden;
|
|
padding: 10px 6px 0 6px;
|
|
height: 33px;
|
|
font-size: 0.7rem !important;
|
|
color: #7a8b9a;
|
|
letter-spacing: 0.8px;
|
|
font-family: Arial, sans-serif !important;
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 99;
|
|
width: 100%;
|
|
}
|
|
.eladmin-upload {
|
|
border: 1px dashed #c0ccda;
|
|
border-radius: 5px;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
width: 368px;
|
|
}
|
|
.my-blockquote{
|
|
margin: 0 0 10px;
|
|
padding: 15px;
|
|
line-height: 22px;
|
|
border-left: 5px solid #00437B;
|
|
border-radius: 0 2px 2px 0;
|
|
background-color: #f2f2f2;
|
|
}
|
|
.my-code{
|
|
position: relative;
|
|
padding: 15px;
|
|
line-height: 20px;
|
|
border-left: 5px solid #ddd;
|
|
color: #333;
|
|
font-family: Courier New, serif;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-tabs{
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
|
|
//修改侧边栏菜单颜色和高度
|
|
.el-menu-item, .el-submenu__title {
|
|
height: 40px !important;
|
|
//background-color: #776020 !important;
|
|
}
|
|
|
|
#app .sidebar-container .el-submenu .el-menu-item {
|
|
}
|
|
|
|
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .el-submenu .el-menu-item {
|
|
}
|
|
|
|
#app .sidebar-container {
|
|
//background-color: #544b32 !important;
|
|
}
|
|
|
|
.el-form-item--small.el-form-item {
|
|
margin-bottom: 12px !important;
|
|
}
|
|
|
|
.el-form-item--mini.el-form-item {
|
|
margin-bottom: 10px !important;
|
|
}
|
|
|
|
//去除编辑文本框为数字时的上下箭头start
|
|
.el-form--inline .el-form-item__content {
|
|
width: auto !important;
|
|
}
|
|
|
|
input[type="number"] {
|
|
-moz-appearance: textfield;
|
|
}
|
|
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
input[type="number"]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
//去除编辑文本框为数字时的上下箭头end
|
|
//设置计数器文字居左
|
|
.el-input-number--mini .el-input__inner {
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
|