diff --git a/public/site/css/common.css b/public/site/css/common.css index d5b0da2f1..31eaa0a8e 100644 --- a/public/site/css/common.css +++ b/public/site/css/common.css @@ -760,7 +760,6 @@ img { color: var(--text-color); } .get-started{ - width: 123px; display: inline-block; } .login-btn{ diff --git a/public/site/css/help.css b/public/site/css/help.css index a5fd87656..c1f6d6b24 100644 --- a/public/site/css/help.css +++ b/public/site/css/help.css @@ -1,158 +1,189 @@ /* 头部样式 */ -.nav{ - background-color: var(--pop-bg-color); - box-shadow: 0px 4px 9px var(--box-shadow-color); +.nav { + background-color: var(--pop-bg-color); + box-shadow: 0px 4px 9px var(--box-shadow-color); } -.help{ - position: relative; - margin: 56px 0 96px 0; - padding-top: 80px; + +.help { + position: relative; + margin: 56px 0 96px 0; + padding-top: 80px; } -.help-con{ - width: 100%; - max-width: 1280px; - margin: 0 auto; + +.help-con { + width: 100%; + max-width: 1280px; + margin: 0 auto; } -.help-layout{ - display: flex; - align-items: flex-start; + +.help-layout { + display: flex; + align-items: flex-start; } -.help-l{ - padding: 24px; - background: var(--bg-fa-color); - border-radius: 8px; - margin-right: 32px; - height: 95%; + +.help-l { + display: none; + padding: 24px; + background: var(--bg-fa-color); + border-radius: 8px; + margin-right: 32px; + height: 95%; } -.help-h5{ - color: var(--text-color); + +.help-h5 { + color: var(--text-color); } -.help-l-ul{ - width: 240px; - overflow: auto; - height: 82vh; + +.help-l-ul { + width: 240px; + overflow: auto; + height: 82vh; } -.l-ul-item{ - padding: 9px 16px; - cursor: pointer; - height: 22px; + +.l-ul-item { + padding: 9px 16px; + cursor: pointer; + height: 22px; } -.l-ul-item.active .txt{ - color: var(--txt-theme-color); + +.l-ul-item.active .txt { + color: var(--txt-theme-color); } -.l-ul-item.active{ - background-color: var(--bg-hover-color); - border-radius: 8px; + +.l-ul-item.active { + background-color: var(--bg-hover-color); + border-radius: 8px; } -.l-ul-item:hover{ - background: var(--bg-hover-color); - border-radius: 8px; + +.l-ul-item:hover { + background: var(--bg-hover-color); + border-radius: 8px; } -.txt{ - /* display: inline-block; */ - color: var(--txt-gray-color); + +.txt { + /* display: inline-block; */ + color: var(--txt-gray-color); } -.help-r{ - border-left: 1px solid var(--border-color); - padding-left: 32px; - position: relative; + +.help-r { + padding-left: 32px; + position: relative; } -.help-r::-webkit-scrollbar{ - width: 0 !important + +.help-r::-webkit-scrollbar { + width: 0 !important } -.help-pic1{ - position: relative; - padding-left: 34px; - width: auto; - height: 240px; - background: var(--txt-theme-color); - border-radius: 8px; - display: flex; - align-items: center; - overflow: hidden; + +.help-pic1 { + position: relative; + padding-left: 34px; + width: auto; + height: 240px; + background: var(--txt-theme-color); + border-radius: 8px; + display: flex; + align-items: center; + overflow: hidden; } -#help-pic1-svg{ - height: 100%; - position: absolute; - top: 0; - right: 0; + +#help-pic1-svg { + height: 100%; + position: absolute; + top: 0; + right: 0; } -.help-pic1-tips{ - max-width: 360px; + +.help-pic1-tips { + max-width: 360px; } -.help-pic1-tips-h2{ - color: #fff; - margin-bottom: 16px; + +.help-pic1-tips-h2 { + color: #fff; + margin-bottom: 16px; } -.help-pic1-tips-h6{ - color: #fff; + +.help-pic1-tips-h6 { + color: #fff; } -.help-h4{ - color: var(--text-color) !important; + +.help-h4 { + color: var(--text-color) !important; } -.help-h6{ - color: var(--txt-gray-color); + +.help-h6 { + color: var(--txt-gray-color); } -.help-h6-bold{ - color: var(--text-color) !important; + +.help-h6-bold { + color: var(--text-color) !important; } -.r-ul-item-pic1{ - display: block; - height: 316px; + +.r-ul-item-pic1 { + display: block; + height: 316px; } -.r-ul-item-pic2{ - display: block; - height: 418px; + +.r-ul-item-pic2 { + display: block; + height: 418px; } -.dots{ - background: url(../img/dots.svg) no-repeat; - width: 4px; - height: 4px; - display: block; - position: absolute; - left: 10px; - top: 10px; + +.dots { + background: url(../img/dots.svg) no-repeat; + width: 4px; + height: 4px; + display: block; + position: absolute; + left: 10px; + top: 10px; } -.help-t-768{ - display: flex; - align-items: center; - padding: 14px 16px; - background: var(--bg-fa-color); - border-radius: 8px; - margin-top: 16px; - cursor: pointer; - margin-bottom: 40px; + +.help-t-768 { + display: flex; + align-items: center; + padding: 14px 16px; + background: var(--bg-fa-color); + border-radius: 8px; + margin-top: 16px; + cursor: pointer; + margin-bottom: 40px; } -.help-t-prev{ - display: inline-block; - width: 14px; - margin-right: 8px; + +.help-t-prev { + display: inline-block; + width: 14px; + margin-right: 8px; } -.help-t-tit{ - font-weight: 400; - font-size: 16px; - line-height: 20px; - color: var(--txt-theme-color); + +.help-t-tit { + font-weight: 400; + font-size: 16px; + line-height: 20px; + color: var(--txt-theme-color); } -.help-drawer{ - position: fixed; - top: 0; - left: -90vw; - width: 75vw; - height: 100%; - padding: 22px 24px; - background-color: var(--pop-bg-color); - border: 1px solid var(--box-shadow-color); - box-shadow: var(--pop-box-shadow); - transition: all 0.5s ease-in-out; - z-index: 999; + +.help-drawer { + position: fixed; + top: 0; + left: -90vw; + width: 75vw; + height: 100%; + padding: 22px 24px; + background-color: var(--pop-bg-color); + border: 1px solid var(--box-shadow-color); + box-shadow: var(--pop-box-shadow); + transition: all 0.5s ease-in-out; + z-index: 999; } -.open-help-drawer{ - left: 0; + +.open-help-drawer { + left: 0; } -.help-t-768{ - display: none; + +.help-t-768 { + display: none; +} + +.filings { + border-top: 1px solid var(--border-color); } -.filings{ - border-top: 1px solid var(--border-color); -} \ No newline at end of file diff --git a/public/site/css/price.css b/public/site/css/price.css index f4e499419..e9e2c563e 100644 --- a/public/site/css/price.css +++ b/public/site/css/price.css @@ -186,4 +186,60 @@ /* 底部样式 */ .footer-layut{ border-top: var(--border-color) solid 1px; -} \ No newline at end of file +} +.BulletBox1{ + position: fixed; + display: none; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + background-color: #fff; + width: 430px; + text-align: center; + z-index: 9999; + border: 1px solid transparent; + border-radius: 18px; + box-sizing: border-box; + box-shadow: 0 4px 12px rgba(0,0,0,.15); +} +.BulletBox1 .top{ + width: 382px; + line-height: 20px; + padding: 22px 24px 20px 24px; + font-size: 18px; + color: #303133; + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: flex; + justify-content: space-between; +} +.BulletBox1 .content{ + width: 100%; + box-sizing: border-box; + line-height: 1.5; + font-size: 14px; + padding:16px 32px 2px 32px; + text-align: left; + color: rgb(96, 98, 102); +} +.BulletBox1 .bottom{ + width: 370px; + height: 34px; + padding: 20px 30px 22px 30px; + position: relative; +} +.BulletBox1 .bottom .BulletBox1Btn{ + position: absolute; + min-width: 100px; + right: 20px; + height: 34px; + line-height: 32px; + color: #fff; + background-color: #8bcf70; + border-color: #8bcf70; + cursor: pointer; + border-radius: 8px; + padding: 5px; +} diff --git a/public/site/site/en/about.html b/public/site/en/about.html similarity index 89% rename from public/site/site/en/about.html rename to public/site/en/about.html index 0d6dc444a..fff5c158b 100644 --- a/public/site/site/en/about.html +++ b/public/site/en/about.html @@ -5,12 +5,12 @@ DooTask - + - - - - + + + +
@@ -19,7 +19,7 @@ @@ -118,7 +118,7 @@
- 广西海豚有海信息科技公司,HITOSEA,海豚有海,广西海豚有海 + 广西海豚有海信息科技公司,HITOSEA,海豚有海,广西海豚有海

Company profile @@ -136,7 +136,7 @@
@@ -152,7 +152,7 @@
Support - Support + Support
@@ -262,12 +262,12 @@

We'd love to hear from you

@@ -302,7 +302,7 @@
- Copyright © 2022-2023 Dootask. All rights reserved. + Copyright © 2022-2023 DooTask. All rights reserved.

- + - + + + - + - \ No newline at end of file + diff --git a/public/site/site/en/product.html b/public/site/en/product.html similarity index 83% rename from public/site/site/en/product.html rename to public/site/en/product.html index 4f4e86602..8ea8cb030 100644 --- a/public/site/site/en/product.html +++ b/public/site/en/product.html @@ -5,12 +5,12 @@ DooTask - + - - - - + + + +
@@ -19,7 +19,7 @@ @@ -105,62 +105,62 @@
    - One product, many powerful tools + One product, many powerful tools
  • - Co-creation + Co-creation

    Co-creation

  • - Instant Messaging + Instant Messaging

    Instant Messaging

  • - Project Mgmt + Project Mgmt

    Project Mgmt

  • - Task Dashboard + Task Dashboard

    Task Dashboard

  • - Task Calendar + Task Calendar

    Task Calendar

  • - Bot Assistant + Bot Assistant

    Bot Assistant

  • - Team Mgmt + Team Mgmt

    Team Mgmt

  • - End-to-End Encryption + End-to-End Encryption

    End-to-End Encryption

  • - Multi-platform + Multi-platform

    Multi-platform

  • - One product, many powerful tools + One product, many powerful tools
  • - Teamwork without boundaries,No more document silos - Teamwork without boundaries,No more document silos + Teamwork without boundaries,No more document silos + Teamwork without boundaries,No more document silos
    • 01

      @@ -177,8 +177,8 @@
    • - Focused communication, efficient communication,Messages must reach communication without hindrance - Cloud synchronization for unrestricted access to historical information,Attend meetings anytime, anywhere + Focused communication, efficient communication,Messages must reach communication without hindrance + Cloud synchronization for unrestricted access to historical information,Attend meetings anytime, anywhere
      • 01

        @@ -204,8 +204,8 @@
      • - Focused communication, efficient communication,Messages must reach communication without hindrance - Cloud synchronization for unrestricted access to historical information,Attend meetings anytime, anywhere + Focused communication, efficient communication,Messages must reach communication without hindrance + Cloud synchronization for unrestricted access to historical information,Attend meetings anytime, anywhere
      • 01

        @@ -231,8 +231,8 @@
      • - Multi-style management templates,Project-based office, action visualization - Dynamic management, real-time monitoring,One-click archiving of associated documents + Multi-style management templates,Project-based office, action visualization + Dynamic management, real-time monitoring,One-click archiving of associated documents
        • 01

          @@ -258,8 +258,8 @@
        • - Multi-style management templates,Project-based office, action visualization - Dynamic management, real-time monitoring,One-click archiving of associated documents + Multi-style management templates,Project-based office, action visualization + Dynamic management, real-time monitoring,One-click archiving of associated documents
        • 01

          @@ -285,8 +285,8 @@
        • - Comprehensive insight into task data - Comprehensive insight into task data + Comprehensive insight into task data + Comprehensive insight into task data
          • 01

            @@ -298,8 +298,8 @@
          • - Accurate Timeline,Multiple calendar views - Accurate Timeline,Multiple calendar views + Accurate Timeline,Multiple calendar views + Accurate Timeline,Multiple calendar views
            • 01

              @@ -316,8 +316,8 @@
            • - Smart tips to bring technology closer to life - Artificial intelligence, realizing real-time communication with AI + Smart tips to bring technology closer to life + Artificial intelligence, realizing real-time communication with AI
              • 01

                @@ -334,8 +334,8 @@
              • - Fully enhance hierarchical organizational effectiveness - Multi-functional assistance for enterprise management teams + Fully enhance hierarchical organizational effectiveness + Multi-functional assistance for enterprise management teams
                • 01

                  @@ -352,8 +352,8 @@
                • - Control encryption keys for security and safety - Data classification encryption for secure synchronization + Control encryption keys for security and safety + Data classification encryption for secure synchronization
                  • 01

                    @@ -370,8 +370,8 @@
                  • - Multi-Platform Applications - Multi-Platform Applications + Multi-Platform Applications + Multi-Platform Applications
                    • 01

                      @@ -388,7 +388,7 @@
                      @@ -404,7 +404,7 @@
                      Support - Support + Support
                      - + + - + - + + + - + + - \ No newline at end of file + diff --git a/public/site/site/zh/product.html b/public/site/zh/product.html similarity index 82% rename from public/site/site/zh/product.html rename to public/site/zh/product.html index b5cf57fba..4714d3c65 100644 --- a/public/site/site/zh/product.html +++ b/public/site/zh/product.html @@ -5,12 +5,12 @@ DooTask - + - - - - + + + +
                      @@ -19,7 +19,7 @@ @@ -105,62 +105,62 @@
                        - 一个产品,多种强大的工具 + 一个产品,多种强大的工具
                      • - 协同创作 + 协同创作

                        协同创作

                      • - 即时沟通 + 即时沟通

                        即时沟通

                      • - 项目管理 + 项目管理

                        项目管理

                      • - 任务仪表盘 + 任务仪表盘

                        任务仪表盘

                      • - 任务日历 + 任务日历

                        任务日历

                      • - 机器人助手 + 机器人助手

                        机器人助手

                      • - 团队管理 + 团队管理

                        团队管理

                      • - 端到端加密 + 端到端加密

                        端到端加密

                      • - 多平台应用 + 多平台应用

                        多平台应用

                      • - 一个产品,多种强大的工具 + 一个产品,多种强大的工具
                      • - 团队协作无界限,不再是文件孤岛 - 团队协作无界限,不再是文件孤岛 + 团队协作无界限,不再是文件孤岛 + 团队协作无界限,不再是文件孤岛
                        • 01

                          @@ -177,8 +177,8 @@
                        • - 聚焦沟通高效交流,消息必达沟通无阻碍,云端同步查阅历史信息不受限,随时随地参会 - 聚焦沟通高效交流,消息必达沟通无阻碍,云端同步查阅历史信息不受限,随时随地参会 + 聚焦沟通高效交流,消息必达沟通无阻碍,云端同步查阅历史信息不受限,随时随地参会 + 聚焦沟通高效交流,消息必达沟通无阻碍,云端同步查阅历史信息不受限,随时随地参会
                          • 01

                            @@ -204,8 +204,8 @@
                          • - 聚焦沟通高效交流,消息必达沟通无阻碍,云端同步查阅历史信息不受限,随时随地参会 - 聚焦沟通高效交流,消息必达沟通无阻碍,云端同步查阅历史信息不受限,随时随地参会 + 聚焦沟通高效交流,消息必达沟通无阻碍,云端同步查阅历史信息不受限,随时随地参会 + 聚焦沟通高效交流,消息必达沟通无阻碍,云端同步查阅历史信息不受限,随时随地参会
                          • 01

                            @@ -231,8 +231,8 @@
                          • - 多样式管理模版,关联文件一键归档,项目化办公,行动可视化,动态管理,实时监控 - 多样式管理模版,关联文件一键归档,项目化办公,行动可视化,动态管理,实时监控 + 多样式管理模版,关联文件一键归档,项目化办公,行动可视化,动态管理,实时监控 + 多样式管理模版,关联文件一键归档,项目化办公,行动可视化,动态管理,实时监控
                            • 01

                              @@ -258,8 +258,8 @@
                            • - 多样式管理模版,关联文件一键归档,项目化办公,行动可视化,动态管理,实时监控 - 多样式管理模版,关联文件一键归档,项目化办公,行动可视化,动态管理,实时监控 + 多样式管理模版,关联文件一键归档,项目化办公,行动可视化,动态管理,实时监控 + 多样式管理模版,关联文件一键归档,项目化办公,行动可视化,动态管理,实时监控
                            • 01

                              @@ -285,8 +285,8 @@
                            • - 全面洞悉任务数据 - 全面洞悉任务数据 + 全面洞悉任务数据 + 全面洞悉任务数据
                              • 01

                                @@ -298,8 +298,8 @@
                              • - 精准掌握时间进度,多款日历视图 - 精准掌握时间进度,多款日历视图 + 精准掌握时间进度,多款日历视图 + 精准掌握时间进度,多款日历视图
                                • 01

                                  @@ -316,8 +316,8 @@
                                • - 智能提示,让科技贴近生活 - 智能提示,让科技贴近生活 + 智能提示,让科技贴近生活 + 智能提示,让科技贴近生活
                                  • 01

                                    @@ -334,8 +334,8 @@
                                  • - 全面提升层级化组织效能,多功能协助企业管理团队 - 全面提升层级化组织效能,多功能协助企业管理团队 + 全面提升层级化组织效能,多功能协助企业管理团队 + 全面提升层级化组织效能,多功能协助企业管理团队
                                    • 01

                                      @@ -352,8 +352,8 @@
                                    • - 掌控加密密钥,保障安全可靠 - 数据分类加密,实现安全同步 + 掌控加密密钥,保障安全可靠 + 数据分类加密,实现安全同步
                                      • 01

                                        @@ -370,8 +370,8 @@
                                      • - 多平台应用 - 多平台应用 + 多平台应用 + 多平台应用
                                        • 01

                                          @@ -388,7 +388,7 @@
                                          @@ -404,7 +404,7 @@
                                          支持 - 支持 + 支持
                                          - Copyright © 2022-2023 Dootask. All rights reserved. + Copyright © 2022-2023 DooTask. All rights reserved.
                                      - + +