352 lines
5.7 KiB
Plaintext
352 lines
5.7 KiB
Plaintext
|
|
html, body {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
color: #fff;
|
||
|
|
font-family: 'Alibaba PuHuiTi R';
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
html {
|
||
|
|
background: url("../../img/new-screen.png") no-repeat 0 0 / 100% 100% transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layout {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: start;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
#back-title {
|
||
|
|
width: 100%;
|
||
|
|
height: 80px;
|
||
|
|
justify-content: space-between;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.title-top {
|
||
|
|
width: 100%;
|
||
|
|
height: 30px;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
.date {
|
||
|
|
width: 15%;
|
||
|
|
height: 100%;
|
||
|
|
justify-content: space-evenly;
|
||
|
|
letter-spacing: 2px;
|
||
|
|
color: #8ac9ec;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btns {
|
||
|
|
width: 6%;
|
||
|
|
height: 100%;
|
||
|
|
justify-content: space-around;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btns img {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.title-bottom {
|
||
|
|
width: 96%;
|
||
|
|
height: 50px;
|
||
|
|
font-family: 'AlimamaShuHeiTi';
|
||
|
|
}
|
||
|
|
|
||
|
|
#ifr-box {
|
||
|
|
width: 100%;
|
||
|
|
height: calc(100% - 84px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-tab-content > .layui-tab-item {
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.switchover {
|
||
|
|
width: 40px;
|
||
|
|
height: 30px;
|
||
|
|
margin-left: 8px;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
*tab
|
||
|
|
*/
|
||
|
|
.layui-tab-title .layui-this {
|
||
|
|
color: #b2d5f3;
|
||
|
|
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: #b2d5f3 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.title-box {
|
||
|
|
width: 1280px;
|
||
|
|
height: 100%;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.top-box, .bottom-box {
|
||
|
|
width: 100%;
|
||
|
|
height: 50%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.date-info {
|
||
|
|
width: 62%;
|
||
|
|
height: 100%;
|
||
|
|
margin-left: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.date-info p {
|
||
|
|
font-size: 16px;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn-info {
|
||
|
|
width: 38%;
|
||
|
|
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/system-mge.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/line_2.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: #b2d5f3;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-nav {
|
||
|
|
padding: 0;
|
||
|
|
background-color: transparent;
|
||
|
|
height: 44px;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-nav .layui-nav-item {
|
||
|
|
line-height: 44px;
|
||
|
|
margin-right: 45px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-nav * {
|
||
|
|
font-size: 18px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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: #e4e5f1;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-nav-child dd.layui-this {
|
||
|
|
background-color: #43749b !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-nav-child dd.layui-this > a {
|
||
|
|
color: #b2d5f3 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-nav .layui-nav-child a:hover {
|
||
|
|
background-color: #43749b !important;
|
||
|
|
color: #b2d5f3 !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;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-tab-title li {
|
||
|
|
line-height: 34px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-nav .layui-nav-more {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.homeIndexContent {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#kg, #tc {
|
||
|
|
width: 45%;
|
||
|
|
height: 100%;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-around;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
#pro-plan {
|
||
|
|
justify-content: space-around;
|
||
|
|
}
|
||
|
|
|
||
|
|
#kg-content,#tc-content{
|
||
|
|
width: 213px;
|
||
|
|
height: 101px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#kg-content{
|
||
|
|
background: url("../../img/main/kg.png") no-repeat 0 0 / 100% 100%;
|
||
|
|
}
|
||
|
|
#tc-content{
|
||
|
|
background: url("../../img/main/tc.png") no-repeat 0 0 / 100% 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pro-plan-title{
|
||
|
|
font-size: 18px;
|
||
|
|
}
|
||
|
|
.pro-plan-pj,.pro-plan-type{
|
||
|
|
width: 50%;
|
||
|
|
height: 100%;
|
||
|
|
font-size: 16px;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
letter-spacing: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bd,.xl{
|
||
|
|
width: 100%;
|
||
|
|
height: 50%;
|
||
|
|
justify-content: space-around;
|
||
|
|
}
|
||
|
|
|
||
|
|
#kg-pj,#kg-bd,#kg-xl,#tc-pj,#tc-bd,#tc-xl{
|
||
|
|
font-weight: bold;
|
||
|
|
}
|