101 lines
5.6 KiB
Plaintext
101 lines
5.6 KiB
Plaintext
#app, body, html {width: 100%;height: 100%;background-color: #f6f8f9;font-size: 12px;}
|
|
a {color: #333;text-decoration: none;}
|
|
a:hover, a:focus {color: #000;text-decoration: none;}
|
|
a:link {text-decoration: none;}
|
|
a:-webkit-any-link {text-decoration: none;}
|
|
a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: border-box;outline:none !important; -webkit-appearance: none;}
|
|
* {margin: 0;padding: 0;box-sizing: border-box;outline: none;}
|
|
|
|
/* 全局滚动条样式 */
|
|
.scrollable {-webkit-overflow-scrolling: touch;}
|
|
::-webkit-scrollbar {width: 5px;height: 5px;}
|
|
::-webkit-scrollbar-thumb {background-color: rgba(50, 50, 50, 0.3);}
|
|
::-webkit-scrollbar-thumb:hover {background-color: rgba(50, 50, 50, 0.6);}
|
|
::-webkit-scrollbar-track {background-color: rgba(50, 50, 50, 0.1);}
|
|
::-webkit-scrollbar-track:hover {background-color: rgba(50, 50, 50, 0.2);}
|
|
|
|
.aminui-side-split {position: absolute;top:0px;left:0px;bottom:0px;width:65px;background: #333;z-index: 5;}
|
|
.adminui-side-split-scroll {position: absolute;top:0px;left:0px;bottom:0px;right:0px;overflow: auto;overflow-x:hidden;}
|
|
.aminui-side-split li {cursor: pointer;width: 65px;height: 65px;color: #fff;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;}
|
|
.aminui-side-split li i {font-size: 16px;}
|
|
.aminui-side-split li p {margin-top:5px;}
|
|
.aminui-side-split li:hover {background: #444;}
|
|
.aminui-side-split li.active {background: #09f;}
|
|
|
|
.adminui-side-split-scroll::-webkit-scrollbar-thumb {background-color: rgba(255, 255, 255, 0.4);border-radius:5px;}
|
|
.adminui-side-split-scroll::-webkit-scrollbar-thumb:hover {background-color: rgba(255, 255, 255, 0.5);}
|
|
.adminui-side-split-scroll::-webkit-scrollbar-track {background-color: rgba(255, 255, 255, 0);}
|
|
.adminui-side-split-scroll::-webkit-scrollbar-track:hover {background-color: rgba(255, 255, 255, 0);}
|
|
|
|
|
|
.aminui-side {position: absolute;z-index: 5;top:0px;left:65px;bottom:0px;width:210px;background: #fff;box-shadow: 2px 0 8px 0 rgba(29,35,41,.05);border-right: 1px solid #e6e6e6;}
|
|
.adminui-side-top {border-bottom: 1px solid #ebeef5;height:50px;line-height: 50px;}
|
|
.adminui-side-top h2 {padding:0 20px;font-size: 17px;color: #3c4a54;}
|
|
.adminui-side-scroll {position: absolute;top:50px;left:0px;bottom:0px;right:0px;overflow: auto;overflow-x:hidden;}
|
|
|
|
|
|
.aminui-body {position: absolute;z-index: 4;top:0px;left:275px;bottom:0px;right:0px;}
|
|
|
|
.adminui-header {height: 50px;border-bottom: 1px solid #ebeef5;background: #fff;box-shadow: 0 1px 4px rgba(0,21,41,.08);display: flex;justify-content:space-between;}
|
|
|
|
.adminui-header .left-panel {display: flex;align-items: center;padding-left:20px;}
|
|
.adminui-header .right-panel {display: flex;align-items: center;}
|
|
|
|
.adminui-header .panel-item {height:50px;line-height: 50px;padding:0 10px;cursor: pointer;}
|
|
.adminui-header .panel-item i {font-size: 16px;}
|
|
.adminui-header .panel-item .badge .el-badge__content {top:15px}
|
|
.adminui-header .panel-item:hover {background: #eee;}
|
|
|
|
.adminui-header .el-breadcrumb .el-breadcrumb__inner i {margin-right:5px;}
|
|
.adminui-header .user {display: flex;align-items: center;}
|
|
.adminui-header .user label {display: inline-block;margin-left:5px;font-size: 12px;cursor:pointer;}
|
|
|
|
.msgList header {height:35px;line-height: 35px;display: flex;justify-content: space-between;}
|
|
.msgList footer {height:35px;line-height: 35px;text-align:center;}
|
|
.msgList ul {height:180px;border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding:10px 0;}
|
|
.msgList ul li a {display: inline-block;width: 100%;height: 100%;padding:10px;border-radius: 4px;border: 1px solid transparent;cursor:pointer;}
|
|
.msgList ul li h2 {font-size: 14px;font-weight: normal;line-height: 1.8;}
|
|
.msgList ul li h2 i {margin-right: 10px;}
|
|
.msgList ul li p {font-size: 12px;color: #999;line-height: 1.8;}
|
|
.msgList ul li a:hover {background: #ecf5ff;border: 1px solid #d9ecff;}
|
|
.msgList ul li a:hover h2 {color: #409EFF;}
|
|
|
|
.adminui-tags {height:35px;background: #fff;border-bottom: 1px solid #e6e6e6;box-shadow: 0 1px 4px rgba(0,21,41,.08);}
|
|
.adminui-tags li {cursor: pointer;display: inline-block;float: left;height:34px;line-height: 34px;}
|
|
.adminui-tags li a {display: inline-block;padding:0 10px;width:100%;height:100%;color: #999;text-decoration:none;}
|
|
.adminui-tags li i {margin-left:10px;padding:3px;}
|
|
.adminui-tags li i:hover {background: #ff5722;color: #fff;}
|
|
.adminui-tags li:hover {background: #ecf5ff;}
|
|
.adminui-tags li.active {background: #09f;}
|
|
.adminui-tags li.active a {color: #fff;}
|
|
|
|
|
|
.adminui-main {position: absolute;top:85px;left:0px;right:0px;bottom:0px;overflow: auto;background-color: #f6f8f9;}
|
|
|
|
|
|
/* USERCENTER */
|
|
.user-info {padding:20px 40px;}
|
|
.user-info-top {text-align: center;}
|
|
.user-info-top h2 {margin-top:10px;font-size: 24px;}
|
|
.user-info-top p {color: #999;margin-top:5px;}
|
|
.user-info-top button {margin-top:10px;}
|
|
.user-info-main {padding:20px 0;}
|
|
.user-info-main li {list-style-type:none;line-height: 2;font-size: 14px;}
|
|
.user-info-main li i {margin-right: 10px;}
|
|
.user-info-bottom {border-top: 1px solid #e6e6e6;}
|
|
.user-info-bottom h2 {font-size: 14px;margin:15px 0;}
|
|
|
|
.el-menu {border: none!important;}
|
|
.el-menu-item.is-active {background: #ecf5ff;}
|
|
.el-menu .el-menu-item a {color: inherit;text-decoration: none;display: block;width:100%;height:100%;position: absolute;top:0px;left:0px;}
|
|
|
|
.el-form-item-msg {font-size: 12px;color: #999;}
|
|
|
|
.el-container {height: 100%;}
|
|
.el-aside {border-right: 1px solid #e6e6e6;background: #fff;padding-top:20px;}
|
|
.el-header {background: #fff;border-bottom: 1px solid #e6e6e6;padding:13px 15px;}
|
|
.el-footer {background: #fff;border-top: 1px solid #e6e6e6;padding:13px 15px;}
|
|
.el-main {padding:15px;}
|
|
.el-drawer__body {overflow: auto;}
|
|
.el-popconfirm__main {margin: 14px 0;}
|