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.
1142 lines
23 KiB
1142 lines
23 KiB
.root {
|
|
height: calc(100vh - 0px);
|
|
}
|
|
.con-right {
|
|
margin-left: 220px;
|
|
width: calc(100% - 220px);
|
|
height: 100%;
|
|
}
|
|
.con-right .right-top {
|
|
width: 100%;
|
|
height: 56px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0 0 20px 0 rgba(43, 51, 59, 0.08);
|
|
position:fixed;
|
|
left:0;
|
|
top:0;
|
|
z-index: 998;
|
|
padding-left:220px;
|
|
box-sizing:border-box;
|
|
-webkit-box-sizing:border-box;
|
|
-moz-box-sizing:border-box;
|
|
-ms-box-sizing:border-box;
|
|
-o-box-sizing:border-box;
|
|
|
|
}
|
|
.con-right .right-top .center {
|
|
height: 100%;
|
|
margin-left: 30px;
|
|
}
|
|
.con-right .right-top .center .item {
|
|
display: inline-block;
|
|
height: 100%;
|
|
line-height: 56px;
|
|
font-size: 16px;
|
|
color: #2B333B;
|
|
border-bottom: 2px solid #D0021B;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
margin-left: 10px;
|
|
}
|
|
.con-right .right-top .center .back {
|
|
display: inline-block;
|
|
line-height: 56px;
|
|
cursor: pointer;
|
|
}
|
|
.con-right .right-top .center .back span {
|
|
vertical-align: middle;
|
|
color: #2b333b;
|
|
font-size: 15px;
|
|
}
|
|
.con-right .right-top .center .back:hover span {
|
|
color: #4D77FF ;
|
|
}
|
|
.con-right .right-top .center .back img {
|
|
width: 7px;
|
|
height: 11px;
|
|
vertical-align: middle;
|
|
}
|
|
.con-right .right-top .center .tab-menu {
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
margin-right: -492px;
|
|
}
|
|
.con-right .right-top .center .tab-menu li {
|
|
font-size: 14px;
|
|
color: #71777D;
|
|
margin-right: 44px;
|
|
line-height: 54px;
|
|
float: left;
|
|
}
|
|
.con-right .right-top .center .tab-menu li:hover {
|
|
cursor: pointer;
|
|
}
|
|
.con-right .right-top .center .tab-menu li.active {
|
|
border-bottom: 2px solid #D0021B;
|
|
font-size: 16px;
|
|
color: #2B333B;
|
|
font-weight: bold;
|
|
}
|
|
.con-right .right-top .center .nav {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
color: #2B333B;
|
|
height: 100%;
|
|
line-height: 56px;
|
|
}
|
|
.con-right .right-top .center .nav li {
|
|
float: left;
|
|
padding: 0 24px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.con-right .right-top .center .nav li span {
|
|
vertical-align: middle;
|
|
}
|
|
.con-right .right-top .center .nav li.line::after {
|
|
content: "";
|
|
display: inline-block;
|
|
width: 1px;
|
|
height: 16px;
|
|
background: #D9DDE1;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
}
|
|
.con-right .right-top .center .nav .search-inp {
|
|
position: relative;
|
|
width: 260px;
|
|
height: 56px;
|
|
}
|
|
.con-right .right-top .center .nav .search-inp input {
|
|
height: 32px;
|
|
border: 1px solid #B7BBBF;
|
|
box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.1);
|
|
border-radius: 100px;
|
|
text-indent: 1em;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
width: 36px;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
transition: all 1s;
|
|
}
|
|
.con-right .right-top .center .nav .search-inp input:hover {
|
|
cursor: pointer;
|
|
}
|
|
.con-right .right-top .center .nav .search-inp input:focus {
|
|
border: 1px solid #2B333B;
|
|
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16), inset 0 2px 6px 0 rgba(0, 0, 0, 0.1);
|
|
width: 260px;
|
|
opacity: 1;
|
|
z-index: 0;
|
|
cursor: text;
|
|
}
|
|
.con-right .right-top .center .nav .search-inp input::placeholder {
|
|
font-size: 12px;
|
|
color: #B7BBBF;
|
|
}
|
|
.con-right .right-top .center .nav .icon-search {
|
|
width: 16px;
|
|
height: 16px;
|
|
vertical-align: middle;
|
|
position: absolute;
|
|
bottom: 0;
|
|
top: 0;
|
|
right: 10px;
|
|
margin: auto;
|
|
}
|
|
.con-right .right-top .center .nav .icon-head {
|
|
border-radius: 50%;
|
|
height: 30px;
|
|
width: 30px;
|
|
border: 1px solid #D0021B;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
}
|
|
.con-right .right-top .center .nav .icon-down02 {
|
|
width: 10px;
|
|
height: 6px;
|
|
display: inline-block;
|
|
background: #ccc;
|
|
margin-left: 6px;
|
|
background: url(../images/down.png) no-repeat;
|
|
background-size: 10px 6px;
|
|
}
|
|
.con-right .right-top .center .nav .icon-down02:hover {
|
|
cursor: pointer;
|
|
}
|
|
.con-right .right-top .center .nav .icon-up02 {
|
|
background: url(../images/up.png) no-repeat;
|
|
background-size: 10px 6px;
|
|
}
|
|
.con-right .right-top .center .nav .help-popup {
|
|
display: none;
|
|
width: 188px;
|
|
position: absolute;
|
|
top: 55px;
|
|
left: -59px;
|
|
padding: 8px 16px 0;
|
|
background: #FFFFFF;
|
|
box-shadow: 0 0 20px 0 rgba(43, 51, 59, 0.2);
|
|
border-radius: 4px;
|
|
z-index: 999;
|
|
}
|
|
.con-right .right-top .center .nav .help-popup::after {
|
|
top: -25px;
|
|
left: 103px;
|
|
border: 13px solid transparent;
|
|
border-bottom-color: #fff;
|
|
position: absolute;
|
|
display: inline-block;
|
|
content: "";
|
|
}
|
|
.con-right .right-top .center .nav .help-popup li {
|
|
padding: 16px 0;
|
|
font-size: 14px;
|
|
color: #2B333B;
|
|
clear: both;
|
|
line-height: 14px;
|
|
}
|
|
.con-right .right-top .center .nav .help-popup li .icon {
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
background: #ccc;
|
|
border-radius: 50%;
|
|
}
|
|
.con-right .right-top .center .nav .help-popup li .icon-doubt {
|
|
background: url(../images/help.png) no-repeat;
|
|
background-size: 16px 16px;
|
|
}
|
|
.con-right .right-top .center .nav .help-popup li .icon-qq {
|
|
background: url(../images/qq.png) no-repeat;
|
|
background-size: 16px 16px;
|
|
}
|
|
.con-right .right-top .center .nav .help-popup li .icon-phone {
|
|
background: url(../images/phone.png) no-repeat;
|
|
background-size: 16px 16px;
|
|
}
|
|
.con-right .right-top .center .nav .help-popup li .text {
|
|
margin-left: 4px;
|
|
}
|
|
.con-right .right-top .center .nav .help-popup li .text1 {
|
|
font-size: 22px;
|
|
color: #09A384;
|
|
line-height: 36px;
|
|
margin-left: 24px;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
}
|
|
.con-right .right-top .center .nav .help-popup li .text2 {
|
|
font-size: 12px;
|
|
color: #B7BBBF;
|
|
line-height: 21px;
|
|
margin-left: 24px;
|
|
}
|
|
.con-right .right-top .center .nav .user-popup {
|
|
display: none;
|
|
position: absolute;
|
|
top: 55px;
|
|
left: -10px;
|
|
width: 140px;
|
|
text-align: center;
|
|
background: #FFFFFF;
|
|
box-shadow: 0 0 20px 0 rgba(43, 51, 59, 0.2);
|
|
border-radius: 4px;
|
|
z-index: 999;
|
|
padding: 8px 0;
|
|
}
|
|
.con-right .right-top .center .nav .user-popup::after {
|
|
top: -25px;
|
|
left: 63px;
|
|
border: 13px solid transparent;
|
|
border-bottom-color: #fff;
|
|
position: absolute;
|
|
display: inline-block;
|
|
content: "";
|
|
}
|
|
.con-right .right-top .center .nav .user-popup ul {
|
|
overflow: hidden;
|
|
}
|
|
.con-right .right-top .center .nav .user-popup li {
|
|
line-height: initial;
|
|
width: 100%;
|
|
font-size: 14px;
|
|
color: #2B333B;
|
|
clear: both;
|
|
padding: 16px 0;
|
|
}
|
|
.con-right .right-top .center .nav .user-popup li:hover {
|
|
background: #f8f8f8;
|
|
}
|
|
@media screen and (max-width: 1390px) {
|
|
.con-right .right-top .center {
|
|
/* width: 1040px; */
|
|
}
|
|
}
|
|
.con-right .right-con {
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
position: relative;
|
|
margin-top:56px;
|
|
}
|
|
.con-right .right-con .center {
|
|
width: 1180px;
|
|
margin: auto;
|
|
/* padding-top: 24px; */
|
|
/* padding-bottom: 36px; */
|
|
min-height: 100%;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
.con-right .right-con .center .cen-footer {
|
|
font-size: 14px;
|
|
color: #B7BBBF;
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 16px;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
}
|
|
@media screen and (max-width: 1390px) {
|
|
.con-right .right-con .center {
|
|
width: 1040px;
|
|
}
|
|
}
|
|
.con-right .translucent {
|
|
display: none;
|
|
width: 100%;
|
|
height: calc(100% - 56px);
|
|
background: rgba(0, 0, 0, 0.2);
|
|
position: absolute;
|
|
top: 56px;
|
|
}
|
|
/* @media screen and (max-width: 1280px) {
|
|
.con-right .right-top,
|
|
.con-right .right-con {
|
|
width: 100%;
|
|
}
|
|
} */
|
|
.add {
|
|
position: fixed;
|
|
overflow: hidden;
|
|
width: 112px;
|
|
height: 112px;
|
|
right: 80px;
|
|
bottom: 80px;
|
|
background: url("../images/add-activity.png") no-repeat center;
|
|
cursor: pointer;
|
|
}
|
|
.add:hover {
|
|
background: url("../images/add-activity-a.png") no-repeat center;
|
|
}
|
|
.con-right .right-top .center .nav li{
|
|
padding:0 10px 0 0;
|
|
}
|
|
.con-right .right-top .center .nav .user{
|
|
padding-left:10px;
|
|
padding-right:24px;
|
|
}
|
|
|
|
.con-right .right-top .center .nav li.appDown a{
|
|
background: url(../images/download.png) no-repeat left center;
|
|
color: #116ae4;
|
|
font-size: 12px;
|
|
padding-left: 20px;
|
|
display: inline-block;
|
|
background-size: 16px;
|
|
}
|
|
.con-right .right-top .center .nav li.appDown a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.header {
|
|
width: 100%;
|
|
height: 56px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 2px 6px 0px rgba(43, 51, 59, 0.06);
|
|
z-index: 10;
|
|
color: #2B333B;
|
|
position: fixed;
|
|
top: 0;
|
|
right:0;
|
|
left: 0;
|
|
z-index: 9999;
|
|
}
|
|
.header .space-unit {
|
|
width: 220px;
|
|
float: left;
|
|
height: 56px;
|
|
display: flex;
|
|
align-items: center;
|
|
display: -webkit-flex;
|
|
display: -ms-flex;
|
|
display: -moz-flex;
|
|
}
|
|
.header .space-unit h3 {
|
|
height: 56px;
|
|
font-size: 16px;
|
|
margin-left: 24px;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: bold;
|
|
line-height: 1.5;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
.header .space-unit img {
|
|
display: block;
|
|
max-width: 167px;
|
|
max-height: 56px;
|
|
margin-left: 20px;
|
|
/* margin-top: 14px; */
|
|
cursor: pointer;
|
|
}
|
|
.header .space-con {
|
|
height: 56px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.header .space-con .head-nav {
|
|
float: left;
|
|
}
|
|
.header .space-con .head-nav .head-nav-list {
|
|
overflow: hidden;
|
|
margin-top: 20px;
|
|
float: left;
|
|
}
|
|
.header .space-con .head-nav .head-nav-list ul {
|
|
overflow: hidden;
|
|
}
|
|
.header .space-con .head-nav .head-nav-list ul li {
|
|
display: block;
|
|
float: left;
|
|
width: 120px;
|
|
height: 36px;
|
|
background: #f4f5f6;
|
|
border-radius: 8px 8px 0px 0px;
|
|
line-height: 36px;
|
|
margin-right: 1px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 1px solid #f4f5f6;
|
|
cursor: pointer;
|
|
}
|
|
.header .space-con .head-nav .head-nav-list ul li span.nav-name {
|
|
display: block;
|
|
float: left;
|
|
width: 81px;
|
|
margin-left: 12px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
font-size: 12px;
|
|
color: #999ea3;
|
|
text-align: center;
|
|
}
|
|
.header .space-con .head-nav .head-nav-list ul li span.nav-close {
|
|
float: right;
|
|
width: 24px;
|
|
height: 36px;
|
|
background: url("../images/nav-del.png") no-repeat left center;
|
|
background-size: 10px 10px;
|
|
}
|
|
.header .space-con .head-nav .head-nav-list ul li.cur {
|
|
background: #ffffff;
|
|
}
|
|
.header .space-con .head-nav .head-nav-list ul li.cur span.nav-name {
|
|
color: #333333;
|
|
}
|
|
.header .space-con .head-nav .head-nav-more {
|
|
display: none;
|
|
float: left;
|
|
position: relative;
|
|
margin-top: 20px;
|
|
}
|
|
.header .space-con .head-nav .head-nav-more .head-more {
|
|
width: 60px;
|
|
height: 36px;
|
|
border-radius: 8px 8px 0px 0px;
|
|
cursor: pointer;
|
|
background: #f4f5f6 url("../images/nav-more.png") no-repeat center;
|
|
background-size: 10px 10px;
|
|
}
|
|
.header .space-con .head-nav .head-nav-more .head-more-list {
|
|
position: absolute;
|
|
width: 140px;
|
|
overflow: hidden;
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 8px 0px rgba(43, 51, 59, 0.16);
|
|
border-radius: 8px;
|
|
top: 44px;
|
|
right: -40px;
|
|
z-index: 99;
|
|
display: none;
|
|
}
|
|
.header .space-con .head-nav .head-nav-more .head-more-list ul {
|
|
overflow: hidden;
|
|
padding: 4px 0;
|
|
}
|
|
.header .space-con .head-nav .head-nav-more .head-more-list ul li {
|
|
display: block;
|
|
height: 22px;
|
|
}
|
|
.header .space-con .head-nav .head-nav-more .head-more-list ul li span.nav-name {
|
|
width: 105px;
|
|
line-height: 22px;
|
|
color: #999ea3;
|
|
margin-left: 10px;
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
float: left;
|
|
cursor: pointer;
|
|
}
|
|
.header .space-con .head-nav .head-nav-more .head-more-list ul li span.nav-close {
|
|
display: block;
|
|
float: right;
|
|
width: 24px;
|
|
height: 22px;
|
|
background: url("../images/nav-del.png") no-repeat left center;
|
|
background-size: 10px 10px;
|
|
}
|
|
.header .space-con .head-nav .head-nav-more .head-more-list ul li.cur {
|
|
background: #f4f5f6;
|
|
}
|
|
|
|
.header .space-con .item {
|
|
font-size: 16px;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: 400;
|
|
float: left;
|
|
margin-left: 30px;
|
|
line-height: 56px;
|
|
}
|
|
.header .space-con .back {
|
|
font-size: 16px;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: 400;
|
|
float: left;
|
|
margin-left: 30px;
|
|
line-height: 56px;
|
|
cursor: pointer;
|
|
}
|
|
.header .space-con .back span {
|
|
margin-right: 6px;
|
|
font-size: 14px;
|
|
}
|
|
.header .space-con .nav {
|
|
display: block;
|
|
float: right;
|
|
}
|
|
.header .space-con .nav li {
|
|
float: left;
|
|
padding: 0 10px 0 0;
|
|
position: relative;
|
|
cursor: pointer;
|
|
height: 56px;
|
|
}
|
|
.appCode2 {
|
|
line-height: 56px;
|
|
}
|
|
.header .space-con .nav li.appDown {
|
|
padding-left: 20px;
|
|
background-size: 16px;
|
|
line-height: 56px;
|
|
display: inline-flex;
|
|
display: -webkit-inline-flex;
|
|
align-items: center;
|
|
height: 56px;
|
|
}
|
|
.header .space-con .nav li.appDown .icon-down {
|
|
font-size: 20px;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.header .space-con .nav li.user {
|
|
padding-left: 10px;
|
|
padding-right: 24px;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
display: -ms-flex;
|
|
align-items: center;
|
|
}
|
|
.header .space-con .nav li.user .icon-head {
|
|
border-radius: 50%;
|
|
height: 30px;
|
|
width: 30px;
|
|
border: 1px solid #D0021B;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
}
|
|
.header .space-con .nav li.user span {
|
|
font-size: 14px;
|
|
}
|
|
.header .space-con .nav li.user .icon-down02 {
|
|
width: 14px;
|
|
display: inline-block;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
/* .header .space-con .nav li.user .icon-down02 {
|
|
width: 10px;
|
|
height: 6px;
|
|
display: inline-block;
|
|
background: #ccc;
|
|
margin-left: 6px;
|
|
background: url(../images/down.png) no-repeat;
|
|
background-size: 10px 6px;
|
|
}
|
|
.header .space-con .nav li.user icon-down02:hover {
|
|
cursor: pointer;
|
|
}
|
|
.header .space-con .nav li.user .icon-up02 {
|
|
background: url(../images/up.png) no-repeat;
|
|
background-size: 10px 6px;
|
|
} */
|
|
.header .space-con .nav li.user .user-popup {
|
|
display: none;
|
|
position: absolute;
|
|
top: 55px;
|
|
left: -20px;
|
|
width: 140px;
|
|
text-align: center;
|
|
background: #FFFFFF;
|
|
box-shadow: 0 0 20px 0 rgba(43, 51, 59, 0.2);
|
|
border-radius: 4px;
|
|
z-index: 999;
|
|
padding: 8px 0;
|
|
}
|
|
.header .space-con .nav li.user .user-popup ul {
|
|
overflow: hidden;
|
|
}
|
|
.header .space-con .nav li.user .user-popup ul li {
|
|
width: 100%;
|
|
font-size: 14px;
|
|
clear: both;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
.header .space-con .nav li.user .user-popup ul li:hover {
|
|
background: #f8f8f8;
|
|
color: #2B333B;
|
|
}
|
|
.header .space-con .nav li.user:hover .user-popup {
|
|
display: block;
|
|
}
|
|
.con .con-left {
|
|
overflow: hidden;
|
|
width: 220px;
|
|
height: calc(100vh - 56px);
|
|
background: #FFFFFF;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 56px;
|
|
box-shadow: 0px 2px 6px 0px rgba(43, 51, 59, 0.06);
|
|
z-index: 999;
|
|
color: #71777D;
|
|
font-size: 14px;
|
|
}
|
|
.con .con-left.con-left-float {
|
|
width: 200px;
|
|
left: 20px;
|
|
top: 76px;
|
|
box-shadow: 0 0 8px 0 rgba(43, 51, 59, 0.1);
|
|
border-radius: 8px;
|
|
height: calc(100vh - 96px);
|
|
}
|
|
.con .con-left.con-left-float .menu{
|
|
height: calc(100vh - 268px);
|
|
}
|
|
.con .con-left .user-block {
|
|
height: 172px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.con .con-left .user-block:after {
|
|
content: "";
|
|
width: 100%;
|
|
height: 1px;
|
|
background: rgba(230, 230, 230, 0.5);
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
.con .con-left .user-block img {
|
|
display: block;
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 50%;
|
|
margin: 32px auto 22px;
|
|
}
|
|
.con .con-left .user-block p {
|
|
/* font-size: 14px; */
|
|
text-align: center;
|
|
}
|
|
.con .con-left .menu {
|
|
overflow: hidden;
|
|
height: calc(100vh - 228px);
|
|
overflow-y: auto;
|
|
}
|
|
.con .con-left .menu ul {
|
|
overflow: hidden;
|
|
|
|
}
|
|
.con .con-left .menu ul li {
|
|
height: 56px;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
display: -moz-flex;
|
|
display: -ms-flex;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
position: relative;
|
|
}
|
|
.con .con-left .menu ul li .icon-space {
|
|
margin-left: 12px;
|
|
margin-right: 8px;
|
|
font-size: 30px;
|
|
}
|
|
.con .con-left .menu ul li .arrow {
|
|
font-size: 10px;
|
|
position: absolute;
|
|
right: 14px;
|
|
display: none;
|
|
}
|
|
.con .con-left .menu ul li:hover {
|
|
background-color: #F6F8Fa;
|
|
}
|
|
.con .con-left .menu ul li.active {
|
|
background: seagreen;
|
|
color: #FFFFFF;
|
|
}
|
|
.con .con-left .menu ul li.active .arrow {
|
|
display: block;
|
|
}
|
|
.appDownload {
|
|
position: fixed;
|
|
z-index: 999;
|
|
width: 140px;
|
|
background: #FFFFFF;
|
|
border-radius: 8px;
|
|
right: 68px;
|
|
bottom: 50px;
|
|
color: #2d85ff;
|
|
-webkit-box-shadow: 0 0 6px 0 rgba(45, 133, 255, 0.8);
|
|
-moz-box-shadow: 0 0 6px 0 rgba(45, 133, 255, 0.8);
|
|
box-shadow: 0 0 6px 0 rgba(45, 133, 255, 0.8);
|
|
}
|
|
.appDownload ul li {
|
|
min-height: 36px;
|
|
text-align: center;
|
|
line-height: 20px;
|
|
font-size: 14px;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
display: -ms-flex;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
.appDownload ul li:first-child {
|
|
border-bottom: 1px solid rgba(45, 133, 255, 0.6);
|
|
}
|
|
.appDownload ul li img {
|
|
display: block;
|
|
width: 23px;
|
|
height: 23px;
|
|
margin-right: 5px;
|
|
margin-left: 7px;
|
|
}
|
|
.popupCon {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 9999;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
display: none;
|
|
}
|
|
.popupCon .popup {
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
-moz-transform: translate(-50%, -50%);
|
|
-ms-transform: translate(-50%, -50%);
|
|
-o-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
|
|
border-radius: 8px;
|
|
}
|
|
.popupCon .popup .pu-title {
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #313440;
|
|
margin-top: 30px;
|
|
}
|
|
.popupCon .popup .pu-btns {
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
display: -ms-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 16px;
|
|
}
|
|
.popupCon .popup .pu-btns span {
|
|
width: 100px;
|
|
height: 32px;
|
|
background: #FFFFFF;
|
|
border-radius: 4px;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
}
|
|
.popupCon .popup .pu-btns span.btn-cancel {
|
|
border: 1px solid #3945F9;
|
|
color: #3945F9;
|
|
margin-right: 10px;
|
|
}
|
|
.popupCon .popup .pu-btns span.btn-sure {
|
|
background: #3945F9;
|
|
border: 1px solid #3945F9;
|
|
color: #ffffff;
|
|
}
|
|
.popupCon .popup.pu-code {
|
|
width: 440px;
|
|
height: 230px;
|
|
overflow: hidden;
|
|
}
|
|
.popupCon .popup.pu-code .pu-con input {
|
|
margin: 40px auto 47px;
|
|
width: 250px;
|
|
height: 36px;
|
|
background: #FFFFFF;
|
|
border: 1px solid #CCCFFF;
|
|
border-radius: 18px;
|
|
padding: 0 14px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
font-size: 14px;
|
|
}
|
|
.popupCon .popup.pu-code .pu-con input::placeholder {
|
|
color: #BCBCC5;
|
|
}
|
|
.popupCon .popup.pu-tips {
|
|
width: 300px;
|
|
height: 265px;
|
|
overflow: hidden;
|
|
}
|
|
.popupCon .popup.pu-tips .pu-con img {
|
|
display: block;
|
|
width: 70px;
|
|
height: 70px;
|
|
margin: 30px auto 20px;
|
|
}
|
|
.popupCon .popup.pu-tips .pu-con p {
|
|
font-size: 14px;
|
|
color: #83889D;
|
|
text-align: center;
|
|
margin-bottom: 32px;
|
|
}
|
|
.popupCon .popup.pu-course {
|
|
display: block;
|
|
}
|
|
.popupCon .popup.pu-course .pu-title {
|
|
display: flex;
|
|
display: -ms-flex;
|
|
display: -moz-flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 60px;
|
|
margin-top: 0;
|
|
}
|
|
.popupCon .popup.pu-course .pu-title h6 {
|
|
font-size: 18px;
|
|
color: #313440;
|
|
margin-left: 30px;
|
|
}
|
|
.popupCon .popup.pu-course .pu-title .pu-close {
|
|
width: 20px;
|
|
height: 20px;
|
|
background: url("../images/icon-close.png") no-repeat center;
|
|
background-size: 16px 16px;
|
|
margin-right: 30px;
|
|
cursor: pointer;
|
|
}
|
|
.popupCon .popup.pu-course .pu-con {
|
|
display: flex;
|
|
display: -ms-flex;
|
|
display: -moz-flex;
|
|
align-items: center;
|
|
margin: 20px auto 30px;
|
|
}
|
|
.popupCon .popup.pu-course .pu-con img {
|
|
display: block;
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 40px;
|
|
margin-left: 32px;
|
|
float: left;
|
|
}
|
|
.popupCon .popup.pu-course .pu-con .course-mes {
|
|
margin-left: 30px;
|
|
float: left;
|
|
margin-right: 32px;
|
|
}
|
|
.popupCon .popup.pu-course .pu-con .course-mes h6 {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #313440;
|
|
width: 266px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-bottom: 16px;
|
|
}
|
|
.popupCon .popup.pu-course .pu-con .course-mes span {
|
|
font-size: 14px;
|
|
color: #83839B;
|
|
}
|
|
.popupCon .popup.pu-course .pu-btns {
|
|
justify-content: flex-end;
|
|
}
|
|
.popupCon .popup.pu-course .pu-btns span {
|
|
width: 120px;
|
|
height: 36px;
|
|
background: linear-gradient(138deg, #67a3fc 0%, #606cfe 100%);
|
|
border-radius: 18px;
|
|
text-align: center;
|
|
line-height: 34px;
|
|
margin-right: 28px;
|
|
margin-bottom: 16px;
|
|
font-size: 16px;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
}
|
|
#puTips {
|
|
width: 180px;
|
|
height: 180px;
|
|
background: rgba(69, 69, 76, 0.75);
|
|
border-radius: 20px;
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
-moz-transform: translate(-50%, -50%);
|
|
-ms-transform: translate(-50%, -50%);
|
|
-o-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
z-index: 99999;
|
|
display: none;
|
|
}
|
|
#puTips img {
|
|
display: block;
|
|
margin: 43px auto 30px;
|
|
}
|
|
#puTips p {
|
|
font-size: 16px;
|
|
color: #FFFFFF;
|
|
line-height: 25px;
|
|
width: 70%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.icon-head2{
|
|
border-radius: 50%;
|
|
height: 30px;
|
|
width: 30px;
|
|
border: 1px solid #2E8B57;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.head-img2{
|
|
border: 1px solid seagreen;
|
|
background-color: white;
|
|
}
|
|
|
|
.right-part{
|
|
width:70%;
|
|
background-color:#F0FFF0;
|
|
margin-top:50px;
|
|
float:right;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.left{
|
|
width:220px;
|
|
height: 1000px;
|
|
float: left;
|
|
background-color:red;
|
|
}
|
|
html{
|
|
width: 1519px;
|
|
background-color: #F0FFF0;
|
|
}
|
|
.right-inpart-welcome{
|
|
width:100%;
|
|
margin:50px;
|
|
height: 500px;
|
|
background-color:white;
|
|
box-shadow:0 0 30px gainsboro;
|
|
border-radius: 10px;
|
|
}
|
|
.right-inpart-re{
|
|
width:100%;
|
|
margin:50px;
|
|
padding-right:25px;
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
background-color:white;
|
|
box-shadow:0 0 30px gainsboro;
|
|
border-radius: 10px;
|
|
}
|
|
.right-inpart-mh{
|
|
width:100%;
|
|
margin:50px;
|
|
padding-right:25px;
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
background-color:white;
|
|
box-shadow:0 0 30px gainsboro;
|
|
border-radius: 10px;
|
|
}
|
|
.right-inpart-pr{
|
|
width:100%;
|
|
margin:50px;
|
|
padding-right:25px;
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
background-color:white;
|
|
box-shadow:0 0 30px gainsboro;
|
|
border-radius: 10px;
|
|
}
|
|
.right-inpart-owe{
|
|
width:100%;
|
|
margin:50px;
|
|
height: 500px;
|
|
background-color:white;
|
|
box-shadow:0 0 30px gainsboro;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.tab_btn{
|
|
color: black;
|
|
}
|
|
.tab_btn li{
|
|
|
|
}
|
|
.tab_div{
|
|
display: none;
|
|
}
|
|
.curr_btn li{
|
|
background: seagreen ;
|
|
color:white;
|
|
}
|
|
.curr_btn li:hover{
|
|
color: #000000;
|
|
}
|
|
|
|
.curr_div{
|
|
display: block !important;
|
|
}
|
|
|
|
.date{
|
|
box-sizing: border-box;
|
|
text-align:center;
|
|
font-size:3em;
|
|
height:2.7em;
|
|
border-radius:4px;
|
|
border:1px solid #c8cccf;
|
|
color:#6a6f77;
|
|
-web-kit-appearance:none;
|
|
-moz-appearance: none;
|
|
display:block;
|
|
outline:0;
|
|
padding:0 1em;
|
|
text-decoration:none;
|
|
width:100%;
|
|
border: 0;
|
|
|
|
}
|
|
|
|
div.search {padding: 30px 0;}
|
|
.bar1 {background: #A3D0C3;}
|
|
.search-in {
|
|
border: 2px solid #7BA7AB;
|
|
border-radius: 5px;
|
|
background: white;
|
|
color: #9E9C9C;
|
|
border: none;
|
|
outline: none;
|
|
height: 42px;
|
|
padding-left: 13px;
|
|
}
|
|
.bar1 select {
|
|
top: 0;
|
|
position: relative;
|
|
right: 10px;
|
|
background: #7BA7AB;
|
|
border-radius: 0 5px 5px 0;
|
|
height: 42px;
|
|
border: none;
|
|
outline: none;
|
|
color: white;
|
|
cursor:pointer
|
|
}
|
|
.search-bt{
|
|
border: none;
|
|
outline: none;
|
|
height: 42px;
|
|
width: 42px;
|
|
}
|
|
.search-bt:hover{
|
|
background: white;
|
|
cursor:pointer
|
|
}
|
|
|
|
td{
|
|
word-break:break-all;
|
|
}
|
|
|
|
.add-bt{
|
|
border: none;
|
|
outline: none;
|
|
position: relative;
|
|
top: 1px;
|
|
height: 42px;
|
|
width: 52px;
|
|
background: whitesmoke;
|
|
}
|
|
.add-bt:hover{
|
|
background: white;
|
|
cursor:pointer
|
|
} |