jiangping
2025-07-07 9a0e2661c69fea29a0a53ecdf9e11333da9b9615
Merge remote-tracking branch 'origin/master'
已添加7个文件
已修改3个文件
294 ■■■■■ 文件已修改
web/.idea/.gitignore 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/.idea/misc.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/.idea/modules.xml 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/.idea/vcs.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/.idea/web.iml 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/assets/common.css 54 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/assets/home.css 80 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/assets/images/home_imga@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
web/assets/images/home_imgb@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
web/index.html 123 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/.idea/.gitignore
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,5 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
web/.idea/misc.xml
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="JavaScriptSettings">
    <option name="languageLevel" value="ES6" />
  </component>
</project>
web/.idea/modules.xml
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/.idea/web.iml" filepath="$PROJECT_DIR$/.idea/web.iml" />
    </modules>
  </component>
</project>
web/.idea/vcs.xml
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="VcsDirectoryMappings">
    <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
  </component>
</project>
web/.idea/web.iml
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
  <component name="NewModuleRootManager">
    <content url="file://$MODULE_DIR$">
      <excludeFolder url="file://$MODULE_DIR$/.tmp" />
      <excludeFolder url="file://$MODULE_DIR$/temp" />
      <excludeFolder url="file://$MODULE_DIR$/tmp" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
</module>
web/assets/common.css
@@ -68,6 +68,60 @@
}
ul li a {
    display: block;
    position: relative;
}
ul li:hover .drop-down {
    display: block;
}
.fa {
    position: fixed !important;
    left: 0 !important;
    width: 100vw !important;
    padding: 30px 0 !important;
    box-sizing: border-box !important;
}
.fa-content {
    width: 1200px;
    margin: 0 auto;
}
.fa-content-item {
    width: 100%;
}
.fa-content-item-label {
    font-weight: 600;
    font-size: 18px;
    color: #191B1F;
}
.fa-content-item-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.drop-down {
    position: absolute;
    top: 70px;
    left: -50px;
    width: 164px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0 7px 20px 0 rgba(0,0,0,0.1);
}
.drop-down-item {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
}
.drop-down-item:hover {
    font-weight: 500;
    color: #FF7900;
}
ul li {
    margin-right: 50px;
web/assets/home.css
@@ -720,3 +720,83 @@
  width: 100%;
  height: 100%;
}
.index-h {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #FAFBFF;
}
.h-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.h-content-left {
  width: 32%;
  display: flex;
  flex-direction: column;
}
.h-content-left-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.h-content-left-item:last-child {
  margin: 0 !important;
}
.h-content-left-item span {
  font-weight: bold;
  font-size: 18px;
  color: #191B1F;
}
.h-content-left-item img {
  width: 100%;
  height: 134px;
  margin-top: 20px;
}
.h-content-right {
  width: 32%;
}
.h-content-right-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.h-content-right-title span {
  font-weight: bold;
  font-size: 18px;
  color: #191B1F;
}
.h-content-right-title a {
  font-weight: 400;
  font-size: 13px;
  color: #7B7F87;
}
.h-content-row {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFE2E8;
}
.h-content-row-nr {
  width: 75%;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  white-space: nowrap; /* é˜²æ­¢æ–‡æœ¬æ¢è¡Œ */
  overflow: hidden; /* éšè—æº¢å‡ºçš„æ–‡æœ¬ */
  text-overflow: ellipsis; /* æ˜¾ç¤ºçœç•¥å· */
}
.h-content-row-date {
  width: 20%;
  font-weight: 400;
  font-size: 13px;
  color: #898B8F;
}
web/assets/images/home_imga@2x.png
web/assets/images/home_imgb@2x.png
web/index.html
@@ -28,9 +28,28 @@
                    </li>
                    <li>
                        <a href="./intelligent_system.html">智慧系统</a>
                        <div class="drop-down">
                            <a class="drop-down-item">智慧场馆运营系统</a>
                            <a class="drop-down-item">智慧场馆运维系统</a>
                        </div>
                    </li>
                    <li>
                        <a href="./solution.html">解决方案</a>
                        <div class="drop-down fa">
                            <div class="fa-content">
                                <div class="fa-content-item">
                                    <div class="fa-content-item-label">数智体育场馆 ></div>
                                    <div class="fa-content-item-list">
                                        <div class="fa-content-item-list-row">
                                            <img src="" alt="">
                                            <div class="fa-content-item-list-row-info">
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </li>
                    <li>
                        <a href="./alot.html">Alot物联</a>
@@ -492,6 +511,110 @@
                </div>
            </div>
        </div>
        <div class="index-h">
            <div class="index-fa-head">
                <span>资讯知识</span>
                <span>最新动态 ä¸Žæ‚¨åˆ†äº«</span>
            </div>
            <div class="h-content">
                <div class="h-content-left">
                    <div class="h-content-left-item">
                        <span>运营经验</span>
                        <img src="./assets/images/home_imga@2x.png" alt="" />
                    </div>
                    <div class="h-content-left-item">
                        <span>功能介绍</span>
                        <img src="./assets/images/home_imgb@2x.png" alt="" />
                    </div>
                </div>
                <div class="h-content-right">
                    <div class="h-content-right-title">
                        <span>行业资讯</span>
                        <a href="about.html">查看更多></a>
                    </div>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                </div>
                <div class="h-content-right">
                    <div class="h-content-right-title">
                        <span>市场信息</span>
                        <a href="about.html">查看更多></a>
                    </div>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                    <a class="h-content-row">
                        <div class="h-content-row-nr">
                            æ…§å±•场馆运营管理系统:重塑场馆数重塑场馆数重塑场馆数重塑场馆数
                        </div>
                        <div class="h-content-row-date">2025-06-12</div>
                    </a>
                </div>
            </div>
        </div>
        <div class="index-x">
            <div class="index-fa-head">
                <span>客户案例</span>