update
This commit is contained in:
parent
58eb0e03fa
commit
ec6af2b8a4
1144
asset-manifest.json
1144
asset-manifest.json
File diff suppressed because it is too large
Load Diff
|
@ -2522,6 +2522,7 @@ _extend(KRange, {
|
|||
return self;
|
||||
},
|
||||
dump : function() {
|
||||
console.log('--------------------');
|
||||
console.log(this.startContainer.nodeType == 3 ? this.startContainer.nodeValue : this.startContainer, this.startOffset);
|
||||
console.log(this.endContainer.nodeType == 3 ? this.endContainer.nodeValue : this.endContainer, this.endOffset);
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3373,8 +3373,8 @@ a.edu-greyline-btn:hover {
|
|||
|
||||
.defalutSubmitbtn {
|
||||
display: block;
|
||||
border: 1px solid #466aff;
|
||||
background-color: #466aff;
|
||||
border: 1px solid #4CACFF;
|
||||
background-color: #4CACFF;
|
||||
color: #fff !important;
|
||||
width: 120px;
|
||||
text-align: center;
|
||||
|
@ -3382,6 +3382,7 @@ a.edu-greyline-btn:hover {
|
|||
border-radius: 2px;
|
||||
width: 130px;
|
||||
height: 40px;
|
||||
background: rgba(76, 172, 255, 1);
|
||||
border-radius: 4px;
|
||||
font-size: 16px;
|
||||
font-family: MicrosoftYaHei;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,539 @@
|
|||
/* Logo 字体 */
|
||||
@font-face {
|
||||
font-family: "iconfont logo";
|
||||
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
|
||||
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
|
||||
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
|
||||
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
|
||||
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-family: "iconfont logo";
|
||||
font-size: 160px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
/* tabs */
|
||||
.nav-tabs {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-more {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 42px;
|
||||
line-height: 42px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#tabs {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
#tabs li {
|
||||
cursor: pointer;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
border-bottom: 2px solid transparent;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin-bottom: -1px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
#tabs .active {
|
||||
border-bottom-color: #f00;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.tab-container .content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 页面布局 */
|
||||
.main {
|
||||
padding: 30px 100px;
|
||||
width: 960px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.main .logo {
|
||||
color: #333;
|
||||
text-align: left;
|
||||
margin-bottom: 30px;
|
||||
line-height: 1;
|
||||
height: 110px;
|
||||
margin-top: -50px;
|
||||
overflow: hidden;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
.main .logo a {
|
||||
font-size: 160px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.helps {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.helps pre {
|
||||
padding: 20px;
|
||||
margin: 10px 0;
|
||||
border: solid 1px #e7e1cd;
|
||||
background-color: #fffdef;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.icon_lists {
|
||||
width: 100% !important;
|
||||
overflow: hidden;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
.icon_lists li {
|
||||
width: 100px;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 20px;
|
||||
text-align: center;
|
||||
list-style: none !important;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.icon_lists li .code-name {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.icon_lists .icon {
|
||||
display: block;
|
||||
height: 100px;
|
||||
line-height: 100px;
|
||||
font-size: 42px;
|
||||
margin: 10px auto;
|
||||
color: #333;
|
||||
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
|
||||
-moz-transition: font-size 0.25s linear, width 0.25s linear;
|
||||
transition: font-size 0.25s linear, width 0.25s linear;
|
||||
}
|
||||
|
||||
.icon_lists .icon:hover {
|
||||
font-size: 100px;
|
||||
}
|
||||
|
||||
.icon_lists .svg-icon {
|
||||
/* 通过设置 font-size 来改变图标大小 */
|
||||
width: 1em;
|
||||
/* 图标和文字相邻时,垂直对齐 */
|
||||
vertical-align: -0.15em;
|
||||
/* 通过设置 color 来改变 SVG 的颜色/fill */
|
||||
fill: currentColor;
|
||||
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
|
||||
normalize.css 中也包含这行 */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.icon_lists li .name,
|
||||
.icon_lists li .code-name {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* markdown 样式 */
|
||||
.markdown {
|
||||
color: #666;
|
||||
font-size: 14px;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.markdown img {
|
||||
vertical-align: middle;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.markdown h1 {
|
||||
color: #404040;
|
||||
font-weight: 500;
|
||||
line-height: 40px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.markdown h2,
|
||||
.markdown h3,
|
||||
.markdown h4,
|
||||
.markdown h5,
|
||||
.markdown h6 {
|
||||
color: #404040;
|
||||
margin: 1.6em 0 0.6em 0;
|
||||
font-weight: 500;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.markdown h1 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.markdown h2 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.markdown h3 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.markdown h4 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.markdown h5 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.markdown h6 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.markdown hr {
|
||||
height: 1px;
|
||||
border: 0;
|
||||
background: #e9e9e9;
|
||||
margin: 16px 0;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.markdown p {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.markdown>p,
|
||||
.markdown>blockquote,
|
||||
.markdown>.highlight,
|
||||
.markdown>ol,
|
||||
.markdown>ul {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.markdown ul>li {
|
||||
list-style: circle;
|
||||
}
|
||||
|
||||
.markdown>ul li,
|
||||
.markdown blockquote ul>li {
|
||||
margin-left: 20px;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.markdown>ul li p,
|
||||
.markdown>ol li p {
|
||||
margin: 0.6em 0;
|
||||
}
|
||||
|
||||
.markdown ol>li {
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
.markdown>ol li,
|
||||
.markdown blockquote ol>li {
|
||||
margin-left: 20px;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.markdown code {
|
||||
margin: 0 3px;
|
||||
padding: 0 5px;
|
||||
background: #eee;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.markdown strong,
|
||||
.markdown b {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.markdown>table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
empty-cells: show;
|
||||
border: 1px solid #e9e9e9;
|
||||
width: 95%;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.markdown>table th {
|
||||
white-space: nowrap;
|
||||
color: #333;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.markdown>table th,
|
||||
.markdown>table td {
|
||||
border: 1px solid #e9e9e9;
|
||||
padding: 8px 16px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.markdown>table th {
|
||||
background: #F7F7F7;
|
||||
}
|
||||
|
||||
.markdown blockquote {
|
||||
font-size: 90%;
|
||||
color: #999;
|
||||
border-left: 4px solid #e9e9e9;
|
||||
padding-left: 0.8em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.markdown blockquote p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.markdown .anchor {
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.markdown .waiting {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.markdown h1:hover .anchor,
|
||||
.markdown h2:hover .anchor,
|
||||
.markdown h3:hover .anchor,
|
||||
.markdown h4:hover .anchor,
|
||||
.markdown h5:hover .anchor,
|
||||
.markdown h6:hover .anchor {
|
||||
opacity: 1;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.markdown>br,
|
||||
.markdown>p>br {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: white;
|
||||
padding: 0.5em;
|
||||
color: #333333;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-meta {
|
||||
color: #969896;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-strong,
|
||||
.hljs-emphasis,
|
||||
.hljs-quote {
|
||||
color: #df5000;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-type {
|
||||
color: #a71d5d;
|
||||
}
|
||||
|
||||
.hljs-literal,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-attribute {
|
||||
color: #0086b3;
|
||||
}
|
||||
|
||||
.hljs-section,
|
||||
.hljs-name {
|
||||
color: #63a35c;
|
||||
}
|
||||
|
||||
.hljs-tag {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-attr,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-selector-attr,
|
||||
.hljs-selector-pseudo {
|
||||
color: #795da3;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
color: #55a532;
|
||||
background-color: #eaffea;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
color: #bd2c00;
|
||||
background-color: #ffecec;
|
||||
}
|
||||
|
||||
.hljs-link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* 代码高亮 */
|
||||
/* PrismJS 1.15.0
|
||||
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
|
||||
/**
|
||||
* prism.js default theme for JavaScript, CSS and HTML
|
||||
* Based on dabblet (http://dabblet.com)
|
||||
* @author Lea Verou
|
||||
*/
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
color: black;
|
||||
background: none;
|
||||
text-shadow: 0 1px white;
|
||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
pre[class*="language-"]::-moz-selection,
|
||||
pre[class*="language-"] ::-moz-selection,
|
||||
code[class*="language-"]::-moz-selection,
|
||||
code[class*="language-"] ::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
|
||||
pre[class*="language-"]::selection,
|
||||
pre[class*="language-"] ::selection,
|
||||
code[class*="language-"]::selection,
|
||||
code[class*="language-"] ::selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Code blocks */
|
||||
pre[class*="language-"] {
|
||||
padding: 1em;
|
||||
margin: .5em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
:not(pre)>code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
background: #f5f2f0;
|
||||
}
|
||||
|
||||
/* Inline code */
|
||||
:not(pre)>code[class*="language-"] {
|
||||
padding: .1em;
|
||||
border-radius: .3em;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.token.comment,
|
||||
.token.prolog,
|
||||
.token.doctype,
|
||||
.token.cdata {
|
||||
color: slategray;
|
||||
}
|
||||
|
||||
.token.punctuation {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.namespace {
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
.token.property,
|
||||
.token.tag,
|
||||
.token.boolean,
|
||||
.token.number,
|
||||
.token.constant,
|
||||
.token.symbol,
|
||||
.token.deleted {
|
||||
color: #905;
|
||||
}
|
||||
|
||||
.token.selector,
|
||||
.token.attr-name,
|
||||
.token.string,
|
||||
.token.char,
|
||||
.token.builtin,
|
||||
.token.inserted {
|
||||
color: #690;
|
||||
}
|
||||
|
||||
.token.operator,
|
||||
.token.entity,
|
||||
.token.url,
|
||||
.language-css .token.string,
|
||||
.style .token.string {
|
||||
color: #9a6e3a;
|
||||
background: hsla(0, 0%, 100%, .5);
|
||||
}
|
||||
|
||||
.token.atrule,
|
||||
.token.attr-value,
|
||||
.token.keyword {
|
||||
color: #07a;
|
||||
}
|
||||
|
||||
.token.function,
|
||||
.token.class-name {
|
||||
color: #DD4A68;
|
||||
}
|
||||
|
||||
.token.regex,
|
||||
.token.important,
|
||||
.token.variable {
|
||||
color: #e90;
|
||||
}
|
||||
|
||||
.token.important,
|
||||
.token.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.token.entity {
|
||||
cursor: help;
|
||||
}
|
|
@ -0,0 +1,133 @@
|
|||
@font-face {
|
||||
font-family: "iconfontColor"; /* Project id 4313222 */
|
||||
/* Color fonts */
|
||||
src:
|
||||
url('iconfont.woff2?t=1702282377802') format('woff2'),
|
||||
url('iconfont.woff?t=1702282377802') format('woff'),
|
||||
url('iconfont.ttf?t=1702282377802') format('truetype');
|
||||
}
|
||||
|
||||
.iconfontColor {
|
||||
font-family: "iconfontColor" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.iconcolor-a-zu1428:before {
|
||||
content: "\e6e4";
|
||||
}
|
||||
|
||||
.iconcolor-wenjianicon:before {
|
||||
content: "\e6e5";
|
||||
}
|
||||
|
||||
.iconcolor-biaotiicon:before {
|
||||
content: "\e6e6";
|
||||
}
|
||||
|
||||
.iconcolor-tuoguanicon:before {
|
||||
content: "\e6df";
|
||||
}
|
||||
|
||||
.iconcolor-zuicon:before {
|
||||
content: "\e6e1";
|
||||
}
|
||||
|
||||
.iconcolor-dailiicon:before {
|
||||
content: "\e6e3";
|
||||
}
|
||||
|
||||
.iconcolor-xuqiuicon:before {
|
||||
content: "\e6dd";
|
||||
}
|
||||
|
||||
.iconcolor-xiangmuliebiaoicon:before {
|
||||
content: "\e6e2";
|
||||
}
|
||||
|
||||
.iconcolor-renwuicon:before {
|
||||
content: "\e6de";
|
||||
}
|
||||
|
||||
.iconcolor-quexianicon:before {
|
||||
content: "\e6e0";
|
||||
}
|
||||
|
||||
.iconcolor-xuanzhong-daimakuicon:before {
|
||||
content: "\e6d4";
|
||||
}
|
||||
|
||||
.iconcolor-xuanzhong-wendangicon:before {
|
||||
content: "\e6d5";
|
||||
}
|
||||
|
||||
.iconcolor-xuanzhong-liushuixianicon:before {
|
||||
content: "\e6d6";
|
||||
}
|
||||
|
||||
.iconcolor-xuanzhong-xiangmuicon:before {
|
||||
content: "\e6d7";
|
||||
}
|
||||
|
||||
.iconcolor-xuanzhong-zhipinkuicon:before {
|
||||
content: "\e6d8";
|
||||
}
|
||||
|
||||
.iconcolor-xuanzhong-chengyuanicon:before {
|
||||
content: "\e6d9";
|
||||
}
|
||||
|
||||
.iconcolor-xuanzhong-shezhiicon:before {
|
||||
content: "\e6da";
|
||||
}
|
||||
|
||||
.iconcolor-xuanzhong-chanpinicon:before {
|
||||
content: "\e6db";
|
||||
}
|
||||
|
||||
.iconcolor-gongzuotaiicon:before {
|
||||
content: "\e6dc";
|
||||
}
|
||||
|
||||
.iconcolor-chanpinliebiaoicon:before {
|
||||
content: "\e6d3";
|
||||
}
|
||||
|
||||
.iconcolor-gengduoicon:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
|
||||
.iconcolor-chengyuanicon:before {
|
||||
content: "\e6c1";
|
||||
}
|
||||
|
||||
.iconcolor-xuanzhong-gongzuotaiicon:before {
|
||||
content: "\e6c2";
|
||||
}
|
||||
|
||||
.iconcolor-wendangicon:before {
|
||||
content: "\e6b9";
|
||||
}
|
||||
|
||||
.iconcolor-xiangmuicon:before {
|
||||
content: "\e6b8";
|
||||
}
|
||||
|
||||
.iconcolor-zhipinkuicon:before {
|
||||
content: "\e6ba";
|
||||
}
|
||||
|
||||
.iconcolor-chanpinicon:before {
|
||||
content: "\e6bb";
|
||||
}
|
||||
|
||||
.iconcolor-shezhiicon:before {
|
||||
content: "\e6bc";
|
||||
}
|
||||
|
||||
.iconcolor-daimakuicon:before {
|
||||
content: "\e6bd";
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,212 @@
|
|||
{
|
||||
"id": "4313222",
|
||||
"name": "项目管理系统-color",
|
||||
"font_family": "iconfontColor",
|
||||
"css_prefix_text": "iconcolor-",
|
||||
"description": "项目管理系统彩色icon",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "38315554",
|
||||
"name": "组 1428",
|
||||
"font_class": "a-zu1428",
|
||||
"unicode": "e6e4",
|
||||
"unicode_decimal": 59108
|
||||
},
|
||||
{
|
||||
"icon_id": "38405284",
|
||||
"name": "文件icon",
|
||||
"font_class": "wenjianicon",
|
||||
"unicode": "e6e5",
|
||||
"unicode_decimal": 59109
|
||||
},
|
||||
{
|
||||
"icon_id": "38405285",
|
||||
"name": "标题icon",
|
||||
"font_class": "biaotiicon",
|
||||
"unicode": "e6e6",
|
||||
"unicode_decimal": 59110
|
||||
},
|
||||
{
|
||||
"icon_id": "38405286",
|
||||
"name": "托管icon",
|
||||
"font_class": "tuoguanicon",
|
||||
"unicode": "e6df",
|
||||
"unicode_decimal": 59103
|
||||
},
|
||||
{
|
||||
"icon_id": "38405289",
|
||||
"name": "组icon",
|
||||
"font_class": "zuicon",
|
||||
"unicode": "e6e1",
|
||||
"unicode_decimal": 59105
|
||||
},
|
||||
{
|
||||
"icon_id": "38405290",
|
||||
"name": "代理icon",
|
||||
"font_class": "dailiicon",
|
||||
"unicode": "e6e3",
|
||||
"unicode_decimal": 59107
|
||||
},
|
||||
{
|
||||
"icon_id": "37938701",
|
||||
"name": "需求icon",
|
||||
"font_class": "xuqiuicon",
|
||||
"unicode": "e6dd",
|
||||
"unicode_decimal": 59101
|
||||
},
|
||||
{
|
||||
"icon_id": "37938697",
|
||||
"name": "项目列表icon",
|
||||
"font_class": "xiangmuliebiaoicon",
|
||||
"unicode": "e6e2",
|
||||
"unicode_decimal": 59106
|
||||
},
|
||||
{
|
||||
"icon_id": "37938700",
|
||||
"name": "任务icon",
|
||||
"font_class": "renwuicon",
|
||||
"unicode": "e6de",
|
||||
"unicode_decimal": 59102
|
||||
},
|
||||
{
|
||||
"icon_id": "37938699",
|
||||
"name": "缺陷icon",
|
||||
"font_class": "quexianicon",
|
||||
"unicode": "e6e0",
|
||||
"unicode_decimal": 59104
|
||||
},
|
||||
{
|
||||
"icon_id": "37708678",
|
||||
"name": "选中-代码库icon",
|
||||
"font_class": "xuanzhong-daimakuicon",
|
||||
"unicode": "e6d4",
|
||||
"unicode_decimal": 59092
|
||||
},
|
||||
{
|
||||
"icon_id": "37708677",
|
||||
"name": "选中-文档icon",
|
||||
"font_class": "xuanzhong-wendangicon",
|
||||
"unicode": "e6d5",
|
||||
"unicode_decimal": 59093
|
||||
},
|
||||
{
|
||||
"icon_id": "37708675",
|
||||
"name": "选中-流水线icon",
|
||||
"font_class": "xuanzhong-liushuixianicon",
|
||||
"unicode": "e6d6",
|
||||
"unicode_decimal": 59094
|
||||
},
|
||||
{
|
||||
"icon_id": "37708676",
|
||||
"name": "选中-项目icon",
|
||||
"font_class": "xuanzhong-xiangmuicon",
|
||||
"unicode": "e6d7",
|
||||
"unicode_decimal": 59095
|
||||
},
|
||||
{
|
||||
"icon_id": "37708674",
|
||||
"name": "选中-制品库icon",
|
||||
"font_class": "xuanzhong-zhipinkuicon",
|
||||
"unicode": "e6d8",
|
||||
"unicode_decimal": 59096
|
||||
},
|
||||
{
|
||||
"icon_id": "37708673",
|
||||
"name": "选中-成员icon",
|
||||
"font_class": "xuanzhong-chengyuanicon",
|
||||
"unicode": "e6d9",
|
||||
"unicode_decimal": 59097
|
||||
},
|
||||
{
|
||||
"icon_id": "37708672",
|
||||
"name": "选中-设置icon",
|
||||
"font_class": "xuanzhong-shezhiicon",
|
||||
"unicode": "e6da",
|
||||
"unicode_decimal": 59098
|
||||
},
|
||||
{
|
||||
"icon_id": "37708671",
|
||||
"name": "选中-产品icon",
|
||||
"font_class": "xuanzhong-chanpinicon",
|
||||
"unicode": "e6db",
|
||||
"unicode_decimal": 59099
|
||||
},
|
||||
{
|
||||
"icon_id": "37708670",
|
||||
"name": "工作台icon",
|
||||
"font_class": "gongzuotaiicon",
|
||||
"unicode": "e6dc",
|
||||
"unicode_decimal": 59100
|
||||
},
|
||||
{
|
||||
"icon_id": "37708691",
|
||||
"name": "产品列表icon",
|
||||
"font_class": "chanpinliebiaoicon",
|
||||
"unicode": "e6d3",
|
||||
"unicode_decimal": 59091
|
||||
},
|
||||
{
|
||||
"icon_id": "1919171",
|
||||
"name": "菜单",
|
||||
"font_class": "gengduoicon",
|
||||
"unicode": "e60b",
|
||||
"unicode_decimal": 58891
|
||||
},
|
||||
{
|
||||
"icon_id": "37537539",
|
||||
"name": "成员icon",
|
||||
"font_class": "chengyuanicon",
|
||||
"unicode": "e6c1",
|
||||
"unicode_decimal": 59073
|
||||
},
|
||||
{
|
||||
"icon_id": "37537538",
|
||||
"name": "选中-工作台icon",
|
||||
"font_class": "xuanzhong-gongzuotaiicon",
|
||||
"unicode": "e6c2",
|
||||
"unicode_decimal": 59074
|
||||
},
|
||||
{
|
||||
"icon_id": "37537549",
|
||||
"name": "文档icon",
|
||||
"font_class": "wendangicon",
|
||||
"unicode": "e6b9",
|
||||
"unicode_decimal": 59065
|
||||
},
|
||||
{
|
||||
"icon_id": "37537546",
|
||||
"name": "项目icon",
|
||||
"font_class": "xiangmuicon",
|
||||
"unicode": "e6b8",
|
||||
"unicode_decimal": 59064
|
||||
},
|
||||
{
|
||||
"icon_id": "37537547",
|
||||
"name": "制品库icon",
|
||||
"font_class": "zhipinkuicon",
|
||||
"unicode": "e6ba",
|
||||
"unicode_decimal": 59066
|
||||
},
|
||||
{
|
||||
"icon_id": "37537540",
|
||||
"name": "产品icon",
|
||||
"font_class": "chanpinicon",
|
||||
"unicode": "e6bb",
|
||||
"unicode_decimal": 59067
|
||||
},
|
||||
{
|
||||
"icon_id": "37537545",
|
||||
"name": "设置icon",
|
||||
"font_class": "shezhiicon",
|
||||
"unicode": "e6bc",
|
||||
"unicode_decimal": 59068
|
||||
},
|
||||
{
|
||||
"icon_id": "37537544",
|
||||
"name": "代码库icon",
|
||||
"font_class": "daimakuicon",
|
||||
"unicode": "e6bd",
|
||||
"unicode_decimal": 59069
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 2340181 */
|
||||
src: url('iconfont.woff2?t=1727340588188') format('woff2'),
|
||||
url('iconfont.woff?t=1727340588188') format('woff'),
|
||||
url('iconfont.ttf?t=1727340588188') format('truetype');
|
||||
src: url('iconfont.woff2?t=1686823554834') format('woff2'),
|
||||
url('iconfont.woff?t=1686823554834') format('woff'),
|
||||
url('iconfont.ttf?t=1686823554834') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
|
@ -13,58 +13,6 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-gongxianquequan:before {
|
||||
content: "\e979";
|
||||
}
|
||||
|
||||
.icon-xuanzhong5:before {
|
||||
content: "\e97a";
|
||||
}
|
||||
|
||||
.icon-big-circle:before {
|
||||
content: "\e978";
|
||||
}
|
||||
|
||||
.icon-gitee:before {
|
||||
content: "\e974";
|
||||
}
|
||||
|
||||
.icon-gitea:before {
|
||||
content: "\e975";
|
||||
}
|
||||
|
||||
.icon-coding:before {
|
||||
content: "\e976";
|
||||
}
|
||||
|
||||
.icon-github1:before {
|
||||
content: "\e977";
|
||||
}
|
||||
|
||||
.icon-gitlab:before {
|
||||
content: "\e973";
|
||||
}
|
||||
|
||||
.icon-a-lianhe6:before {
|
||||
content: "\e972";
|
||||
}
|
||||
|
||||
.icon-a-22ziliaoshouce-xianxing:before {
|
||||
content: "\e971";
|
||||
}
|
||||
|
||||
.icon-changjiantou:before {
|
||||
content: "\e970";
|
||||
}
|
||||
|
||||
.icon-bangzhuzhongxinicon2:before {
|
||||
content: "\e96f";
|
||||
}
|
||||
|
||||
.icon-liulan1:before {
|
||||
content: "\e96e";
|
||||
}
|
||||
|
||||
.icon-a-zu2044:before {
|
||||
content: "\e96d";
|
||||
}
|
||||
|
@ -449,10 +397,6 @@
|
|||
content: "\e90e";
|
||||
}
|
||||
|
||||
.icon-shanchu_important:before {
|
||||
content: "\f1d8";
|
||||
}
|
||||
|
||||
.icon-shanchu_tc_icon1:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,97 +5,6 @@
|
|||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "41876673",
|
||||
"name": "贡献确权",
|
||||
"font_class": "gongxianquequan",
|
||||
"unicode": "e979",
|
||||
"unicode_decimal": 59769
|
||||
},
|
||||
{
|
||||
"icon_id": "657556",
|
||||
"name": "分期-选中",
|
||||
"font_class": "xuanzhong5",
|
||||
"unicode": "e97a",
|
||||
"unicode_decimal": 59770
|
||||
},
|
||||
{
|
||||
"icon_id": "157771",
|
||||
"name": "细圆",
|
||||
"font_class": "big-circle",
|
||||
"unicode": "e978",
|
||||
"unicode_decimal": 59768
|
||||
},
|
||||
{
|
||||
"icon_id": "41539674",
|
||||
"name": "gitee",
|
||||
"font_class": "gitee",
|
||||
"unicode": "e974",
|
||||
"unicode_decimal": 59764
|
||||
},
|
||||
{
|
||||
"icon_id": "41539676",
|
||||
"name": "gitea",
|
||||
"font_class": "gitea",
|
||||
"unicode": "e975",
|
||||
"unicode_decimal": 59765
|
||||
},
|
||||
{
|
||||
"icon_id": "41539677",
|
||||
"name": "coding",
|
||||
"font_class": "coding",
|
||||
"unicode": "e976",
|
||||
"unicode_decimal": 59766
|
||||
},
|
||||
{
|
||||
"icon_id": "41539675",
|
||||
"name": "github",
|
||||
"font_class": "github1",
|
||||
"unicode": "e977",
|
||||
"unicode_decimal": 59767
|
||||
},
|
||||
{
|
||||
"icon_id": "41539679",
|
||||
"name": "gitlab",
|
||||
"font_class": "gitlab",
|
||||
"unicode": "e973",
|
||||
"unicode_decimal": 59763
|
||||
},
|
||||
{
|
||||
"icon_id": "41195024",
|
||||
"name": "联合 6",
|
||||
"font_class": "a-lianhe6",
|
||||
"unicode": "e972",
|
||||
"unicode_decimal": 59762
|
||||
},
|
||||
{
|
||||
"icon_id": "40333433",
|
||||
"name": "使用手册",
|
||||
"font_class": "a-22ziliaoshouce-xianxing",
|
||||
"unicode": "e971",
|
||||
"unicode_decimal": 59761
|
||||
},
|
||||
{
|
||||
"icon_id": "40172194",
|
||||
"name": "长箭头",
|
||||
"font_class": "changjiantou",
|
||||
"unicode": "e970",
|
||||
"unicode_decimal": 59760
|
||||
},
|
||||
{
|
||||
"icon_id": "37836900",
|
||||
"name": "帮助中心icon",
|
||||
"font_class": "bangzhuzhongxinicon2",
|
||||
"unicode": "e96f",
|
||||
"unicode_decimal": 59759
|
||||
},
|
||||
{
|
||||
"icon_id": "36898536",
|
||||
"name": "浏览",
|
||||
"font_class": "liulan1",
|
||||
"unicode": "e96e",
|
||||
"unicode_decimal": 59758
|
||||
},
|
||||
{
|
||||
"icon_id": "36020261",
|
||||
"name": "组 2044",
|
||||
|
@ -768,13 +677,6 @@
|
|||
"unicode": "e90e",
|
||||
"unicode_decimal": 59662
|
||||
},
|
||||
{
|
||||
"icon_id": "41976790",
|
||||
"name": "shanchu_tc_icon-copy",
|
||||
"font_class": "shanchu_important",
|
||||
"unicode": "f1d8",
|
||||
"unicode_decimal": 61912
|
||||
},
|
||||
{
|
||||
"icon_id": "26470602",
|
||||
"name": "shanchu_tc_icon",
|
||||
|
|
BIN
css/iconfont.ttf
BIN
css/iconfont.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.2 KiB |
|
@ -1 +1 @@
|
|||
<!doctype html><html lang="zh-hans-CN" class="notranslate translated-ltr" translate="no"><head><title>GitLink | 新一代开源创新服务平台</title><meta charset="utf-8"><meta name="Keywords" content="GitLink, git, 开源, 代码托管, 项目管理, 版本控制, 代码分享, 项目协作, 协同开发平台"><meta name="description" content="GitLink 是一个新一代的开源创新服务平台,提供分布式协作开发、流水线运维、代码分析等功能,基于 Git 打造分布式代码托管环境。"><meta property="og:title" content="GitLink | 确实开源"/><meta property="og:type" content="website"/><meta property="og:url" content="https://gitlink.org.cn/"/><meta property="og:image" content="https://www.gitlink.org.cn/images/logo.png"/><meta property="og:image:alt" content="GitLink | 确实开源"/><meta property="og:site_name" content="GitLink"/><meta property="og:description" content="GitLink 是一个新一代的开源创新服务平台,提供分布式协作开发、流水线运维、代码分析等功能,基于 Git 打造分布式代码托管环境。"/><meta name="hostname" content="gitlink.org.cn"><meta name="keyboard-shortcuts-preference" content="all"><meta name="expected-hostname" content="gitlink.org.cn"><meta name="go-import" content="gitlink.org.cn git https://gitlink.org.cn"><meta name="octolytics-dimension-user_login" content="GitLink"><meta name="octolytics-dimension-repository_nwo" content="GitLink"><meta name="octolytics-dimension-repository_network_root_nwo" content="GitLink"><meta name="theme-color" content="#000000"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="referrer" content="always"><meta name="google-site-verification" content="rGWc47_e6dmJlLtT6ngl3WSiXMsY8FCcll2dbdlNHm0"/><meta name="viewport" content=""><link rel="canonical" href="https://gitlink.org.cn" data-turbo-transient=""><link rel="fluid-icon" href="https://www.gitlink.org.cn/images/logo.png" title="GitLink"><link rel="manifest" href="/react/build//manifest.json"><link rel="stylesheet" href="/react/build/css/alex/alex.all.global.min.css"><link rel="stylesheet" href="/react/build/css/iconfont.css"><link rel="stylesheet" href="/react/build/css/editormd.min.css"><link rel="stylesheet" href="/react/build/css/gitlink.min.css"><link href="/react/build/static/css/main.438a31aa.chunk.css" rel="stylesheet"></head><body><div id="md_div" style="display:none"></div><div id="root" class="page -layout-v -fit widthunit"></div><div id="picture_display" style="display:none"></div><script src="https://gw.alipayobjects.com/os/lib/react/16.14.0/umd/react.production.min.js"></script><script src="https://gw.alipayobjects.com/os/lib/react-dom/16.14.0/umd/react-dom.production.min.js"></script><script src="/react/build/js/jquery-1.8.3.min.js"></script><script src="/react/build/js/js_min_all.js"></script><script src="/react/build/js/codemirror/codemirror.js"></script><script src="/react/build/js/editormd/editormd.min.js"></script><script src="/react/build/js/codemirror/merge/merge.js"></script><script src="/react/build/js/alex/moment.js"></script><script src="https://gw.alipayobjects.com/os/lib/alipay/alex/2.0.19/bundle/alex.all.global.min.js"></script><script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script src="/react/build/./static/js/runtime~main.a0849e6f.js"></script><script src="/react/build/./static/js/main.4a63a0a6.chunk.js"></script><script>var _hmt=_hmt||[];!function(){var t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?7e2def1fe918f15f9f1c5c061f69b256";var e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(t,e)}(),window.onload=function(){$(".newContainer").delegate("a.anchors","click",(function(){let t=$(this).offset().top-180;return $("html,body").animate({scrollTop:t},10),window.location.hash=$(this).attr("name"),!1}))}</script></body></html>
|
||||
<!doctype html><html lang="zh-CN" class="notranslate translated-ltr" translate="no"><head><meta charset="utf-8"><meta name="Keywords" content="gitLink,GitLink,gitlink,git,trustie,trustieforge,forge,开源,确实开源,代码托管,Git,开源,内源,项目管理,版本控制,开源代码,代码分享,项目协作,开源项目托管,免费代码托管,Git代码托管,Git托管服务,确实让创建更美好,协同开发平台"><meta name="description" content="GitLink,新一代开源创新服务平台 分布式协作开发 一站式过程管理 高效流水线运维 多层次代码分析 多维度用户画像 分布式协作开发 基于Git打造分布式代码托管环境"><meta property="og:title" content="GitLink | 确实开源"/><meta property="og:type" content="Object"/><meta property="og:url" content="https://gitlink.org.cn/"/><meta property="og:image" content="https://www.gitlink.org.cn/images/logo.png"/><meta property="og:image:alt" content="GitLink | 确实开源"/><meta property="og:site_name" content="GitLink"/><meta property="og:description" content="GitLink,新一代开源创新服务平台 分布式协作开发 一站式过程管理 高效流水线运维 多层次代码分析 多维度用户画像 分布式协作开发 基于Git打造分布式代码托管环境"/><meta name="hostname" content="gitlink.org.cn"><meta name="keyboard-shortcuts-preference" content="all"><meta name="expected-hostname" content="gitlink.org.cn"><meta name="go-import" content="gitlink.org.cn git https://gitlink.org.cn"><meta name="octolytics-dimension-user_login" content="GitLink"><meta name="octolytics-dimension-repository_nwo" content="GitLink"><meta name="octolytics-dimension-repository_network_root_nwo" content="GitLink"><meta name="theme-color" content="#000000"><meta content="IE=edge" http-equiv="X-UA-Compatible"><meta name="twitter:image:src" content="https://www.gitlink.org.cn/images/logo.png"><meta name="twitter:site" content="@gitlink"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="GitLink | 确实开源"><meta name="twitter:description" content="GitLink,新一代开源创新服务平台 分布式协作开发 一站式过程管理 高效流水线运维 多层次代码分析 多维度用户画像 分布式协作开发 基于Git打造分布式代码托管环境"><meta content="always" name="referrer"><link rel="canonical" href="https://gitlink.org.cn" data-turbo-transient=""><link rel="fluid-icon" href="https://www.gitlink.org.cn/images/logo.png" title="GitLink"><link rel="manifest" href="/react/build//manifest.json"><link rel="stylesheet" href="/react/build/css/alex/alex.all.global.min.css"><link rel="stylesheet" href="/react/build/css/iconfont.css"><link rel="stylesheet" href="/react/build/css/iconColor/iconfont.css"><link rel="stylesheet" href="/react/build/css/editormd.min.css"><link rel="stylesheet" href="/react/build/css/gitlink.min.css"><link href="/react/build/static/css/main.dd7aafcb.chunk.css" rel="stylesheet"></head><body><div id="md_div" style="display:none"></div><div id="root" class="page -layout-v -fit widthunit"></div><div id="picture_display" style="display:none"></div><script src="/react/build/js/react.production.min.js"></script><script src="/react/build/js/react-dom.production.min.js"></script><script src="/react/build/js/jquery-1.8.3.min.js"></script><script src="/react/build/js/js_min_all.js"></script><script src="/react/build/js/codemirror/codemirror.js"></script><script src="/react/build/js/editormd/editormd.min.js"></script><script src="/react/build/js/codemirror/merge/merge.js"></script><script src="/react/build/js/alex/moment.js"></script><meta name="viewport" content=""><script src="/react/build/./static/js/runtime~main.7c8434ab.js"></script><script src="/react/build/./static/js/main.160a0e65.chunk.js"></script><script>var _hmt=_hmt||[];window.onload=function(){$(".newContainer").delegate("a.anchors","click",(function(){let t=$(this).offset().top-180;return $("html,body").animate({scrollTop:t},10),window.location.hash=$(this).attr("name"),!1}))}</script></body></html>
|
|
@ -1418,6 +1418,28 @@
|
|||
return this;
|
||||
},
|
||||
|
||||
/**
|
||||
* 解析TeX(KaTeX)科学公式
|
||||
* TeX(KaTeX) Renderer
|
||||
*
|
||||
* @returns {editormd} 返回editormd的实例对象
|
||||
*/
|
||||
|
||||
katexRender: function () {
|
||||
|
||||
if (timer === null) {
|
||||
return this;
|
||||
}
|
||||
this.previewContainer.find("." + editormd.classNames.tex).each(function () {
|
||||
var tex = $(this);
|
||||
editormd.$katex.render(tex.text(), tex[0]);
|
||||
|
||||
tex.find(".katex").css("font-size", "1.6em");
|
||||
});
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
/**
|
||||
* 解析和渲染流程图及时序图
|
||||
* FlowChart and SequenceDiagram Renderer
|
||||
|
@ -1860,63 +1882,6 @@
|
|||
}
|
||||
|
||||
var marked = editormd.$marked;
|
||||
const kateX = {
|
||||
name: 'kateX',
|
||||
level: 'block', // Is this a block-level or inline-level tokenizer?
|
||||
start(src) {
|
||||
// 匹配以 $$ 开头和结尾的 KaTeX 表达式
|
||||
const startRegex = /^\$\$[^$]+?\$\$(?:\n|$)/;
|
||||
|
||||
// 匹配以 $ 开头和结尾的 KaTeX 表达式
|
||||
const inlineRegex = /^\$[^$]+?\$(?:\n|$)/;
|
||||
|
||||
// 检查是否有块级 KaTeX 表达式
|
||||
const blockMatch = src.match(startRegex);
|
||||
if (blockMatch) {
|
||||
return blockMatch.index;
|
||||
}
|
||||
|
||||
// 检查是否有行内 KaTeX 表达式
|
||||
const inlineMatch = src.match(inlineRegex);
|
||||
if (inlineMatch) {
|
||||
return inlineMatch.index;
|
||||
}
|
||||
|
||||
// 如果没有匹配的内容,则返回 null 或 undefined
|
||||
return null;
|
||||
},
|
||||
tokenizer(src, tokens) {
|
||||
const match = src.match(/^\$([^\$]+)\$/);
|
||||
if (match) {
|
||||
return {
|
||||
type: 'kateX',
|
||||
raw: match[0],
|
||||
text: match[1].trim(),
|
||||
displayMode: false
|
||||
};
|
||||
}
|
||||
const matchDisplay = src.match(/^\$\$([^\$]+)\$\$/);
|
||||
if (matchDisplay) {
|
||||
return {
|
||||
type: 'kateX',
|
||||
raw: matchDisplay[0],
|
||||
text: matchDisplay[1].trim(),
|
||||
displayMode: true
|
||||
};
|
||||
}
|
||||
return false;
|
||||
},
|
||||
renderer(token) {
|
||||
let renderString = ''
|
||||
try {
|
||||
renderString = katex.renderToString(token.text, { displayMode: token.displayMode })
|
||||
} catch (error) {
|
||||
renderString = `<p style="color:#cc0000" title="${ error.message }">${ token.raw }`
|
||||
}
|
||||
return renderString
|
||||
}
|
||||
};
|
||||
|
||||
var markdownToC = this.markdownToC = [];
|
||||
var rendererOptions = this.markedRendererOptions = {
|
||||
toc: settings.toc,
|
||||
|
@ -1943,10 +1908,6 @@
|
|||
smartLists: true,
|
||||
smartypants: true
|
||||
};
|
||||
|
||||
if (editormd.kaTeXLoaded) {
|
||||
marked.use({ extensions: [kateX] });
|
||||
}
|
||||
|
||||
marked.setOptions(markedOptions);
|
||||
|
||||
|
@ -1997,12 +1958,12 @@
|
|||
editormd.loadKaTeX(function () {
|
||||
editormd.$katex = katex;
|
||||
editormd.kaTeXLoaded = true;
|
||||
marked.use({ extensions: [kateX] });
|
||||
_this.save();
|
||||
_this.katexRender();
|
||||
});
|
||||
}
|
||||
else {
|
||||
editormd.$katex = katex;
|
||||
this.katexRender();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3457,15 +3418,25 @@
|
|||
};
|
||||
|
||||
markedRenderer.paragraph = function (text) {
|
||||
|
||||
var isTeXInline = /\$\$(.*)\$\$/g.test(text);
|
||||
var isTeXLine = /^\$\$(.*)\$\$$/.test(text);
|
||||
var isTeXAddClass = (isTeXLine) ? " class=\"" + editormd.classNames.tex + "\"" : "";
|
||||
var isToC = (settings.tocm) ? /^(\[TOC\]|\[TOCM\])$/.test(text) : /^\[TOC\]$/.test(text);
|
||||
var isToCMenu = /^\[TOCM\]$/.test(text);
|
||||
|
||||
if (!isTeXLine && isTeXInline) {
|
||||
text = text.replace(/(\$\$([^\$]*)\$\$)+/g, function ($1, $2) {
|
||||
return "<span class=\"" + editormd.classNames.tex + "\">" + $2.replace(/\$/g, "") + "</span>";
|
||||
});
|
||||
}
|
||||
else {
|
||||
text = (isTeXLine) ? text.replace(/\$/g, "") : text;
|
||||
}
|
||||
|
||||
var tocHTML = "<div class=\"markdown-toc editormd-markdown-toc\">" + text + "</div>";
|
||||
|
||||
return (isToC) ? ((isToCMenu) ? "<div class=\"editormd-toc-menu\">" + tocHTML + "</div><br/>" : tocHTML)
|
||||
: ((pageBreakReg.test(text)) ? this.pageBreak(text) : this.atLink(this.emoji(text)) + "</p>\n");
|
||||
: ((pageBreakReg.test(text)) ? this.pageBreak(text) : "<p" + isTeXAddClass + ">" + this.atLink(this.emoji(text)) + "</p>\n");
|
||||
};
|
||||
|
||||
markedRenderer.code = function (code, lang, escaped) {
|
||||
|
@ -3832,6 +3803,26 @@
|
|||
}
|
||||
}
|
||||
|
||||
if (settings.tex) {
|
||||
var katexHandle = function () {
|
||||
div.find("." + editormd.classNames.tex).each(function () {
|
||||
var tex = $(this);
|
||||
katex.render(tex.text(), tex[0]);
|
||||
tex.find(".katex").css("font-size", "1.6em");
|
||||
});
|
||||
};
|
||||
|
||||
if (settings.autoLoadKaTeX && !editormd.$katex && !editormd.kaTeXLoaded) {
|
||||
this.loadKaTeX(function () {
|
||||
editormd.$katex = katex;
|
||||
editormd.kaTeXLoaded = true;
|
||||
katexHandle();
|
||||
});
|
||||
}
|
||||
else {
|
||||
katexHandle();
|
||||
}
|
||||
}
|
||||
|
||||
div.getMarkdown = function () {
|
||||
return saveTo.val();
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,9 +0,0 @@
|
|||
/*!
|
||||
* Cropper.js v1.6.2
|
||||
* https://fengyuanchen.github.io/cropperjs
|
||||
*
|
||||
* Copyright 2015-present Chen Fengyuan
|
||||
* Released under the MIT license
|
||||
*
|
||||
* Date: 2024-04-21T07:43:02.731Z
|
||||
*/.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
.projectListBox{width:1200px;margin:0 auto;position:relative;z-index:1;display:flex;flex-wrap:wrap}.projectListBox .projectItem{position:relative;width:30%;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85));border:1px solid #fff;border-radius:4px;box-shadow:0 0 8px rgba(93,131,255,.26);text-align:center;margin-bottom:50px;background-image:url(/build/static/media/projectBg.774764d7.png);background-size:100% 100%;margin-left:5%}.projectListBox .projectItem.firstBox{margin-left:0}.projectListBox .projectItem:hover{cursor:pointer;background-image:none;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85))}.projectListBox .projectItem .border{height:5px;background-color:#657edf;border-radius:2px 2px 0 0}.projectListBox .projectItem .projectLogoStar{position:absolute;top:30px;right:130px;width:28px;z-index:10;transform:rotate(46deg)}.projectListBox .projectItem .projectLogo{position:relative;width:100px;height:100px;border:1px solid #fff;background-color:#fff;border-radius:50%;text-align:center;overflow:hidden;margin:25px auto 10px;line-height:95px}.projectListBox .projectItem .projectLogo .projectLogoImg{width:100%}.projectListBox .projectItem .titleGlcc{color:#2a51bf;font-size:17px;line-height:30px;margin-bottom:15px;padding:0 50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projectListBox .projectItem .intro{color:#4f5d84;font-size:15px;margin-bottom:15px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;text-align:left;padding:0 14px}.lastLineScroll{max-height:280px;overflow-y:scroll}.lastTwoScroll{max-height:520px;overflow-y:scroll}
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
.projectListBox{display:flex;flex-wrap:wrap}.projectListBox .projectItem{position:relative;width:30%;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85));border:1px solid #fff;border-radius:4px;box-shadow:0 0 8px rgba(93,131,255,.26);text-align:center;margin-bottom:50px;background-image:url(/build/static/media/projectBg.774764d7.png);background-size:100% 100%;margin-left:5%}.projectListBox .projectItem.firstBox{margin-left:0}.projectListBox .projectItem:hover{cursor:pointer;background-image:none;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85))}.projectListBox .projectItem .border{height:5px;background-color:#657edf;border-radius:2px 2px 0 0}.projectListBox .projectItem .projectLogoStar{position:absolute;top:30px;right:130px;width:28px;z-index:10;transform:rotate(46deg)}.projectListBox .projectItem .projectLogo{position:relative;width:100px;height:100px;border:1px solid #fff;background-color:#fff;border-radius:50%;text-align:center;overflow:hidden;margin:25px auto 10px;line-height:95px}.projectListBox .projectItem .projectLogo .projectLogoImg{width:100%}.projectListBox .projectItem .titleGlcc{color:#2a51bf;font-size:17px;line-height:30px;margin-bottom:15px;padding:0 50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projectListBox .projectItem .intro{color:#4f5d84;font-size:15px;margin-bottom:15px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;text-align:left;padding:0 14px}.lastLineScroll{max-height:220px;overflow-y:scroll}.lastTwoScroll{max-height:500px;overflow-y:scroll}
|
|
@ -1 +0,0 @@
|
|||
.glcc_project{background-color:#ebf2ff}.glcc_project .head{background-color:rgba(188,208,255,.27);border:1px solid #fff;text-align:center}.glcc_project .head a{padding:18px 20px 20px;display:inline-block;color:#273778;font-size:18px;font-weight:700;line-height:30px}.glcc_project .head a.active{border-bottom:1px solid #5474df}.glcc_project .head a:last-child{margin-left:40px}.glcc_project .gobackBox{width:1200px;margin:0 auto;padding:25px 0 12px;color:#202d40;font-size:16px;border-bottom:1px dashed #bec5d5}.glcc_project .gobackBox a{color:#a4aabb}.glcc_project .listBox{background-image:linear-gradient(180deg,#ebf2ff,#ebf2ff 43.09%,#f3f4f8);position:relative}.glcc_project .listBox .bgPng3,.glcc_project .listBox .bgPng4{width:146px;position:absolute;z-index:0;top:162px;left:100px}.glcc_project .listBox .bgPng4{top:450px;left:auto;right:310px}.glcc-banner{width:100%}.projectDetailBox{word-break:break-all;font-size:15px;line-height:30px}.projectDetailBox.byTask{background-image:linear-gradient(180deg,#f1f5ff,#fff);border:1px solid #fff;border-radius:4px;box-shadow:0 0 10px rgba(100,141,255,.2);padding:30px 30px 50px}.projectDetailBox.byTask .taskItem .center{width:640px}.projectDetailBox.nodata{width:200px}.projectDetailBox .projectDetailHead{color:#465474;padding-bottom:12px;border-bottom:1px dashed #bec5d5;line-height:36px}.projectDetailBox .projectDetailHead.byResult{margin:-15px -10px -40px;border-bottom:none}.projectDetailBox .projectDetailHead .name{font-weight:700;color:#3753c5;font-size:20px}.projectDetailBox .projectDetailHead .type{display:inline-block;border:1px solid #6680bb;border-radius:4px;margin-left:12px;padding:4px 6px;line-height:26px}.projectDetailBox .projectDetailHead .linkUrl{color:#466aff}.projectDetailBox .taskItem{display:flex;justify-content:space-between;border:1px solid #fff}.projectDetailBox .taskItem:hover{box-shadow:0 0 12px rgba(71,105,198,.4)}.projectDetailBox .taskItem .oneLine{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projectDetailBox .taskItem .left{width:316px;background-image:url(/react/build/static/media/projectDetailTaskBg.66b1fb2d.png);background-size:100% 100%;padding:22px 20px;color:#25304a}.projectDetailBox .taskItem .left .taskTitle{color:#1834a7;font-size:18px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.projectDetailBox .taskItem .left .email span{color:#466aff}.projectDetailBox .taskItem .left .leftWidth{width:270px}.projectDetailBox .taskItem .center{width:665px;text-align:left;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.projectDetailBox .taskItem .center .taskDesc{color:#6b6b6b;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.projectDetailBox .taskItem .center .taskUrl{color:#465474;font-size:16px;line-height:28px;margin-bottom:5px}.projectDetailBox .taskItem .center .taskUrl a{color:#466aff}.projectDetailBox .taskItem .center .applyBut{background-color:#466aff;border-color:#466aff}.projectDetailBox .taskItem .center .applyBut:hover{background-color:#5d7cff}.projectDetailBox .taskItem .center .applyBut:focus{background-color:#1140ff}.projectDetailBox .taskItem .center .taskReward{color:#f80}.projectDetailBox .taskItem .right{margin-top:35px;padding-right:10px;width:120px;font-weight:700;color:#f80;font-size:24px}.ant-popover.projectItemPopover{width:1200px;z-index:1000}.ant-popover.projectItemPopover .ant-popover-content .ant-popover-arrow{border-width:12px}.projectItemPopover .ant-popover-inner{transform:translateY(8px);background-image:linear-gradient(180deg,#f1f5ff,#fff);border:1px solid #fff;border-radius:4px;box-shadow:0 0 10px rgba(100,141,255,.2)}.projectItemPopover .ant-popover-inner .ant-popover-inner-content{padding:30px 30px 50px}.lookDetail{border-color:#466aff;color:#466aff}.lookDetail:hover{border-color:#5d7cff;color:#5d7cff}.lookDetail:focus{border-color:#1140ff;color:#1140ff}.projectBannerBox{position:relative}.projectBannerBox .stuApplytimeBox{background-image:url(/react/build/static/media/studentProject1.ff1915a1.png);position:absolute;color:#ffdc95;font-size:20px;bottom:28%;left:50%;margin-left:-250px;width:500px;height:60px;line-height:60px;text-align:center;background-size:100% 100%}.head_introduce{width:1200px;margin:0 auto;background:#e4edff;padding:20px}.head_tit{color:#000;font-size:15px;line-height:2}.head_content{color:#6c7283;font-size:14px;line-height:38px}.head_bold{font-weight:700;color:#333}
|
|
@ -1 +0,0 @@
|
|||
.glcc_project{background-color:#ebf2ff}.glcc_project .head{background-color:rgba(188,208,255,.27);border:1px solid #fff;text-align:center}.glcc_project .head a{padding:18px 20px 20px;display:inline-block;color:#273778;font-size:18px;font-weight:700;line-height:30px}.glcc_project .head a.active{border-bottom:1px solid #5474df}.glcc_project .head a:last-child{margin-left:40px}.glcc_project .gobackBox{width:1200px;margin:0 auto;padding:25px 0 12px;color:#202d40;font-size:16px;border-bottom:1px dashed #bec5d5}.glcc_project .gobackBox a{color:#a4aabb}.glcc_project .listBox{background-image:linear-gradient(180deg,#ebf2ff,#ebf2ff 43.09%,#f3f4f8);position:relative}.glcc_project .listBox .bgPng3,.glcc_project .listBox .bgPng4{width:146px;position:absolute;z-index:0;top:162px;left:100px}.glcc_project .listBox .bgPng4{top:450px;left:auto;right:310px}.glcc-banner{width:100%}.projectDetailBox{word-break:break-all;font-size:15px;line-height:30px}.projectDetailBox.byTask{background-image:linear-gradient(180deg,#f1f5ff,#fff);border:1px solid #fff;border-radius:4px;box-shadow:0 0 10px rgba(100,141,255,.2);padding:30px 30px 50px}.projectDetailBox.byTask .taskItem .center{width:640px}.projectDetailBox.nodata{width:200px}.projectDetailBox .projectDetailHead{color:#465474;padding-bottom:12px;border-bottom:1px dashed #bec5d5;line-height:36px}.projectDetailBox .projectDetailHead.byResult{margin:-15px -10px -40px;border-bottom:none}.projectDetailBox .projectDetailHead .name{font-weight:700;color:#3753c5;font-size:20px}.projectDetailBox .projectDetailHead .type{display:inline-block;border:1px solid #6680bb;border-radius:4px;margin-left:12px;padding:4px 6px;line-height:26px}.projectDetailBox .projectDetailHead .linkUrl{color:#466aff}.projectDetailBox .taskItem{display:flex;justify-content:space-between;border:1px solid #fff}.projectDetailBox .taskItem:hover{box-shadow:0 0 12px rgba(71,105,198,.4)}.projectDetailBox .taskItem .oneLine{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projectDetailBox .taskItem .left{width:316px;background-image:url(/build/static/media/projectDetailTaskBg.66b1fb2d.png);background-size:100% 100%;padding:22px 20px;color:#25304a}.projectDetailBox .taskItem .left .taskTitle{color:#1834a7;font-size:18px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.projectDetailBox .taskItem .left .email span{color:#466aff}.projectDetailBox .taskItem .left .leftWidth{width:270px}.projectDetailBox .taskItem .center{width:665px;text-align:left;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.projectDetailBox .taskItem .center .taskDesc{color:#6b6b6b;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.projectDetailBox .taskItem .center .taskUrl{color:#465474;font-size:16px;line-height:28px;margin-bottom:5px}.projectDetailBox .taskItem .center .taskUrl a{color:#466aff}.projectDetailBox .taskItem .center .applyBut{background-color:#466aff;border-color:#466aff}.projectDetailBox .taskItem .center .applyBut:hover{background-color:#5d7cff}.projectDetailBox .taskItem .center .applyBut:focus{background-color:#1140ff}.projectDetailBox .taskItem .center .taskReward{color:#f80}.projectDetailBox .taskItem .right{margin-top:35px;padding-right:10px;width:120px;font-weight:700;color:#f80;font-size:24px}.ant-popover.projectItemPopover{width:1200px;z-index:1000}.ant-popover.projectItemPopover .ant-popover-content .ant-popover-arrow{border-width:12px}.projectItemPopover .ant-popover-inner{transform:translateY(8px);background-image:linear-gradient(180deg,#f1f5ff,#fff);border:1px solid #fff;border-radius:4px;box-shadow:0 0 10px rgba(100,141,255,.2)}.projectItemPopover .ant-popover-inner .ant-popover-inner-content{padding:30px 30px 50px}.lookDetail{border-color:#466aff;color:#466aff}.lookDetail:hover{border-color:#5d7cff;color:#5d7cff}.lookDetail:focus{border-color:#1140ff;color:#1140ff}.projectBannerBox{position:relative}.projectBannerBox .stuApplytimeBox{background-image:url(/build/static/media/studentProject1.ff1915a1.png);position:absolute;color:#ffdc95;font-size:20px;bottom:28%;left:50%;margin-left:-250px;width:500px;height:60px;line-height:60px;text-align:center;background-size:100% 100%}.head_introduce{width:1200px;margin:0 auto;background:#e4edff;padding:20px}.head_tit{color:#000;font-size:15px;line-height:2}.head_content{color:#6c7283;font-size:14px;line-height:38px}.head_bold{font-weight:700;color:#333}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
.projectListBox{width:1200px;margin:0 auto;position:relative;z-index:1;display:flex;flex-wrap:wrap}.projectListBox .projectItem{position:relative;width:30%;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85));border:1px solid #fff;border-radius:4px;box-shadow:0 0 8px rgba(93,131,255,.26);text-align:center;margin-bottom:50px;background-image:url(/react/build/static/media/projectBg.774764d7.png);background-size:100% 100%;margin-left:5%}.projectListBox .projectItem.firstBox{margin-left:0}.projectListBox .projectItem:hover{cursor:pointer;background-image:none;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85))}.projectListBox .projectItem .border{height:5px;background-color:#657edf;border-radius:2px 2px 0 0}.projectListBox .projectItem .projectLogoStar{position:absolute;top:30px;right:130px;width:28px;z-index:10;transform:rotate(46deg)}.projectListBox .projectItem .projectLogo{position:relative;width:100px;height:100px;border:1px solid #fff;background-color:#fff;border-radius:50%;text-align:center;overflow:hidden;margin:25px auto 10px;line-height:95px}.projectListBox .projectItem .projectLogo .projectLogoImg{width:100%}.projectListBox .projectItem .titleGlcc{color:#2a51bf;font-size:17px;line-height:30px;margin-bottom:15px;padding:0 50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projectListBox .projectItem .intro{color:#4f5d84;font-size:15px;margin-bottom:15px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;text-align:left;padding:0 14px}.lastLineScroll{max-height:280px;overflow-y:scroll}.lastTwoScroll{max-height:520px;overflow-y:scroll}
|
||||
.projectListBox{width:1200px;margin:0 auto;position:relative;z-index:1;display:flex;flex-wrap:wrap}.projectListBox .projectItem{position:relative;width:30%;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85));border:1px solid #fff;border-radius:4px;box-shadow:0 0 8px rgba(93,131,255,.26);text-align:center;margin-bottom:50px;background-image:url(/react/build/static/media/projectBg.774764d7.png);background-size:100% 100%;margin-left:5%}.projectListBox .projectItem.firstBox{margin-left:0}.projectListBox .projectItem:hover{cursor:pointer;background-image:none;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85))}.projectListBox .projectItem .border{height:5px;background-color:#657edf;border-radius:2px 2px 0 0}.projectListBox .projectItem .projectLogoStar{position:absolute;top:30px;right:130px;width:28px;z-index:10;transform:rotate(46deg)}.projectListBox .projectItem .projectLogo{position:relative;width:100px;height:100px;border:1px solid #fff;background-color:#fff;border-radius:50%;text-align:center;overflow:hidden;margin:25px auto 10px;line-height:95px}.projectListBox .projectItem .projectLogo .projectLogoImg{width:100%}.projectListBox .projectItem .title{color:#2a51bf;font-size:17px;line-height:30px;margin-bottom:15px;padding:0 50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projectListBox .projectItem .intro{color:#4f5d84;font-size:15px;margin-bottom:15px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;text-align:left;padding:0 14px}.lastLineScroll{max-height:280px;overflow-y:scroll}.lastTwoScroll{max-height:520px;overflow-y:scroll}
|
|
@ -1 +1 @@
|
|||
.projectListBox{display:flex;flex-wrap:wrap}.projectListBox .projectItem{position:relative;width:30%;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85));border:1px solid #fff;border-radius:4px;box-shadow:0 0 8px rgba(93,131,255,.26);text-align:center;margin-bottom:50px;background-image:url(/react/build/static/media/projectBg.774764d7.png);background-size:100% 100%;margin-left:5%}.projectListBox .projectItem.firstBox{margin-left:0}.projectListBox .projectItem:hover{cursor:pointer;background-image:none;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85))}.projectListBox .projectItem .border{height:5px;background-color:#657edf;border-radius:2px 2px 0 0}.projectListBox .projectItem .projectLogoStar{position:absolute;top:30px;right:130px;width:28px;z-index:10;transform:rotate(46deg)}.projectListBox .projectItem .projectLogo{position:relative;width:100px;height:100px;border:1px solid #fff;background-color:#fff;border-radius:50%;text-align:center;overflow:hidden;margin:25px auto 10px;line-height:95px}.projectListBox .projectItem .projectLogo .projectLogoImg{width:100%}.projectListBox .projectItem .titleGlcc{color:#2a51bf;font-size:17px;line-height:30px;margin-bottom:15px;padding:0 50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projectListBox .projectItem .intro{color:#4f5d84;font-size:15px;margin-bottom:15px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;text-align:left;padding:0 14px}.lastLineScroll{max-height:220px;overflow-y:scroll}.lastTwoScroll{max-height:500px;overflow-y:scroll}
|
||||
.projectListBox{display:flex;flex-wrap:wrap}.projectListBox .projectItem{position:relative;width:30%;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85));border:1px solid #fff;border-radius:4px;box-shadow:0 0 8px rgba(93,131,255,.26);text-align:center;margin-bottom:50px;background-image:url(/react/build/static/media/projectBg.774764d7.png);background-size:100% 100%;margin-left:5%}.projectListBox .projectItem.firstBox{margin-left:0}.projectListBox .projectItem:hover{cursor:pointer;background-image:none;background-image:linear-gradient(180deg,rgba(232,237,255,.85),hsla(0,0%,100%,.85))}.projectListBox .projectItem .border{height:5px;background-color:#657edf;border-radius:2px 2px 0 0}.projectListBox .projectItem .projectLogoStar{position:absolute;top:30px;right:130px;width:28px;z-index:10;transform:rotate(46deg)}.projectListBox .projectItem .projectLogo{position:relative;width:100px;height:100px;border:1px solid #fff;background-color:#fff;border-radius:50%;text-align:center;overflow:hidden;margin:25px auto 10px;line-height:95px}.projectListBox .projectItem .projectLogo .projectLogoImg{width:100%}.projectListBox .projectItem .title{color:#2a51bf;font-size:17px;line-height:30px;margin-bottom:15px;padding:0 50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projectListBox .projectItem .intro{color:#4f5d84;font-size:15px;margin-bottom:15px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;text-align:left;padding:0 14px}.lastLineScroll{max-height:220px;overflow-y:scroll}.lastTwoScroll{max-height:500px;overflow-y:scroll}
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
.private-letter{border-radius:4px 4px 0 0;border:1px solid hsla(0,0%,59.2%,.24);display:flex}.private-letter .currentImg{width:40px;height:40px;margin-left:0}.private-letter .private-letter-img+.ant-badge-count{top:2px;right:5px}.pl-content{flex:auto}.pl-content .pl-name{height:3rem;border-bottom:1px solid #eee}.pl-content .pl-name>a{position:relative;left:26px;color:#999}.pl-content .pl-name span{font-size:16px;font-weight:600;color:#333;flex:auto;text-align:center}.pl-content .plcontent-list{height:24rem;padding:20px;overflow-y:scroll}.pl-content .plcontent-list .plclo{margin-bottom:30px}.pl-content .plcontent-list .notice-my{flex-direction:row-reverse}.pl-content .plcontent-list .notice-my .pld01{left:0}.pl-content .plcontent-list .notice-content{padding:8px 10px;background:#f4f4f4;border-radius:5px;position:relative;max-width:20rem}.pl-content .plcontent-list .notice-content .pld01{display:none}.pl-content .plcontent-list .notice-content:hover .pld01{display:block;position:absolute;right:0;bottom:-2em;color:#999;font-size:12px}.pl-content .plcontent-list .notice-content:hover .pld01:hover{color:#666}.pl-content .plcontent-list .message-bubble{position:relative;width:0;height:0;font-size:0;border:8px solid #fff;border-left-color:#f4f4f4}.pl-content .plcontent-list .mb-other{border-color:#fff #f4f4f4 #fff #fff}.pl-content .plcontent-list span{margin:0 10px;font-size:12px;color:#999;line-height:17px}.pl-content .private-letter-present{padding:20px}.pl-content .private-letter-present div{display:flex;align-items:center;justify-content:flex-end;flex:auto}.pl-content .private-letter-present .private-letter-cont-mt25{margin-top:8px;padding:0 22px}.pl-content .private-letter-present .private-letter-cont,.pl-content .private-letter-present .private-letter-cont .ant-input-suffix{background-color:#fafafa!important;margin-left:17px}.pl-content .private-letter-present .private-letter-cont{resize:none}.pl-content .private-letter-present .private-letter-cont:focus,.pl-content .private-letter-present .private-letter-cont:hover{background-color:#fafafa!important}.pl-list{width:30%;border-left:1px solid #eee}.pl-list .list-sort{justify-content:center;height:3rem;border-bottom:1px solid #eee}.pl-list .list-sort .ant-btn-primary{width:2.3rem;color:#466aff;background:#eff2ff;border:1px solid hsla(0,0%,59.2%,.24)}.pl-list .list-sort .ant-btn{padding:0}.pl-list .list-scroll{height:32.4rem;overflow-y:scroll}.pl-list .list-scroll-content{padding:10px 10px 15px 15px;border-bottom:1px solid #eee}.pl-list .list-scroll-content:hover{background:#f3f4f6}.pl-list .list-scroll-content a{display:none}.pl-list .list-scroll-content:hover a{display:block;color:#466aff}.pl-list .ls-cont{width:13rem;margin-left:15px;justify-content:space-between}.pl-list .ls-cont .ls-content-span{max-width:11rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.vertical-center-style{display:flex;align-items:center}img{width:45x;height:45px}
|
||||
.private-letter{border-radius:4px 4px 0 0;border:1px solid hsla(0,0%,59.2%,.24);display:flex}.private-letter .currentImg{width:40px;height:40px;margin-left:0}.private-letter .private-letter-img+.ant-badge-count{top:2px;right:5px}.pl-content{flex:auto}.pl-content .pl-name{height:3rem;border-bottom:1px solid #eee}.pl-content .pl-name>a{position:relative;left:26px;color:#999}.pl-content .pl-name span{font-size:16px;font-weight:600;color:#333;flex:auto;text-align:center}.pl-content .plcontent-list{height:24rem;padding:20px;overflow-y:scroll}.pl-content .plcontent-list .plclo{margin-bottom:30px}.pl-content .plcontent-list .notice-my{flex-direction:row-reverse}.pl-content .plcontent-list .notice-my .pld01{left:0}.pl-content .plcontent-list .notice-content{padding:8px 10px;background:#f4f4f4;border-radius:5px;position:relative;max-width:20rem}.pl-content .plcontent-list .notice-content .pld01{display:none}.pl-content .plcontent-list .notice-content:hover .pld01{display:block;position:absolute;right:0;bottom:-2em;color:#999;font-size:12px}.pl-content .plcontent-list .notice-content:hover .pld01:hover{color:#666}.pl-content .plcontent-list .message-bubble{position:relative;width:0;height:0;font-size:0;border:8px solid #fff;border-left-color:#f4f4f4}.pl-content .plcontent-list .mb-other{border-color:#fff #f4f4f4 #fff #fff}.pl-content .plcontent-list span{margin:0 10px;font-size:12px;color:#999;line-height:17px}.pl-content .private-letter-present{padding:20px}.pl-content .private-letter-present div{display:flex;align-items:center;justify-content:flex-end;flex:auto}.pl-content .private-letter-present .private-letter-cont-mt25{margin-top:8px;padding:0 22px}.pl-content .private-letter-present .private-letter-cont,.pl-content .private-letter-present .private-letter-cont .ant-input-suffix{background-color:#fafafa!important;margin-left:17px}.pl-content .private-letter-present .private-letter-cont{resize:none}.pl-content .private-letter-present .private-letter-cont:focus,.pl-content .private-letter-present .private-letter-cont:hover{background-color:#fafafa!important}.pl-list{width:30%;border-left:1px solid #eee}.pl-list .list-sort{justify-content:center;height:3rem;border-bottom:1px solid #eee}.pl-list .list-sort .ant-btn-primary{width:2.3rem;color:#466aff;background:#eff2ff;border:1px solid hsla(0,0%,59.2%,.24)}.pl-list .list-sort .ant-btn{padding:0}.pl-list .list-scroll{height:32.4rem;overflow-y:scroll}.pl-list .list-scroll-content{padding:10px 10px 15px 15px;border-bottom:1px solid #eee}.pl-list .list-scroll-content:hover{background:#f3f4f6}.pl-list .list-scroll-content a{display:none}.pl-list .list-scroll-content:hover a{display:block;color:#466aff}.pl-list .ls-cont{width:13rem;margin-left:15px;justify-content:space-between}.pl-list .ls-cont .ls-content-span{max-width:11rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.vertical-center-style{display:flex;align-items:center}img{width:45x;height:45px}.notice-manager-tip{font-size:16px;font-weight:400}.manager-cont-top{font-size:14px;font-weight:600;height:44px;padding-left:20px;background:#fafcff;border:1px solid #89a4f7;line-height:44px;border-top-left-radius:3px;border-top-right-radius:3px;margin-top:25px}.manager-cont{padding:8px 20px 6px;display:flex;align-items:center;font-size:14px}.manager-cont .manager-cont-title{width:320px}.notice01 .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}.notice01 .ant-checkbox-disabled .ant-checkbox-inner{background-color:#999!important;border-color:#999!important}.notice01 .ant-checkbox-checked .ant-checkbox-inner{background-color:#466aff;border:#466aff}.notice01 .ant-checkbox-checked:after{border:1px solid #466aff}.notice01 .ant-checkbox-input:focus+.ant-checkbox-inner,.notice01 .ant-checkbox-wrapper:hover .ant-checkbox-inner,.notice01 .ant-checkbox:hover .ant-checkbox-inner,.notice01 .ant-radio-checked .ant-radio-inner,.notice01 .ant-radio-input:focus+.ant-radio-inner,.notice01 .ant-radio-wrapper:hover .ant-radio,.notice01 .ant-radio:hover .ant-radio-inner{border-color:#466aff}.notice01 .ant-checkbox+span,.notice01 .manager-cont-title{color:#000}.notice01 .ant-radio-inner:after{background-color:#466aff}.notice01 .but25{color:#fff}.notice01 .but25,.notice01 .but25:hover{background-color:#466aff;border-color:#466aff}.notice01 .but25:hover{opacity:.8}.notice01 .but25:active{opacity:1;background-color:#466aff;border-color:#466aff}.notice01 ::-webkit-scrollbar{width:5px}.notice01 ::-webkit-scrollbar-thumb{border-radius:6px;box-shadow:inset 0 0 6px #fff;background-color:#d4d4d4}.notice01 ::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #fff;background-color:#fff}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.bodies{height:100vh;width:100%;background-color:#f5f8ff}.bodies .logo{width:100%;background-color:#fff;padding:7px 26px}.bodies .content{padding-top:50px;margin:0 auto;width:570px}.bodies .content>p{height:42px;line-height:42px;font-weight:400;color:#000;font-size:30px;margin-bottom:32px!important;text-align:center}.bodies .content .panels{background-color:#fff;border-radius:6.6px;padding:32px 42px}.bodies .content .panels .panelsMenu{border-bottom:none!important;margin-bottom:36px!important}.bodies .content .panels .panelsMenu .ant-menu-item{padding:0;margin-right:60px!important}.bodies .content .panels .bind_form{padding-bottom:48px}.bodies .content .panels .bind_form .has-error .ant-input,.bodies .content .panels .bind_form .has-error .ant-input:focus,.bodies .content .panels .bind_form .has-error .ant-input:hover{border-color:#ff4d4f!important}.bodies .content .panels .bind_form .ant-btn-primary[disabled]{background-color:rgba(70,106,255,.55);color:#fff;border:none}.bodies .content .panels .bind_form .ant-input-group-addon{background-color:transparent}.bodies .content .panels .bind_form .ant-input{border-left:none;background-color:#fff!important}.bodies .content .panels .bind_form .ant-input:focus,.bodies .content .panels .bind_form .ant-input:hover{border-right:1px solid #ddd!important;border-color:#ddd!important;border-left:none!important}.bodies .content .panels .bind_form .codeBut{border:1px solid #466aff!important}.bodies .content .panels .bind_form .codeBut span{color:#466aff}.bodies .content .panels .bind_form .codeBut.disable{border:1px solid #ddd!important}.bodies .content .panels .bind_form .codeBut.disable span{color:#ddd}.bodies .content .panels .bind_form .login_register_head{display:flex;justify-content:space-between;align-items:center}.bodies .content .panels .bind_form .login_register_head>span:first-child{font-size:1.5em;font-weight:600;color:#000;line-height:1.5}.bodies .content .panels .bind_form .login_register_head .ant-btn{margin-left:15px}
|
|
@ -1 +0,0 @@
|
|||
.flexSpaceBetween{display:flex;justify-content:space-between;align-items:center}.wiki-main{width:1200px;min-height:400px;margin:20px auto 60px}.wiki-head{display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:64px;background:#fafcff;box-shadow:0 1px 4px 0 rgba(0,0,0,.13);border-radius:4px}.primaryText{color:#466aff}.welcome-main{text-align:center;background:#fafcff;border-radius:4px;border:1px solid rgba(42,97,255,.23)}.wiki-home .wiki-nav-parent{width:280px;flex:none}.wiki-nav{min-height:500px;background:#fff;border:1px solid hsla(0,0%,60%,.22);overflow-y:scroll;flex:none;color:#333}.wiki-nav .expendedAllAction{cursor:pointer;text-align:right;padding-right:15px;color:#466aff;border-bottom:1px solid #d0d0d0}.wiki-nav .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before,.wiki-nav .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before{background-color:#f4f6ff}.wiki-nav .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-switcher,.wiki-nav .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper.ant-tree-node-selected,.wiki-nav .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-switcher,.wiki-nav .ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper.ant-tree-node-selected{color:#466aff}.wikiSidebar .nodeBox{display:flex;align-items:flex-end;justify-content:space-between;padding-top:2px}.wikiSidebar .nodeBox .action{display:none}.wikiSidebar .nodeBox .action.ant-dropdown-open,.wikiSidebar .nodeBox:hover .action{display:block}.wikiSidebar .sidebarByWiki .ant-tree-node-content-wrapper{overflow:hidden}.wiki-body{display:flex}.wiki-body .wiki-content{flex:1;width:0}.wiki-body .commit-user-avator{width:1.5rem;height:1.5rem;margin-right:.35rem;border-radius:50%}.wiki-preview{overflow-y:scroll;height:100%}.wiki-preview .previewWiki{overflow-y:auto;width:20vw}.wiki-preview .wiki-nav{min-height:92vh;border:none;border-right:1px solid hsla(0,0%,60%,.22)}.wiki-preview .preview-head{display:flex;justify-content:space-between;align-items:center;padding:0 12rem 0 2rem;width:100%;height:8vh;background:#272f4c;color:#fff}.wiki-preview .preview-head-right{display:flex}.wiki-preview .preview-head-right .copy-desc{flex:none}.myself-modal .ant-modal-header{padding:9px 24px;background:#f8f8f8;border-bottom:1px solid #eee}.myself-modal .ant-modal-title{text-align:left}.myself-modal .ant-modal-close{top:0!important}.myself-modal .ant-modal-close-x{font-size:24px}.myself-modal .ant-modal-body{text-align:center}.myself-modal .ant-form-explain{text-align:left}.myself-modal .content-title{display:flex;justify-content:center;align-items:center;margin:2rem 0 1rem!important;font-size:16px;color:#333;letter-spacing:0;line-height:29px;font-weight:400;word-break:break-all}.myself-modal .red-circle{align-self:flex-start;color:#ca0002;font-size:1.5rem!important}.myself-modal .content-descibe{font-size:14px;color:#666;line-height:33px;font-weight:400}.myself-modal .ant-modal-footer{padding:2rem 0;text-align:center;border:0}.myself-modal .ant-modal-footer .ant-btn{min-width:6rem}.myself-modal .foot-submit{margin-left:3rem;color:#df0002}.myself-modal .foot-submit:hover{border-color:#df0002}.myself-modal .ant-btn-default:active,.myself-modal .ant-btn-default:focus,.myself-modal .ant-btn-default:hover{background:#f3f4f6;color:#333;border-color:#d0d0d0}
|
|
@ -0,0 +1 @@
|
|||
html[data-theme=zone]{--primary-color:#466aff;--light-color:rgba(70,106,255,0.85);--more-light-color:rgba(70,106,255,0.05);--linear-back-color:linear-gradient(89.9deg,rgba(70,106,255,0),rgba(70,106,255,0.09));--tag-back:rgba(70,106,255,0.12)}html[data-theme=zone1]{--primary-color:#089f7f;--more-light-color:rgba(7,165,131,0.05);--light-color:rgba(7,165,131,0.85);--linear-back-color:linear-gradient(89.9deg,rgba(7,165,131,0),rgba(7,165,131,0.09));--tag-back:rgba(142,147,161,0.1)}.zone_news{margin-top:-10px!important}.zone_news .zone_new_first{background:transparent!important;padding:0!important;flex:1;border-radius:4px;width:0}.zone_news .zone_new_first .slick-track{display:flex;height:100%}.zone_news .zone_new_first .slick-track .slick-slide{position:relative;height:100%}.zone_news .zone_new_first .slick-track .slick-slide div{height:100%}.zone_news .zone_new_first .slick-track .slick-slide div .newsBannerBox{display:flex;align-items:center;align-content:center}.zone_news .zone_new_first .slick-track .slick-slide div .newsImg{width:785px;height:590px;position:relative;z-index:1}.zone_news .zone_new_first .slick-slider{max-height:595px;overflow:hidden}.zone_news .zone_new_first .slick-slider:hover .slick-arrow{display:block!important;cursor:pointer;z-index:2}.zone_news .zone_new_first .slick-slider .slick-arrow{width:50px;height:50px;position:absolute;z-index:1000;display:none!important;background:transparent}.zone_news .zone_new_first .slick-slider .slick-arrow:hover i{color:hsla(0,0%,88.2%,.8)}.zone_news .zone_new_first .slick-slider .slick-arrow i{font-size:50px!important;color:hsla(0,0%,88.2%,.3);transition:.3s}.zone_news .zone_new_first .slick-slider .slick-arrow.slick-prev{left:10px}.zone_news .zone_new_first .slick-slider .slick-arrow.slick-next{right:10px}.zone_news .zone_new_first .slick-slider .slick-dots{width:260px;text-align:left;left:50%;margin-left:-115px;bottom:12%;position:absolute;display:flex!important;z-index:2}.zone_news .zone_new_first .slick-slider .slick-dots li{background-color:hsla(0,0%,88.2%,.5);position:relative;height:3px;width:46px;margin-right:15px}.zone_news .zone_new_first .slick-slider .slick-dots li:after{position:absolute;left:0;width:0;top:0;height:100%;content:"";transition:5.2s;transition-property:width}.zone_news .zone_new_first .slick-slider .slick-dots li.slick-active:after{background-color:#fff;width:100%}.zone_news .zone_new_first .slick-slider .slick-dots li button{position:absolute;width:100%;height:10px;left:0;background-color:transparent!important;border:none;cursor:pointer;color:transparent}.zone_news .zone_new_first .slick-slider .slick-dots li button:before{content:""}.zone_news .zone_new_three_ccf{margin-left:30px;display:flex;flex-direction:column;position:relative}.zone_news .zone_new_three_ccf .zone_n_value{margin-top:20px}.zone_news .zone_new_three_ccf .zone_n_value .photo{margin-bottom:3px}.zone_news .zone_new_three_ccf.spaceeTween{justify-content:space-between}.zone_news .zone_new_three_ccf.flexStart{justify-content:flex-start}.zone_news .zone_new_three_ccf.flexStart li{margin-bottom:30px}.zone_news .zone_new_three_ccf li{background-color:#fff;width:385px;padding:22px 20px 19px;border-radius:4px;margin-bottom:25px!important;position:relative;overflow:hidden;word-break:break-all}.zone_news .zone_new_three_ccf li:last-child{margin-bottom:0}.zone_news .zone_new_three_ccf .zone_n_title{height:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.zone_news .List{margin-bottom:80px;display:block}.zone_news .List .mainlist{display:inline-block;width:387px;background-color:#fff;box-shadow:0 0 20px rgba(35,54,185,.06);overflow:hidden;margin:-30px 10px 0;word-break:break-all;padding:20px}.zone_news .List .mainlist p{left:10px!important;left:5px;font-weight:700}.zone_news .List .mainlist p .you{float:right}.zone_news .List .mainlist p img{height:20px;margin-bottom:3px}.zone_news .List .mainlist li{margin:10px!important;list-style:inside}.zone_projects .zone_p_lists li{height:200px}.zone_projects .zone_p_lists li .z_p_language .tag{align-items:center;width:100%}.zone_projects .zone_p_lists li .z_p_language .tag_li{float:left;white-space:nowrap;position:relative;margin-right:10px!important;margin-bottom:10px!important;top:10px!important;border:0 solid;width:auto;height:24px;text-align:center;line-height:21px;background-color:var(--tag-back);border-radius:2px;color:var(--primary-color);font-size:13px;padding:0 3px!important}.in_title_a{height:44px;line-height:44px;font-weight:500;color:#1f2329;font-size:32px;text-align:center;margin-top:40px}.memberLevel_tag{padding:0 5px;line-height:25px;display:inline-block;border:1px solid var(--primary-color);color:var(--primary-color)}
|
|
@ -0,0 +1 @@
|
|||
.ceHead{border-bottom:1px solid #e0e6f5}.ceHead .ceTitle{font-weight:700;color:#151d40}#resource1,#resource2{position:relative;top:-15px;width:88px}.resourceBox .ant-form-item-children{display:flex;justify-content:space-between;position:relative}.resourceBox .ant-select{width:auto}.resourceBox .has-error .ant-select{color:#f5222d}.width50{width:60%}.width50.checkBox{width:75%}.width50 .height36{height:36px}.botItem .ant-form-item-label{line-height:30px}.botItem label{color:#202d40;font-size:15px}.botItem label.ant-checkbox-wrapper{line-height:30px;margin-top:10px}.botItem label:after{display:none}.botItem.introduce .ant-form-item-control-wrapper{margin-top:-15px;margin-bottom:0}.botItem.checkBox .ant-checkbox-group,.botItem.checkBox .ant-checkbox-group .ant-row{width:100%}.botItem.checkBox .ant-checkbox-group .color-99{padding-left:24px}.dashedBor{border-bottom:1px dashed #e0e6f5;margin-bottom:12px;margin-top:-20px}.resourceBox+.dashedBor{margin-top:-15px}.resourceTitle,.resourceTitleItem .ant-form-item-label{font-weight:700;color:#151d40;border-bottom:1px solid #e0e6f5;width:100%;text-align:left}.resourceTitleItem .ant-form-item-label label,.resourceTitle label{font-size:16px}.resourceTitleItem .ant-form-item-label{padding-bottom:10px}.resourceTitleItem .ant-checkbox-wrapper{margin-right:40px}.color-99{color:#99a2af}
|
|
@ -0,0 +1 @@
|
|||
.aboutPanels{padding:0 20px}.aboutPanels .aboutContent{border-radius:2px;width:100%;background-color:#fff;margin-top:20px;margin-bottom:30px}.aboutPanels .aboutContent .aboutTitle{height:50px;background-color:#fafcff;border:1px solid rgba(42,97,255,.23);border-radius:4px 4px 0 0;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.aboutPanels .aboutContent .boies{border:1px solid #d0d0d0;border-top:none}
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
.bodies{height:100vh;width:100%;background-color:#f5f8ff}.bodies .logo{width:100%;background-color:#fff;padding:7px 26px}.bodies .content{padding-top:50px;margin:0 auto;width:570px}.bodies .content>p{height:42px;line-height:42px;font-weight:400;color:#000;font-size:30px;margin-bottom:32px!important;text-align:center}.bodies .content .panels{background-color:#fff;border-radius:6.6px;padding:40px 32px}.bodies .content .panels .tips{border:1px solid #ff6f00;color:#ff6f00;background:rgba(255,111,0,.1);padding:5px 15px;border-radius:3px;line-height:22px;font-size:13px;margin-bottom:15px!important}.bodies .content .panels .panelsMenu{border-bottom:none!important;margin-bottom:36px!important}.bodies .content .panels .panelsMenu .ant-menu-item{padding:0;margin-right:60px!important}.bodies .content .panels .bind_form{padding-bottom:10px}.bodies .content .panels .bind_form .has-error .ant-input,.bodies .content .panels .bind_form .has-error .ant-input:focus,.bodies .content .panels .bind_form .has-error .ant-input:hover{border-color:#ff4d4f!important}.bodies .content .panels .bind_form .ant-btn-primary[disabled]{background-color:rgba(70,106,255,.55);color:#fff;border:none}.bodies .content .panels .bind_form .ant-input-group-addon{background-color:transparent}.bodies .content .panels .bind_form .ant-input{border-left:none;background-color:#fff!important}.bodies .content .panels .bind_form .ant-input:focus,.bodies .content .panels .bind_form .ant-input:hover{border-right:1px solid #ddd!important;border-color:#ddd!important;border-left:none!important}.bodies .content .panels .bind_form .codeBut{border:1px solid #466aff!important}.bodies .content .panels .bind_form .codeBut span{color:#466aff}.bodies .content .panels .bind_form .codeBut.disable{border:1px solid #ddd!important}.bodies .content .panels .bind_form .codeBut.disable span{color:#ddd}.bodies .content .panels .bind_form .login_register_head{display:flex;justify-content:space-between;align-items:center}.bodies .content .panels .bind_form .login_register_head>span:first-child{font-size:1.5em;font-weight:600;color:#000;line-height:1.5}.bodies .content .panels .bind_form .login_register_head .ant-btn{margin-left:15px}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.editPanel{display:flex;justify-content:right;padding:20px 20px 0 0}.editPanel .ant-btn.ant-btn-background-ghost{color:#d0d0d0}.editPanel .ant-btn.ant-btn-primary.ant-btn-background-ghost{border-color:#466aff;color:#466aff;margin-left:20px}.editPanel .ant-btn.ant-btn-primary.ant-btn-background-ghost:hover{background-color:#fff!important;border-color:#6684fe;color:#6684fe}.emptyDescBox{min-height:420px;background-color:#fafcff;border:1px solid rgba(42,97,255,.23);border-radius:4px 4px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px}.emptyDescBox .emptyMain{height:28px;line-height:28px;margin-top:22px;color:#333;font-size:20px;text-align:center}.emptyDescBox .emptyContent{display:flex;align-items:center;justify-content:center;flex-direction:column}.emptyDescBox .emptyContent .emptysub{margin-top:12px;line-height:23px;color:#333;font-size:14px;text-align:center;width:325px}.emptyDescBox .emptyContent .divider{width:400px;min-width:400px}.emptyDescBox .emptyContent .fullBtn{width:118px;text-align:center;height:36px;line-height:34px;color:#fff!important;border-radius:5px;background-color:#466aff;margin:0 auto}.emptyDescBox .emptyContent .fullBtn:hover{background-color:#6684fe}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.branchDropdown{border:1px solid #eee;border-radius:4px;display:flex;justify-content:center;height:40px;line-height:40px;min-width:220px}.branchDropdown .ant-dropdown-trigger{width:100%;padding:0 15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.branchOptions{width:220px;box-shadow:0 0 3px 1px hsla(0,0%,52.5%,.4);border-radius:3px;background:#fff;max-height:300px}.OptionsUl{min-height:50px;max-height:220px;overflow-y:auto}.OptionsUl li{height:30px;line-height:30px;cursor:pointer;padding:0 20px;margin:5px 0}.OptionsUl li:hover{background-color:#f0f0f0}.OptionsUl li a{display:block}.OptionsInput{height:32px;padding-left:4px;line-height:32px;width:100%}.branch-tagBox{border:1px solid #d0d0d0;border-radius:3px;height:32px;display:flex;align-items:center;cursor:pointer;min-width:104px}.branch-tagBox:hover{background-color:#f3f4f6}.branch-tagBox-list{background:#fff;box-shadow:0 4px 8px 2px hsla(0,0%,83.1%,.5);border-radius:4px}.branch-tagBox-list .ant-popover-arrow{display:none}.branch-tagBox-list.ant-popover.ant-popover-placement-bottom{padding-top:0}.branch-tagBox-list .branch-tagBox .ant-dropdown-link{display:block;flex:1;max-width:105px}.branch-tagBox-list .ant-popover-inner-content{padding:0}.overlayBranch{width:325px}.overlayBranch .navUl{margin-top:8px;height:30px;line-height:30px}.overlayBranch .navUl li{height:30px;line-height:30px;padding:0 5px;margin-left:20px!important}.overlayBranch .navUl li.ant-menu-item-selected{border-color:#466aff!important;color:#466aff!important}.overlayBranch .navUl li.ant-menu-item-active{border-color:transparent}.listTips{padding:20px 0;text-align:center}.urlMenu{line-height:30px;margin-bottom:10px;padding:15px 20px 0;border-bottom:none}.urlMenu li.ant-menu-item{height:30px;line-height:30px;padding:0 5px;margin-right:20px!important}.urlMenu li.ant-menu-item.ant-menu-item-active,.urlMenu li.ant-menu-item.ant-menu-item-selected{color:#333}.urlMenu li.ant-menu-item.ant-menu-item-selected{border-color:#466aff!important}.urlMenu li.ant-menu-item.ant-menu-item-active{border-color:transparent}.copytool{margin:0 10px}.buildResult{padding:10px 20px;background-color:#141414;color:#fff}.theme-btn{color:#466aff;cursor:pointer}.pageStateBox{border:1px solid #466aff;border-radius:5px;color:#466aff;padding:4px 6px;background-color:rgba(70,106,255,.09);line-height:12px}.pageStateBox.public{background-color:rgba(58,213,115,.08);border-color:#25c589;color:#25c589}.pageStateBox.private{background-color:rgba(230,126,34,.08);border-color:#e67e22;color:#e67e22}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
@media screen and (max-width:750px){#root{width:100%}.newContainers{min-width:unset}}.head_zone{height:4.4em;background-color:#183553;text-align:center;display:flex;align-items:center;justify-content:center;position:fixed;top:0;width:100%;z-index:10}.head_zone img{height:2em}.foot_zone{background-image:url(/react/build/static/media/f_banner.d7cab36a.png);background-size:100% 100%;height:26em;position:absolute;bottom:0;left:0;padding:1.6em 1.2em 0;justify-content:center;flex-direction:column}.foot_zone,.foot_zone .foot_ewm{width:100%;display:flex;align-items:center}.foot_zone .foot_ewm{justify-content:space-around;padding:1.2em}.foot_zone .foot_ewm li{display:flex;flex-direction:column;justify-content:center;text-align:center}.foot_zone .foot_ewm li img{width:7em;height:7em;margin-bottom:.8em}.foot_zone .foot_ewm li span{display:block;color:#444549;text-align:center;line-height:1.5em}.foot_zone .foot_copyright{padding:1em 0;border-top:1px solid rgba(129,131,138,.15);color:#63687a;font-size:1em;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.informationHead{border-bottom:1px solid #e0e6f5;font-weight:700;color:#151d40;font-size:16px}.basicInformationBox{width:800px;margin-right:55px;padding-bottom:50px}.basicInformationBox .labelBox{line-height:40px}.basicInformationBox .blueSpan{color:#466aff}.basicInformationBox .label{display:inline-block;width:76px}.basicInformationBox .tipBox{background-color:rgba(70,106,255,.07);border-radius:4px;color:#151d40;padding:8px 13px}.basicInformationBox .imgBox{width:30px;margin-right:25px}.basicInformationBox .grayCol{color:rgba(13,22,71,.65)}.basicInformationBox .miYaoBoxItem{padding:20px 0;border-bottom:1px dashed #e0e6f5}.basicInformationBox .miYaoBoxItem:hover{background-color:rgba(125,148,246,.05)}.basicInformationBox .miYaoBoxItem .copyBotInfo{display:flex;align-items:center}.basicInformationBox .miYaoBoxItem .oneLineSpan{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:680px}.basicInformationBox .basicInformationForm .width80{width:80%}.basicInformationBox .basicInformationForm .botItem{margin-bottom:5px}.basicInformationBox .basicInformationForm .botItem .ant-form-item-label{line-height:30px}.basicInformationBox .basicInformationForm .botItem.introduce .ant-form-item-control-wrapper{margin-top:-15px;margin-bottom:0}.advancedInformationBox,.jurisdictionBox{width:85%;padding-bottom:45px}.advancedInformationBox .grayBox{color:#99a2af}.advancedInformationBox .itemBox{padding:15px 0;border-bottom:1px dashed #e0e6f5}.advancedInformationBox .transferBotStatus{background-color:rgba(70,106,255,.09);border:1px solid #466aff;border-radius:4px;color:rgba(0,0,0,.65);display:flex;align-items:center}.advancedInformationBox .icon-yuyue-lishi-shijian{color:#466aff}.themeHeadModal .ant-modal-header{height:55px;padding:8px 25px;background-color:#466aff}.themeHeadModal .ant-modal-title{text-align:left;color:#fff;font-weight:400!important}.themeHeadModal .ant-modal-close-x{line-height:38px;font-size:18px;color:#fff}.themeHeadModal .makeOverTip{color:#202d40}.themeHeadModal .makeOverSubmit{margin:70px 145px}.themeHeadModal .ant-modal-body{background-image:linear-gradient(42.46deg,#fff,#fff 48.54%,#ebf0ff)}.themeHeadModal .makeOverErrorTip{color:#f60011}.putawayBox{width:100%}.putawayBox .putaHead{color:#151d40;border-bottom:1px solid #e0e6f5}.putawayBox .oneItem.ant-form-item{margin-bottom:6px}.putawayBox .oneItem.ant-form-item.introduce .ant-form-item-control-wrapper{margin-top:-15px}.putawayBox .selectBox{display:flex;justify-content:space-between}.putawayBox .selectBox .selectOne{width:48%}.putawayBox .putawayBut[disabled]{background-color:rgba(70,106,255,.56);border:none;color:#fff}
|
|
@ -1 +0,0 @@
|
|||
.tagTable{margin-top:9px}.tagTable thead tr th{display:none}.tagTable tbody .btn-83{margin:0 8px}.tagTable tbody tr:hover td{background-color:#fff!important}.tagTable tbody tr td{padding:20px 16px 15px;height:69px;color:#333}.tagTable tbody tr td div{font-weight:500}.tagTable tbody tr:last-child td{border-bottom:none!important}.tagTable .disabledBut{color:rgba(0,0,0,.25)!important;background-color:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.tagSpin{min-height:300px;position:relative}.tagBranch{padding-right:15px;text-overflow:ellipsis;overflow:hidden}.tagBranch .tagClass{font-weight:700;color:#40424a}.tagModel{font-weight:400;color:#898d9d;overflow:hidden;text-overflow:ellipsis}.tagModel .tagModelImg img{width:18px;height:18px;border-radius:50%}.f6_bor_but,.f6_bor_but:focus{color:#f60011;background-color:rgba(196,0,14,.09);border:1px solid #f60011;border-radius:5px}.f6_bor_but:focus:hover,.f6_bor_but:hover{color:#f60011;background-color:rgba(196,0,14,.18);border-color:#ff727c}.f6_bor_but:active,.f6_bor_but:focus:active{color:#f60011;background-color:rgba(196,0,14,.22);border-color:#f60011}.treeCopyTag{flex:1;display:flex;justify-content:center}.treeCopyTag .treeCopyTagBox{height:32px;background:#fafbfc;border-radius:4px;border:1px solid #d0d0d0;z-index:1;display:flex;align-items:center}.treeCopyTag .treeCopyTagBox>span{padding:0 15px;border-right:1px solid hsla(0,0%,60%,.4);height:100%;width:135px}.treeCopyTag .treeCopyTagBox>span img{margin-right:4px}.treeCopyTag .treeCopyTagBox>span a{color:#466aff}.treeCopyTag .treeCopyTagBox>span a:hover{text-decoration:underline}.treeCopyTag .treeCopyTagBox>i{margin:0 12px;color:#333!important}.treeCopyTag .treeCopyTagBox input{position:absolute;z-index:0;opacity:0;top:65px}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.branchDropdown{border:1px solid #eee;border-radius:4px;display:flex;justify-content:center;height:40px;line-height:40px;min-width:220px}.branchDropdown .ant-dropdown-trigger{width:100%;padding:0 15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.branchOptions{width:220px;box-shadow:0 0 3px 1px hsla(0,0%,52.5%,.4);border-radius:3px;background:#fff;max-height:300px}.OptionsUl{min-height:50px;max-height:220px;overflow-y:auto}.OptionsUl li{height:30px;line-height:30px;cursor:pointer;padding:0 20px;margin:5px 0}.OptionsUl li:hover{background-color:#f0f0f0}.OptionsUl li a{display:block}.OptionsInput{height:32px;padding-left:4px;line-height:32px;width:100%}.branch-tagBox{border:1px solid #d0d0d0;border-radius:3px;height:32px;display:flex;align-items:center;cursor:pointer;min-width:104px}.branch-tagBox:hover{background-color:#f3f4f6}.branch-tagBox-list{background:#fff;box-shadow:0 4px 8px 2px hsla(0,0%,83.1%,.5);border-radius:4px}.branch-tagBox-list .ant-popover-arrow{display:none}.branch-tagBox-list.ant-popover.ant-popover-placement-bottom{padding-top:0}.branch-tagBox-list .branch-tagBox .ant-dropdown-link{display:block;flex:1;max-width:105px}.branch-tagBox-list .ant-popover-inner-content{padding:0}.overlayBranch{width:325px}.overlayBranch .navUl{margin-top:8px;height:30px;line-height:30px}.overlayBranch .navUl li{height:30px;line-height:30px;padding:0 5px;margin-left:20px!important}.overlayBranch .navUl li.ant-menu-item-selected{border-color:#466aff!important;color:#466aff!important}.overlayBranch .navUl li.ant-menu-item-active{border-color:transparent}.listTips{padding:20px 0;text-align:center}.urlMenu{line-height:30px;margin-bottom:10px;padding:15px 20px 0;border-bottom:none}.urlMenu li.ant-menu-item{height:30px;line-height:30px;padding:0 5px;margin-right:20px!important}.urlMenu li.ant-menu-item.ant-menu-item-active,.urlMenu li.ant-menu-item.ant-menu-item-selected{color:#333}.urlMenu li.ant-menu-item.ant-menu-item-selected{border-color:#466aff!important}.urlMenu li.ant-menu-item.ant-menu-item-active{border-color:transparent}.copytool{margin:0 10px}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
.avatarBox{position:relative}.avatarBox .ant-modal-header{background-color:#f2f2ff}.avatarBox .ant-modal-header .ant-modal-title{text-align:left}.avatarBox .ant-modal-body{position:relative}.avatarBox .avatarDiv{display:flex;position:relative;min-height:320px}.avatarBox .avatarDiv .tipsPosi{position:absolute;width:100%;text-align:center;top:40%;height:30px;margin-top:-15px}.avatarBox .avatarDiv .previewBox{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-left:auto}.avatarBox .avatarDiv .previewBox .uploadBtn{margin-bottom:30px;display:flex}.avatarBox .avatarDiv .previewBox .uploadBtn a,.avatarBox .avatarDiv .previewBox .uploadBtn label{cursor:pointer;display:block;height:32px;line-height:30px;margin:0 10px;width:100px;border:1px solid #d0d0d0;background-color:#fff;border-radius:4px;text-align:center;color:#666}.avatarBox .avatarDiv .previewBox .uploadBtn a span,.avatarBox .avatarDiv .previewBox .uploadBtn label span{display:block}.avatarBox .avatarDiv .previewBox .uploadBtn a span .ant-upload.ant-upload-select,.avatarBox .avatarDiv .previewBox .uploadBtn label span .ant-upload.ant-upload-select{width:100%;height:32px}.avatarBox .avatarDiv .previewBox .uploadBtn a span .ant-upload-list,.avatarBox .avatarDiv .previewBox .uploadBtn label span .ant-upload-list{display:none}.avatarBox .avatarDiv .previewBox .uploadBtn a{background-color:#4154f1;color:#fff;border-color:#4154f1}.avatarBox .avatarDiv .previewBox .uploadBtn a:hover{color:#fff!important}.avatarBox .avatarDiv .previewImg{overflow:hidden;background-color:#fff;text-align:center;width:100px!important;height:100px!important}.avatarBox .avatarDiv .previewImg.ring{border-radius:50%}
|
|
@ -1 +1 @@
|
|||
.botList,.botListBox,.oneItemHead{display:flex}.botListBox,.botListPagination,.softheadContent{width:1200px;margin:0 auto}.softbotBox{background-color:#f5f7fa;padding-bottom:70px}.softbotHead{height:460px;background-size:100%;background-image:url(/react/build/static/media/banner.c3c2eb57.png)}.softbotHead .bigTit{color:#fff;font-size:38px;text-align:center}.softbotHead .softheadContent{padding:50px 0 100px}.softbotHead .gotoRegister{display:block;margin:40px auto 0;border-radius:0}.softbotHead .gotoRegister:hover{border:none}.botListBox{margin-top:50px}.botListNav{width:218px;background-image:linear-gradient(180deg,#f4f5f8,#fbfcfd);border:2px solid #fff}.botListNav .navItem{cursor:pointer;color:#4c5b76;padding:15px 0 15px 35px}.botListNav .navItem:first-child{color:#000}.botListNav .navItem.active{background-color:rgba(70,106,255,.09);color:#466aff;position:relative}.botListNav .navItem.active:before{content:"";width:4px;height:35px;background-color:#466aff;display:inline-block;position:absolute;left:0}.botListCont{width:100%;padding:30px 22px 80px 0;background-image:linear-gradient(180deg,#f3f5f8,#fff);box-shadow:inset 8px 6px 18px rgba(171,202,255,.24)}.botListCont .botListSearch .ant-input,.botListCont .botListSearch .ant-input-search-button{height:42px}.botListCont .botListSearch .ant-input{border-color:#fff;background-color:#f8fbff!important}.botListCont .botListSearch .ant-input:hover{border-color:#466aff}.botListCont .botListSearch .ant-input-search-button{width:60px}.botListCont .oneBotItem{cursor:pointer;width:297px;background-color:#f4f5f8;border:1px solid #fff;border-radius:2px;box-shadow:0 0 12px rgba(82,101,223,.09);margin-left:33px}.botListCont .oneBotItem .oneItemHead{align-items:center;background-image:url(/react/build/static/media/botOneBg.4fb56df5.png);color:rgba(13,22,71,.65);padding:15px 0 16px 12px}.botListCont .oneBotItem .oneItemHead .oneBotName{color:#151d40}.botListCont .oneBotItem .oneItemHead .oneBotImgBox{border-radius:50%;border:1px solid #fff;margin-right:15px;overflow:hidden}.botListCont .oneBotItem .oneItemHead .oneBotImgBox>img{width:50px;height:50px;object-fit:cover}.botListCont .oneBotItem .botIntro{margin:14px 17px 10px 14px;color:#8893af;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:56px}.botListCont .oneBotItem .degreeBox{color:#151d40;padding:0 0 12px 12px}.botListCont .oneBotItem .degreeBox>.icon-a-zu1404{color:#4c5b76}.botListCont .botList{flex-wrap:wrap;justify-content:flex-start}.botListCont .botList>.none_panels{margin:125px auto}.botListCont .botList .botLoading{margin:200px auto}.botListPagination{text-align:right}.oneBotLine{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:.8}
|
||||
.botList,.botListBox,.oneItemHead{display:flex}.botListBox,.botListPagination,.softheadContent{width:1200px;margin:0 auto}.softbotBox{background-color:#f5f7fa;padding-bottom:70px}.softbotHead{height:460px;background-size:100%;background-image:url(/react/build/static/media/banner.c3c2eb57.png)}.softbotHead .bigTit{color:#fff;font-size:38px;text-align:center}.softbotHead .softheadContent{padding:50px 0 100px}.softbotHead .gotoRegister{display:block;margin:40px auto 0;border-radius:0}.softbotHead .gotoRegister:hover{border:none}.botListBox{margin-top:50px}.botListNav{width:218px;background-image:linear-gradient(180deg,#f4f5f8,#fbfcfd);border:2px solid #fff}.botListNav .navItem{cursor:pointer;color:#4c5b76;padding:15px 0 15px 35px}.botListNav .navItem:first-child{color:#000}.botListNav .navItem.active{background-color:rgba(70,106,255,.09);color:#466aff;position:relative}.botListNav .navItem.active:before{content:"";width:4px;height:35px;background-color:#466aff;display:inline-block;position:absolute;left:0}.botListCont{width:100%;padding:30px 22px 80px 0;background-image:linear-gradient(180deg,#f3f5f8,#fff);box-shadow:inset 8px 6px 18px rgba(171,202,255,.24)}.botListCont .botListSearch .ant-input,.botListCont .botListSearch .ant-input-search-button{height:42px}.botListCont .botListSearch .ant-input{border-color:#fff;background-color:#f8fbff!important}.botListCont .botListSearch .ant-input:hover{border-color:#466aff}.botListCont .botListSearch .ant-input-search-button{width:60px}.botListCont .oneBotItem{cursor:pointer;width:297px;background-color:#f4f5f8;border:1px solid #fff;border-radius:2px;box-shadow:0 0 12px rgba(82,101,223,.09);margin-left:33px}.botListCont .oneBotItem .oneItemHead{align-items:center;background-image:url(/react/build/static/media/botOneBg.4fb56df5.png);color:rgba(13,22,71,.65);padding:15px 0 16px 12px}.botListCont .oneBotItem .oneItemHead .oneBotName{color:#151d40}.botListCont .oneBotItem .oneItemHead .oneBotImgBox{border-radius:50%;border:1px solid #fff;margin-right:15px;overflow:hidden}.botListCont .oneBotItem .oneItemHead .oneBotImgBox>img{width:50px;height:50px;object-fit:cover}.botListCont .oneBotItem .botIntro{margin:14px 17px 10px 14px;color:#8893af;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:56px}.botListCont .oneBotItem .degreeBox{color:#151d40;padding:0 0 12px 12px}.botListCont .oneBotItem .degreeBox>.icon-a-zu1404{color:#4c5b76}.botListCont .botList{flex-wrap:wrap;justify-content:flex-start}.botListCont .botList>.none_panels{margin:125px auto}.botListCont .botList .botLoading{margin:200px auto}.botListPagination{text-align:right}.oneBotLine{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0.8}
|
|
@ -1 +0,0 @@
|
|||
.flexSpaceBetween{display:flex;justify-content:space-between;align-items:center}.wiki-main{width:1200px;min-height:400px;margin:20px auto 60px}.wiki-head{display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:64px;background:#fafcff;box-shadow:0 1px 4px 0 rgba(0,0,0,.13);border-radius:4px}.primaryText{color:#466aff}.welcome-main{text-align:center;background:#fafcff;border-radius:4px;border:1px solid rgba(42,97,255,.23)}.wiki-home .wiki-nav-parent{width:280px;flex:none}.wiki-nav{min-height:500px;background:#fff;border:1px solid hsla(0,0%,60%,.22);overflow-y:scroll;flex:none;color:#333}.wiki-nav .expendedAllAction{cursor:pointer;text-align:right;padding-right:15px;color:#466aff;border-bottom:1px solid #d0d0d0}.wiki-nav .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before,.wiki-nav .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before{background-color:#f4f6ff}.wiki-nav .ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-switcher,.wiki-nav .ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper.ant-tree-node-selected,.wiki-nav .ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-switcher,.wiki-nav .ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper.ant-tree-node-selected{color:#466aff}.wikiSidebar .nodeBox{display:flex;align-items:flex-end;justify-content:space-between;padding-top:2px}.wikiSidebar .nodeBox .action{display:none}.wikiSidebar .nodeBox .action.ant-dropdown-open,.wikiSidebar .nodeBox:hover .action{display:block}.wikiSidebar .sidebarByWiki .ant-tree-node-content-wrapper{overflow:hidden}.wiki-body{display:flex}.wiki-body .wiki-content{flex:1;width:0}.wiki-body .commit-user-avator{width:1.5rem;height:1.5rem;margin-right:.35rem;border-radius:50%}.wiki-preview{overflow-y:scroll;height:100%}.wiki-preview .previewWiki{overflow-y:auto;width:20vw}.wiki-preview .wiki-nav{min-height:92vh;border:none;border-right:1px solid hsla(0,0%,60%,.22)}.wiki-preview .preview-head{display:flex;justify-content:space-between;align-items:center;padding:0 12rem 0 2rem;width:100%;height:8vh;background:#272f4c;color:#fff}.wiki-preview .preview-head-right{display:flex}.wiki-preview .preview-head-right .copy-desc{flex:none}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
.topWrapper{padding:20px 0;box-sizing:border-box;display:flex;justify-content:space-between;border-bottom:1px solid #eee;align-items:center}.topWrapper_btn_new{background:#fff;color:#5091ff!important;padding:0 12px;text-align:center;height:32px;line-height:32px;border-radius:4px;border:1px solid #5091ff}.versionInfo{display:flex;width:100%}.versionInfo_left{display:flex;width:182px;flex-direction:column;align-items:flex-end;padding-right:15px}.versionInfo_left>.color-grey-3{max-width:10rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.versionInfo_right{flex:1;display:flex;flex-direction:column;align-items:flex-start;border-left:1px solid #eee;position:relative;padding:0 30px 60px 24px}.versionInfo_right:before{position:absolute;left:-4px;top:0;content:"";width:8px;height:8px;background-color:#466aff;border-radius:50%}.versionInfo_right .sendAuthorImg{width:20px;height:20px;border-radius:50%;margin-right:5px}.versionInfo_right .body-show{padding:5px 10px 10px}.versionInfo_right .version-user{display:flex}.versionInfo_right .version-user>a>span{display:inline-block}.versionInfo_right .version-user>a>span img{width:30px;height:30px}.versionTag{display:inline;padding:0 9px;color:#fff;position:relative;margin-top:-8px;height:22px;line-height:20px;border-radius:4px}.versionTag:before{border:4px solid transparent;border-left-color:#ccc;z-index:9;right:-9px}.versionTag:after,.versionTag:before{position:absolute;content:"";width:0;height:0;top:6px}.versionTag:after{right:-7px;border:4px solid transparent;border-left-color:#fff;z-index:10}.versionFile{margin-top:5px;padding-top:20px;border-top:1px solid #eee;width:100%}.versionFile a{display:block;color:#333;font-weight:400;height:20px;margin-bottom:10px}.versionTag.yellow{border:1px solid #fbbc06;color:#fbbc06}.versionTag.yellow:before{border-left-color:#fbbc06}.versionTag.green{border:1px solid #2db44d;color:#2db44d}.versionTag.green:before{border-left-color:#2db44d}.versionTag.orange{border:1px solid #ff6e23;color:#ff6e23}.versionTag.orange:before{border-left-color:#ff6e23}.addReleaseBtn{text-align:right;margin-bottom:30px}.versionName{font-size:16px;color:#333;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;width:100%;height:18px;margin-top:-5px}.versionmilepostleft{padding:15px;margin-right:50px;width:80%}.topWrapper_btn_close{background:#504b4b}.topWrapper_btn_close,.topWrapper_btn_delete{color:#fff!important;padding:0 12px;text-align:center;height:32px;line-height:32px;border-radius:4px}.topWrapper_btn_delete{background:#da1010}.versionrighe{flex:2}.versionleft{flex:1;text-align:right;display:flex;justify-content:right}.version_line_one{height:45px}.version_line_one,.version_line_tpw{display:flex;margin:auto;border-left:1px solid #eee}.version_line_tpw{height:80px}.versiondiv{display:flex}.verwinth{width:80%}.opendversionetail{background:#21ba45}.closedversionetail,.opendversionetail{display:inline-block;color:#fff!important;padding:0 5px;text-align:center;height:25px;border-radius:4px;line-height:25px}.closedversionetail{background:#e60b0b}.versionrectangle{width:8px;height:8px;border-radius:100%;margin-top:15px;margin-left:-4px;margin-bottom:10px;background:#535151}.ver-middle{vertical-align:middle}.versionForm{flex:1;padding-right:40px;box-sizing:border-box}.versionForm .ant-input:hover,.versionForm .ant-select-auto-complete.ant-select .ant-input:hover{border-color:hsla(0,0%,60%,.8)}.versionTips{width:268px;box-sizing:border-box}.infosTip{border-bottom:1px solid #eee;color:#333;padding-bottom:26px;margin-bottom:26px;font-weight:400;text-align:justify}.infosTip:last-child{border-bottom:none}.dragBox{background:hsla(0,0%,60%,.04);border-radius:4px;border:1px dashed #d9d9d9;padding:20px}.dragBox .versionStyle{border:none!important;padding-bottom:20px}.dragBox .versionStyle .dragIcon{font-size:40px!important;color:#666!important;line-height:40px;height:40px;margin-bottom:14px;display:block}.dragBox .ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#eff4ff}.dragBox .ant-upload-list-item-info{padding:0 20px 0 8px}.dragBox .ant-upload-list-item-info>span,.set-ant-row .ant-row{display:flex;align-items:center}.set-ant-row .ant-row{height:20px}.itemInline{display:flex;align-items:flex-start;position:relative}.itemInline>p{position:absolute;bottom:-5px}.itemInline .ant-row{margin-bottom:0}.prerelease{padding-top:20px}.prerelease .ant-form-item-control{height:20px;line-height:20px}.releaseIndex{margin:30px auto;width:1200px}.emptyPanel{width:100%;background:#fafcff;border-radius:4px;border:1px solid rgba(42,97,255,.23);min-height:418px;display:flex;flex-direction:column;align-items:center;justify-content:center}.emptyPanel .operation{width:400px;border-top:1px solid #eee;padding-top:34px;text-align:center;margin-top:30px}.ant-form-item-control{line-height:normal}
|
|
@ -1 +1 @@
|
|||
.exploitHead,.makeOverItem,.makeOverResultItem,.softBotItem{display:flex;justify-content:space-between;align-items:center}.exploitHead{height:65px;border-bottom:1px solid #e0e6f5;color:#151d40}.makeOverResultItem{background-color:rgba(255,0,0,.04);border:1px solid #f60011;border-radius:4px;margin-top:16px;padding:0 15px;height:32px;color:rgba(0,0,0,.65)}.makeOverResultItem .circle{display:inline-block;width:14px;height:14px;text-align:center;line-height:14px;border-radius:50%;background-color:#cc0209;color:#fff;font-size:12px;margin-right:5px}.makeOverBox{background-color:rgba(59,105,255,.03);border:1px solid #ebf1ff;margin-top:16px;padding:12px 30px 0 12px}.makeOverBox .makeOverItem{border-bottom:1px dashed #e0e6f5;padding:10px 0;color:#99a2af}.makeOverBox .makeOverItem:first-child{margin-top:-12px}.makeOverBox .makeOverItem .fromUserNameBot{color:#99a2af}.makeOverBox .makeOverItem .fromUserNameBot:hover{color:#466aff}.makeOverBox .botName{color:#202d40}.softBotListBox{margin-top:16px;color:#202d40}.softBotListBox .softBotItem{border-bottom:1px dashed #e0e6f5;padding:20px 0 15px}.softBotListBox .imgBox{width:44px;height:44px;border-radius:50%;object-fit:cover}.nullBotsBox{border-radius:4px 4px 0 0;text-align:center;padding:25px 158px 65px}.nullBotsBox .showBigTip{color:#333;margin-top:16px;margin-bottom:22px!important}.nullBotsBox .showTip{color:#666}.botOneLine{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.botOneLine.botNameWarpBox{display:flex;align-items:center}.botNameBox{max-width:80%;display:inline-block}.statusBot{border:1px solid #466aff;border-radius:5px;color:#466aff;padding:4px 6px;background-color:rgba(70,106,255,.09);line-height:12px}.statusBot.public{background-color:rgba(58,213,115,.08);border-color:#25c589;color:#25c589}.statusBot.private{background-color:rgba(230,126,34,.08);border-color:#e67e22;color:#e67e22}.statusBot.error{background-color:rgba(252,186,190,.2784313725);border-color:#f60011;color:#f60011}
|
||||
.exploitHead,.makeOverItem,.makeOverResultItem,.softBotItem{display:flex;justify-content:space-between;align-items:center}.exploitHead{height:65px;border-bottom:1px solid #e0e6f5;color:#151d40}.makeOverResultItem{background-color:rgba(255,0,0,.04);border:1px solid #f60011;border-radius:4px;margin-top:16px;padding:0 15px;height:32px;color:rgba(0,0,0,.65)}.makeOverResultItem .circle{display:inline-block;width:14px;height:14px;text-align:center;line-height:14px;border-radius:50%;background-color:#cc0209;color:#fff;font-size:12px;margin-right:5px}.makeOverBox{background-color:rgba(59,105,255,.03);border:1px solid #ebf1ff;margin-top:16px;padding:12px 30px 0 12px}.makeOverBox .makeOverItem{border-bottom:1px dashed #e0e6f5;padding:10px 0;color:#99a2af}.makeOverBox .makeOverItem:first-child{margin-top:-12px}.makeOverBox .makeOverItem .fromUserNameBot{color:#99a2af}.makeOverBox .makeOverItem .fromUserNameBot:hover{color:#466aff}.makeOverBox .botName{color:#202d40}.softBotListBox{margin-top:16px;color:#202d40}.softBotListBox .softBotItem{border-bottom:1px dashed #e0e6f5;padding:20px 0 15px}.softBotListBox .imgBox{width:44px;height:44px;border-radius:50%;object-fit:cover}.nullBotsBox{border-radius:4px 4px 0 0;text-align:center;padding:25px 158px 65px}.nullBotsBox .showBigTip{color:#333;margin-top:16px;margin-bottom:22px!important}.nullBotsBox .showTip{color:#666}.botOneLine{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.botOneLine.botNameWarpBox{display:flex;align-items:center}.botNameBox{max-width:80%;display:inline-block}.statusBot{border:1px solid #466aff;border-radius:5px;color:#466aff;padding:4px 6px;background-color:rgba(70,106,255,.09);line-height:12px}.statusBot.public{background-color:rgba(58,213,115,.08);border-color:#25c589;color:#25c589}.statusBot.private{background-color:rgba(230,126,34,.08);border-color:#e67e22;color:#e67e22}.statusBot.error{background-color:rgba(252,186,190,.2784313725490196);border-color:#f60011;color:#f60011}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
.avatarBox{position:relative}.avatarBox .ant-modal-header{background-color:#f2f2ff}.avatarBox .ant-modal-header .ant-modal-title{text-align:left}.avatarBox .ant-modal-body{position:relative}.avatarBox .avatarDiv{display:flex;position:relative;min-height:320px}.avatarBox .avatarDiv .tipsPosi{position:absolute;width:100%;text-align:center;top:40%;height:30px;margin-top:-15px}.avatarBox .avatarDiv .previewBox{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-left:auto}.avatarBox .avatarDiv .previewBox .uploadBtn{margin-bottom:30px;display:flex}.avatarBox .avatarDiv .previewBox .uploadBtn a,.avatarBox .avatarDiv .previewBox .uploadBtn label{cursor:pointer;display:block;height:32px;line-height:30px;margin:0 10px;width:100px;border:1px solid #d0d0d0;background-color:#fff;border-radius:4px;text-align:center;color:#666}.avatarBox .avatarDiv .previewBox .uploadBtn a span,.avatarBox .avatarDiv .previewBox .uploadBtn label span{display:block}.avatarBox .avatarDiv .previewBox .uploadBtn a span .ant-upload.ant-upload-select,.avatarBox .avatarDiv .previewBox .uploadBtn label span .ant-upload.ant-upload-select{width:100%;height:32px}.avatarBox .avatarDiv .previewBox .uploadBtn a span .ant-upload-list,.avatarBox .avatarDiv .previewBox .uploadBtn label span .ant-upload-list{display:none}.avatarBox .avatarDiv .previewBox .uploadBtn a{background-color:#4154f1;color:#fff;border-color:#4154f1}.avatarBox .avatarDiv .previewBox .uploadBtn a:hover{color:#fff!important}.avatarBox .avatarDiv .previewImg{overflow:hidden;background-color:#fff;text-align:center;width:100px!important;height:100px!important}.avatarBox .avatarDiv .previewImg.ring{border-radius:50%}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue