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.
382 lines
5.8 KiB
382 lines
5.8 KiB
.securityCenterHeader {
|
|
background-color: #134BBC;
|
|
background-size: 100%;
|
|
background-position: 30%, 60%;
|
|
height: 300px;
|
|
}
|
|
|
|
body {
|
|
background-color: #040610;
|
|
}
|
|
|
|
.securityCenterContent {
|
|
height: 790px;
|
|
margin-top: -210px;
|
|
}
|
|
|
|
.content-box {
|
|
width: 1280px;
|
|
margin: 0 auto;
|
|
background: #111534;
|
|
box-shadow: 0px 1px 14px 0px rgba(24, 29, 40, 0.1);
|
|
border-radius: 6px;
|
|
height: auto;
|
|
box-sizing: border-box;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.content-box .tab-head {
|
|
height: 69px;
|
|
border-bottom: 1px solid #324A6F;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.content-box .tab-head li {
|
|
font-size: 18px;
|
|
float: left;
|
|
margin-left: 50px;
|
|
line-height: 80px;
|
|
height: 100%;
|
|
padding: 0 4px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.tab-panel section {
|
|
display: none;
|
|
margin-bottom: 130px;
|
|
}
|
|
|
|
.tab-panel th span {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tab-panel .layui-table-box .layui-table-main .layui-none div:last-child {
|
|
color: #999999;
|
|
}
|
|
|
|
.tab-panel section:first-child {
|
|
display: block;
|
|
}
|
|
|
|
#security {
|
|
padding: 10px 90px 90px;
|
|
margin-bottom: 106px;
|
|
}
|
|
|
|
#security .account-item-in {
|
|
height: 106px;
|
|
border-bottom: 1px solid #324A6F;
|
|
padding: 20px 0 0 23px;
|
|
}
|
|
|
|
#security li .account-icon {
|
|
float: left;
|
|
width: 50px;
|
|
height: 50px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#security li .personal-left {
|
|
float: left;
|
|
color: #202021;
|
|
margin-left: 17px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.personal-left .personal-title {
|
|
font-size: 20px;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.personal-left .personal-font {
|
|
font-size: 14px;
|
|
color: #909399;
|
|
}
|
|
|
|
#security li .right_font {
|
|
float: right;
|
|
border: 1px solid #006CFF;
|
|
padding: 6px 0;
|
|
width: 77px;
|
|
text-align: center;
|
|
font-size: 13px;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #006CFF;
|
|
border-radius: 4px;
|
|
opacity: 1;
|
|
margin-left: 26px;
|
|
display: block;
|
|
margin-top: 24px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.content-box .tab-head li a {
|
|
color: #fff;
|
|
}
|
|
|
|
.content-box .tab-head li:first-child {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.activeLi {
|
|
border-bottom: 2px solid #006CFF;
|
|
}
|
|
|
|
.activeLi a {
|
|
color: #006CFF !important;
|
|
}
|
|
|
|
.content-btn {
|
|
display: block;
|
|
width: 340px;
|
|
height: 40px;
|
|
background: #FFFFFF;
|
|
border-radius: 2px;
|
|
border: 1px solid #01A6D5;
|
|
box-sizing: border-box;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
margin: 50px auto 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.container-title {
|
|
width: 1280px;
|
|
margin: 0 auto;
|
|
color: #FFFFFF;
|
|
line-height: 1em;
|
|
margin-top: 59px;
|
|
margin-bottom: 45px;
|
|
padding-left: 10px;
|
|
height: 80px;
|
|
}
|
|
|
|
.container-title .img_left {
|
|
float: left;
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|
|
|
|
.container-title .img_left img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.container-title .img_right {
|
|
float: left;
|
|
margin-left: 17px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.container-title .img_right img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.container-title .container-name {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.container-title .container-statu {
|
|
font-size: 14px;
|
|
margin-left: 10px;
|
|
color: rgb(140, 152, 158);
|
|
}
|
|
|
|
.account-detail {
|
|
padding: 10px;
|
|
display: none;
|
|
}
|
|
|
|
.detail-list .list-item {
|
|
width: 820px;
|
|
margin: 30px auto 10px;
|
|
height: 50px;
|
|
line-height: 50px
|
|
}
|
|
|
|
.detail-list .list-item label:first-of-type {
|
|
float: left;
|
|
display: block;
|
|
width: 155px;
|
|
height: 34px;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
line-height: 12px;
|
|
margin-right: 12px;
|
|
text-align: right;
|
|
line-height: 48px;
|
|
}
|
|
|
|
.detail-list .list-item input {
|
|
display: block;
|
|
float: left;
|
|
width: 460px;
|
|
height: 48px;
|
|
border-radius: 6px;
|
|
background-color: #23274D;
|
|
text-indent: 10px;
|
|
box-sizing: border-box;
|
|
border-color: #23274D !important;
|
|
}
|
|
|
|
.detail-list .list-item label.error {
|
|
display: block !important;
|
|
float: left;
|
|
margin-top: 38px;
|
|
margin-left: 84px;
|
|
font-size: 12px;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.upload-item-list {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
position: relative;
|
|
margin-top: 34px;
|
|
}
|
|
|
|
/* .upload-item-list .checkMethod {
|
|
width: 149px;
|
|
height: 163px;
|
|
position: absolute;
|
|
right: 45px;
|
|
}
|
|
|
|
.upload-item-list .checkMethod img {
|
|
width: 100%;
|
|
height: 100%;
|
|
} */
|
|
|
|
.upload-item-list .file {
|
|
margin: 0 auto;
|
|
width: 960px;
|
|
}
|
|
|
|
.upload-item-list .upload-item {
|
|
float: left;
|
|
width: 480px;
|
|
padding: 0 125px;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
/* margin: 0 auto; */
|
|
}
|
|
|
|
.upload-item-list .upload-item img {
|
|
display: block;
|
|
width: 214px;
|
|
}
|
|
|
|
.upload-item-list .upload-item .upload-item-img {
|
|
padding: 7px;
|
|
border: 1px dashed #888;
|
|
}
|
|
|
|
.upload-item-list .upload-item p {
|
|
color: #606266;
|
|
padding: 24px 0 48px 0;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.upload-item-list .upload-item input[type="file"] {
|
|
display: none;
|
|
}
|
|
|
|
.upload-item-list .upload-btn {
|
|
width: 99px;
|
|
background: #0F1E49;
|
|
border-radius: 4px;
|
|
font-size: 14px;
|
|
color: #006CFF;
|
|
text-align: center;
|
|
line-height: 38px;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.upload-item-list .upload-btn:hover {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.upload-item-list .positionReBo {
|
|
position: relative;
|
|
bottom: 12px;
|
|
}
|
|
|
|
.hint-box {
|
|
margin-left: -97px;
|
|
width: 118%;
|
|
background: #191E3E;
|
|
box-sizing: border-box;
|
|
padding: 20px 83px;
|
|
margin-top: 48px;
|
|
color: #A0A0A0;
|
|
}
|
|
|
|
.hint-box .title {
|
|
font: 16px "Microsoft YaHei";
|
|
font-weight: bold;
|
|
color: #006CFF;
|
|
}
|
|
|
|
.hint-box p {
|
|
color: rgba(255, 255, 255, 0.65);
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.btnArray {
|
|
margin: 29px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.btnArray button {
|
|
font-size: 16px;
|
|
width: 150px;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
text-align: center;
|
|
border: none;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.btnArray .savebtn {
|
|
color: #FFFFFF;
|
|
background: #006CFF;
|
|
border: 1px solid #006CFF;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.btnArray button:hover {
|
|
opacity: 0.7;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.btnArray .resetbtn {
|
|
color: #006CFF;
|
|
border: 1px solid #006CFF;
|
|
background: none;
|
|
}
|
|
|
|
.layui-table th{
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background-color: #191E3E;
|
|
}
|
|
.layui-table-cell{
|
|
margin: 0 auto;
|
|
}
|
|
.layui-form{
|
|
border: none;
|
|
}
|
|
.layui-table-header{
|
|
border: none;
|
|
}
|