|
@@ -5,7 +5,7 @@
|
|
|
<div class="login-time">{{ time.txt }}</div>
|
|
|
<div class="login-left-box">
|
|
|
<div>
|
|
|
- <div class="logo">{{ getThemeConfig.globalViceTitle }}</div>
|
|
|
+ <!-- <div class="logo">{{ getThemeConfig.globalViceTitle }}</div>
|
|
|
<h2 class="title">{{ getThemeConfig.globalViceDes }}</h2>
|
|
|
<div class="msg">
|
|
|
<div class="msg-author">
|
|
@@ -13,6 +13,15 @@
|
|
|
<span>{{ quotations.comeFrom }}</span>
|
|
|
</div>
|
|
|
<div class="msg-txt">{{ quotations.content }}</div>
|
|
|
+ </div> -->
|
|
|
+ <div class="workspace-visual-about-header1">
|
|
|
+ <div>知识产权风控与组织记忆系统</div>
|
|
|
+ <div>Intellectual property risk Control and organizational memory system</div>
|
|
|
+ </div>
|
|
|
+ <div class="workspace-visual-about-content1">
|
|
|
+ <p>专利制度是企业参与市场竞争特别是国际化竞争所不能绕开的,只有充分的、熟练的掌握并利用好专利制度,才能在市场竞争中游刃有余,进而取得最大化的商业利益、国家利益。</p>
|
|
|
+ <p>知识产权分析是在专利制度的框架下,充分利用现有的产业和专利信息,运用大数据和专利分析的手段与方法进行分析、梳理、总结、判断,发现问题并给出解决问题的方案。</p>
|
|
|
+ <p>本系统为用户提供了一种知识产权风控体系和组织记忆的操作思路和方法,通过解决企业具体问题场景的方式,为用户提供了具有可操作性的参考,并由此协助企业形成自主知识传承、叠加、不断衍化提升并且能够重复再应用的核心智谋知识系统。</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -240,6 +249,40 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
+.workspace-visual-about-header1 {
|
|
|
+ text-align: center;
|
|
|
+ div:first-child {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 28px;
|
|
|
+ color: #3084e5;
|
|
|
+ }
|
|
|
+ div:last-child {
|
|
|
+ font-weight: 600;
|
|
|
+ font-size: 10px;
|
|
|
+ letter-spacing: 0.07em;
|
|
|
+ text-align: center;
|
|
|
+ color: #33233e;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .workspace-visual-about-content1 {
|
|
|
+ margin-top: 10px;
|
|
|
+ // width: 760px;
|
|
|
+ // height: 280px;
|
|
|
+ border-radius: 15px;
|
|
|
+ background: transparent;
|
|
|
+ // border: 1px solid #e5e5e5;
|
|
|
+ p {
|
|
|
+ text-indent: 2em;
|
|
|
+ margin: 10px;
|
|
|
+ // width: 719px;
|
|
|
+ // height: 52px;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 15px;
|
|
|
+ // line-height: 30px;
|
|
|
+ text-align: left;
|
|
|
+ color: #33233e;
|
|
|
+ }
|
|
|
+ }
|
|
|
.login {
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
@@ -288,7 +331,7 @@ export default {
|
|
|
z-index: 1;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- padding: 80px 45px;
|
|
|
+ padding: 80px 20px;
|
|
|
.logo {
|
|
|
font-size: 22px;
|
|
|
margin-bottom: 15px;
|