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.
335 lines
6.4 KiB
335 lines
6.4 KiB
.flex_box_center___3oYZ2 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1FifH {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2iDXN {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___2rJ_G {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___3ucki {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.bg___jVvhH {
|
|
margin: 0 auto;
|
|
min-width: 1200px;
|
|
padding: 30px 0;
|
|
}
|
|
.warp___2nRwz {
|
|
display: flex;
|
|
width: 1200px;
|
|
margin: 0px auto;
|
|
}
|
|
.rightWarp___2qLI4 {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
border-radius: 4px;
|
|
}
|
|
.tabs___3aVAD {
|
|
padding: 0;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.tabs___3aVAD li {
|
|
display: inline-block;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
margin: 0 20px;
|
|
padding: 0;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
color: #999;
|
|
}
|
|
.tabs___3aVAD li.active___1eCl8 {
|
|
color: #000;
|
|
border-bottom: 2px solid #000;
|
|
}
|
|
.list___2weuP {
|
|
overflow-y: auto;
|
|
padding: 0 30px;
|
|
}
|
|
.list___2weuP img {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
margin-top: 5px;
|
|
}
|
|
.list___2weuP aside {
|
|
cursor: pointer;
|
|
}
|
|
.list___2weuP aside > [class~='ant-row'] {
|
|
border-bottom: 1px solid #dae7ec;
|
|
padding: 15px 0;
|
|
}
|
|
.list___2weuP aside:last-child > [class~='ant-row'] {
|
|
border-bottom: 0px;
|
|
}
|
|
.list___2weuP aside:hover {
|
|
background: rgba(1, 145, 88, 0.04);
|
|
}
|
|
.tags___10O8v {
|
|
padding: 0 9px;
|
|
border: 1px solid #dd1717;
|
|
color: #dd1717;
|
|
border-radius: 20px;
|
|
}
|
|
.searchWrp___xsrqM {
|
|
box-shadow: 0px 1px 6px rgba(76, 76, 76, 0.2);
|
|
padding: 0 20px;
|
|
position: relative;
|
|
top: -11px;
|
|
}
|
|
.newlight___1S7Yv {
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 15px;
|
|
display: inline-block;
|
|
background: #fb3226;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.wrp___z2l1F {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 108;
|
|
}
|
|
.wrp___z2l1F.bgBlack___3ezfX {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.wrp___z2l1F img,
|
|
.wrp___z2l1F video {
|
|
max-width: 100%;
|
|
max-height: 80%;
|
|
text-align: center;
|
|
}
|
|
.wrp___z2l1F iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background: #fff;
|
|
}
|
|
.monaco___1ypjT {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.darkBlue___2ViJc * {
|
|
font-size: 14px;
|
|
}
|
|
.darkBlue___2ViJc [class~='margin'],
|
|
.darkBlue___2ViJc [class~='monaco-editor-background'] {
|
|
background: #0a0e2d !important;
|
|
}
|
|
.darkBlue___2ViJc [class~='line-numbers'] {
|
|
color: white !important;
|
|
}
|
|
.close___3q-z4 {
|
|
position: absolute;
|
|
right: 40px;
|
|
top: 40px;
|
|
z-index: 10;
|
|
display: flex;
|
|
}
|
|
.close___3q-z4 > span {
|
|
background: #4a4a4a;
|
|
color: #fff;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
}
|
|
.embed___3dQqc {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.my-monaco-editor div,
|
|
.my-diff-editor div {
|
|
font-size: unset;
|
|
}
|
|
.my-error-line-wrp{
|
|
width: calc(100% - 20px ) !important;
|
|
background: rgba(245, 0, 0 ,0.2) !important;
|
|
height: auto !important;
|
|
color: rgba(245, 0, 0, 1);
|
|
}
|
|
.button___1wy9m {
|
|
position: absolute;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
display: none;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.wrap___1_zGE {
|
|
width: 280px;
|
|
margin-right: 10px;
|
|
}
|
|
.avatarWrap___1PHMh {
|
|
width: 280px;
|
|
height: 261px;
|
|
background: #ffffff;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
align-content: center;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
.avatar___3tqlX {
|
|
text-align: center;
|
|
background: #dae7ec;
|
|
box-shadow: 0px 0px 10px 0px rgba(1, 145, 88, 0.2);
|
|
border: 2px solid #ffffff;
|
|
width: 141px;
|
|
height: 141px;
|
|
border-radius: 50%;
|
|
position: relative;
|
|
}
|
|
.updateAvatarWrap___z2gMm {
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 136px;
|
|
border-radius: 50%;
|
|
height: 136px;
|
|
}
|
|
.img___2NUme {
|
|
width: 136px;
|
|
border-radius: 50%;
|
|
height: 136px;
|
|
vertical-align: middle;
|
|
border-style: none;
|
|
}
|
|
.updateAvatar___3wWy1 {
|
|
position: absolute;
|
|
top: 100px;
|
|
left: 0px;
|
|
text-align: center;
|
|
color: #fff;
|
|
width: 137px;
|
|
height: 23px;
|
|
line-height: 23px;
|
|
background: rgba(76, 172, 255, 0.7);
|
|
cursor: pointer;
|
|
}
|
|
.name_role___3grmk {
|
|
width: 100%;
|
|
height: auto;
|
|
margin-top: 20px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.name___2jxfA {
|
|
color: #05101a;
|
|
font-size: 18px;
|
|
margin-right: 8px;
|
|
}
|
|
.role___2C0k4 {
|
|
color: #666666;
|
|
font-size: 14px;
|
|
}
|
|
.manage___2eiWG {
|
|
width: 100%;
|
|
height: calc(100vh - 411px);
|
|
min-height: 661px;
|
|
background: #ffffff;
|
|
border-radius: 4px;
|
|
}
|
|
.colorGary___2ozEK {
|
|
color: #2c3850;
|
|
margin-right: 14px !important;
|
|
font-weight: 600;
|
|
}
|
|
.colorGreen___14gmo {
|
|
color: #45e660;
|
|
}
|
|
.colorRed___2eVnN {
|
|
color: #ff0000;
|
|
}
|
|
.item___3nPxu {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
list-style-type: none;
|
|
font-size: 14px;
|
|
padding: 13px 0px;
|
|
padding-left: 30px;
|
|
cursor: pointer;
|
|
color: #2c3850;
|
|
}
|
|
.active___3T4Rf {
|
|
position: relative;
|
|
background: rgba(1, 145, 88, 0.04);
|
|
}
|
|
.active___3T4Rf::before {
|
|
content: '';
|
|
width: 2px;
|
|
height: 18px;
|
|
background: #019158;
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.item___3nPxu i:first-child {
|
|
color: #019158;
|
|
margin-right: 14px !important;
|
|
}
|
|
.newTip___1Ta-b {
|
|
background: #fe5050;
|
|
color: #fff;
|
|
padding: 2px 5px;
|
|
line-height: 1;
|
|
border-radius: 10px;
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 15px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|