311 lines
5.2 KiB
Plaintext
311 lines
5.2 KiB
Plaintext
html, body {
|
||
width: 100%;
|
||
height: 100%;
|
||
margin: 0;
|
||
padding: 0;
|
||
color: #fff;
|
||
font-family: 'Alibaba PuHuiTi R';
|
||
}
|
||
|
||
html {
|
||
background: url("../../img/back.png") no-repeat 0 0 / 100% 100% transparent;
|
||
}
|
||
|
||
.layout {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: start;
|
||
box-sizing: border-box;
|
||
}
|
||
.datas {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: start;
|
||
box-sizing: border-box;
|
||
}
|
||
#back-title {
|
||
width: 100%;
|
||
height: 98px;
|
||
background: url("../../img/back-title.png") no-repeat 0 0 / 100% 100% transparent;
|
||
justify-content: space-between;
|
||
}
|
||
|
||
#ifr-box {
|
||
width: 100%;
|
||
height: calc(100% - 110px);
|
||
|
||
}
|
||
|
||
.layui-tab-content > .layui-tab-item {
|
||
height: 100%;
|
||
}
|
||
|
||
.switchover {
|
||
width: 40px;
|
||
height: 30px;
|
||
margin-left: 8px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.layui-form-radio * {
|
||
font-size: 16px;
|
||
}
|
||
|
||
/**
|
||
*tab
|
||
*/
|
||
.layui-tab-title .layui-this {
|
||
color: #8FFFFA;
|
||
border-bottom: solid;
|
||
}
|
||
|
||
.layui-tab-title .layui-this:after {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
content: "";
|
||
width: 100%;
|
||
height: 41px;
|
||
border-width: 0px;
|
||
border-style: solid;
|
||
border-bottom-color: #fff;
|
||
border-radius: 2px 2px 0 0;
|
||
box-sizing: border-box;
|
||
pointer-events: none;
|
||
}
|
||
|
||
.layui-this .layui-tab-close {
|
||
color: #8FFFFA !important;
|
||
}
|
||
|
||
|
||
.title-box {
|
||
width: 1280px;
|
||
height: 100%;
|
||
flex-direction: column;
|
||
}
|
||
|
||
.top-box, .bottom-box {
|
||
width: 100%;
|
||
height: 50%;
|
||
|
||
}
|
||
|
||
|
||
.date-info {
|
||
width: 20%;
|
||
height: 100%;
|
||
margin-left: 20px;
|
||
}
|
||
.datas {
|
||
width: 42%;
|
||
height: 100%;
|
||
margin-left: 20px;
|
||
}
|
||
.animate-p {
|
||
width: calc(100% - 24px);
|
||
height: 100%;
|
||
overflow: hidden;
|
||
margin-left: 20px;
|
||
}
|
||
|
||
.animate {
|
||
font-size: 16px;
|
||
color: #fff;
|
||
display: inline-block;
|
||
white-space: nowrap;
|
||
animation: 30s wordsLoop linear infinite normal;
|
||
}
|
||
|
||
.date-info p {
|
||
font-size: 16px;
|
||
letter-spacing: 1px;
|
||
}
|
||
|
||
.btn-info {
|
||
width: 40%;
|
||
height: 100%;
|
||
justify-content: space-around;
|
||
}
|
||
|
||
.btn-info p:nth-of-type(1) {
|
||
font-size: 20px;
|
||
letter-spacing: 1px;
|
||
color: #DBDBDB;
|
||
}
|
||
|
||
.btn-info p:nth-of-type(2) {
|
||
font-size: 16px;
|
||
letter-spacing: 1px;
|
||
color: #DBDBDB;
|
||
}
|
||
|
||
.common-btn {
|
||
width: 24px;
|
||
height: 24px;
|
||
border: 0;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.sys-mge-btn {
|
||
background: url("../../img/title-btn/no-check/sysmge-nocheck.png") no-repeat 0 0 / 100% 100%;
|
||
}
|
||
|
||
.info-btn {
|
||
background: url("../../img/title-btn/no-check/info-nocheck.png") no-repeat 0 0 / 100% 100%;
|
||
}
|
||
|
||
.loginout-btn {
|
||
background: url("../../img/title-btn/no-check/loginout-nocheck.png") no-repeat 0 0 / 100% 100%;
|
||
}
|
||
|
||
|
||
/*导航栏样式设置 start*/
|
||
.layui-nav .layui-that:after,
|
||
.layui-nav .layui-this:after {
|
||
content: "";
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
height: 6px;
|
||
background: url("../../img/nav-line.png") no-repeat 0 0 / 100% 100%;
|
||
transition: all .2s;
|
||
-webkit-transition: all .2s;
|
||
pointer-events: none
|
||
}
|
||
|
||
.layui-nav .layui-that:after,
|
||
.layui-nav .layui-this:after {
|
||
top: auto;
|
||
bottom: 0;
|
||
width: 100%
|
||
}
|
||
|
||
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a,
|
||
.layui-nav .layui-that a {
|
||
color: #8FFFFA;
|
||
}
|
||
|
||
.layui-nav {
|
||
padding: 0;
|
||
background-color: transparent;
|
||
height: 48px;
|
||
width: 100%;
|
||
}
|
||
|
||
.layui-nav .layui-nav-item {
|
||
line-height: 48px;
|
||
margin-right: 18px;
|
||
}
|
||
|
||
.layui-nav * {
|
||
font-size: 20px;
|
||
}
|
||
|
||
.layui-nav-child * {
|
||
font-size: 16px;
|
||
}
|
||
|
||
.layui-nav-child {
|
||
top: 50px;
|
||
}
|
||
|
||
.layui-nav-bar {
|
||
display: none;
|
||
}
|
||
|
||
.layui-nav-child {
|
||
top: 50px;
|
||
background-color: #06182E;
|
||
}
|
||
|
||
.layui-nav .layui-nav-child a {
|
||
color: #DBDBDB;
|
||
text-align: center;
|
||
}
|
||
|
||
.layui-nav-child dd.layui-this {
|
||
background-color: #2F5D6B !important;
|
||
}
|
||
|
||
.layui-nav-child dd.layui-this > a {
|
||
color: #8FFFFA !important;
|
||
}
|
||
|
||
.layui-nav .layui-nav-child a:hover {
|
||
background-color: #2F5D6B !important;
|
||
color: #8FFFFA !important;
|
||
}
|
||
|
||
/*导航栏样式设置 end*/
|
||
|
||
/* layer 右侧呼出 start */
|
||
@keyframes layui-rl {
|
||
from {
|
||
transform: translateX(0px);
|
||
-webkit-transform: translateX(0px);
|
||
-moz-transform: translateX(0px);
|
||
-ms-transform: translateX(0px);
|
||
-o-transform: translateX(0px);
|
||
}
|
||
to {
|
||
transform: translateX(-100%);
|
||
}
|
||
}
|
||
|
||
@-webkit-keyframes layui-rl {
|
||
from {
|
||
transform: translateX(0px);
|
||
}
|
||
to {
|
||
transform: translateX(-100%);
|
||
}
|
||
}
|
||
|
||
.layui-anim {
|
||
-webkit-animation-duration: .3s;
|
||
animation-duration: .3s;
|
||
-webkit-animation-fill-mode: both;
|
||
animation-fill-mode: both;
|
||
}
|
||
|
||
.layui-anim-rl {
|
||
-webkit-animation-name: layui-rl;
|
||
animation-name: layui-rl;
|
||
}
|
||
|
||
.layui-layer-adminRight {
|
||
box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
|
||
border-radius: 0;
|
||
overflow: auto;
|
||
}
|
||
|
||
/* layer 右侧呼出 end */
|
||
|
||
.layui-layer-content {
|
||
color: #000;
|
||
}
|
||
|
||
/*input框,select样式*/
|
||
.layui-select {
|
||
color: #262626 !important;
|
||
border: 1px solid #676363 !important;
|
||
height: 36px;
|
||
font-size: 14px;
|
||
background-color: transparent;
|
||
padding: 3px 6px;
|
||
margin: 5px 10px 5px 10px;
|
||
width: 150px;
|
||
font-weight: normal;
|
||
}
|
||
|
||
.layui-select:hover {
|
||
border: 1px solid #262626 !important;
|
||
}
|
||
|
||
.layui-select:focus {
|
||
border: 1px solid #262626 !important;
|
||
}
|
||
|
||
|