ADD file via upload implements #1
This commit is contained in:
parent
6af5c21da9
commit
dbb3624b4d
|
@ -0,0 +1,108 @@
|
|||
.glcc-container {
|
||||
background-image: linear-gradient(
|
||||
180deg,
|
||||
#ebf2ff 0%,
|
||||
#ebf2ff 43.09%,
|
||||
#f3f4f8 100%
|
||||
);
|
||||
padding-bottom: 120px;
|
||||
|
||||
.glcc_breadcrumb {
|
||||
padding: 18px 0;
|
||||
border-bottom: 1px dashed #bec5d5;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.head_introduce {
|
||||
background: #e4edff;
|
||||
padding: 20px;
|
||||
}
|
||||
.head_tit {
|
||||
color: #000000;
|
||||
font-size: 15px;
|
||||
line-height: 2;
|
||||
}
|
||||
.head_content {
|
||||
color: #6c7283;
|
||||
font-size: 14px;
|
||||
line-height: 38px;
|
||||
}
|
||||
.head_bold {
|
||||
font-weight: 700;
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
.glcc-main {
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.-task-sidebar .glccHelp {
|
||||
height: auto;
|
||||
width: 38px;
|
||||
padding: 6px 10px;
|
||||
text-align: center;
|
||||
background-color: #f6f9fe;
|
||||
border: 1px solid #ffffff;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0px 0px 8px rgba(55, 148, 255, 0.16);
|
||||
color: #1e1e1e;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
word-break: break-word;
|
||||
cursor: pointer;
|
||||
.icon-bangzhuzhongxinicon,
|
||||
.icon-bangzhuzhongxinicon1{
|
||||
color: #0654d6;
|
||||
margin-left: -3px;
|
||||
}
|
||||
.icon-zanting {
|
||||
color: #0654d6;
|
||||
}
|
||||
&:hover {
|
||||
color: #ffffff;
|
||||
background-color: #466aff;
|
||||
.icon-bangzhuzhongxinicon,
|
||||
.icon-bangzhuzhongxinicon1,
|
||||
.icon-zanting {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
.glccList{
|
||||
width: 21px;
|
||||
position: relative;
|
||||
left: -2px;
|
||||
}
|
||||
}
|
||||
.qqChatBox {
|
||||
position: fixed;
|
||||
.ant-popover-arrow {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.qqChat {
|
||||
margin: -12px -16px;
|
||||
background-image: linear-gradient(180deg, #f8faff 0%, #dee7ff 100%);
|
||||
border: 1px solid #ffffff;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 0px 6px rgba(121, 154, 245, 0.27);
|
||||
padding: 25px 40px;
|
||||
text-align: center;
|
||||
.qqMa {
|
||||
padding: 8px;
|
||||
margin-bottom: 15px;
|
||||
text-align: center;
|
||||
background-image: radial-gradient(
|
||||
ellipse 50% 50% at 50% 50%,
|
||||
rgba(255, 255, 255, 0) 0%,
|
||||
rgba(239, 243, 251, 0) 100%
|
||||
);
|
||||
box-shadow: 0px 0px 6px #aecaff inset;
|
||||
img {
|
||||
width: 120px;
|
||||
}
|
||||
}
|
||||
.qqTip {
|
||||
color: #5769a5;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue