Explorar o código

提交官网的企业动态

Lijy hai 1 ano
pai
achega
1bb625cd78

+ 1 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/about.html

@@ -52,6 +52,7 @@
                             <li class="til"><a href="./mobile.html">手机版</a></li>
                             <li class="til"><a href="./index.html#pricing">产品定价</a></li>
                             <li class="til ons"><a href="./about.html">关于我们</a></li>
+                            <li class="til"><a href="./dynamic.html">企业动态</a></li>
                         </ul>
                     </div>
                 </div>

+ 86 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/css/dynamic.css

@@ -0,0 +1,86 @@
+.enterpriseDynamics {
+  display: flex;
+  justify-content: center;
+  margin-top: 10em;
+}
+.enterpriseDynamics .content {
+  width: 1140px;
+}
+.enterpriseDynamics .bifJournal {
+  width: 100%;
+}
+.enterpriseDynamics .bifJournal .headline {
+  margin: 10px 0 20px 0;
+  font-size: 40px;
+}
+.enterpriseDynamics .bifJournal .eachItem {
+  margin-left: 60px;
+  border-bottom: 1px solid #D7D7D7;
+  padding: 30px 20px;
+  display: flex;
+  justify-content: space-between;
+}
+.enterpriseDynamics .bifJournal .eachItem .eachItemImg {
+  width: 300px;
+  height: 200px;
+}
+.enterpriseDynamics .bifJournal .eachItem .eachItemImg img {
+  width: 100%;
+  height: 100%;
+}
+.enterpriseDynamics .bifJournal .eachItem .eachItemRight {
+  margin-left: 40px;
+  flex: 1;
+}
+.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightTilt {
+  font-size: 26px;
+}
+.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightText {
+  font-size: 18px;
+  margin-top: 10px;
+  margin-bottom: 10px;
+  line-height: 22px;
+  height: 135px;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
+.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightBum {
+  display: flex;
+  justify-content: space-between;
+  font-size: 16px;
+}
+.enterpriseDynamics .bifJournal .eachItem .eachItemRight .eachItemRightBum .ons {
+  color: #31B7F2;
+  cursor: pointer;
+}
+.enterpriseDynamics .bifJournal .paging {
+  display: flex;
+  justify-content: flex-end;
+  margin: 20px 0 30px 0;
+}
+.enterpriseDynamics .details {
+  margin: 20px 0px 40px 0;
+  min-height: 300px;
+}
+.enterpriseDynamics .details .detailsTil {
+  font-size: 26px;
+  text-align: center;
+  margin-bottom: 15px;
+  position: relative;
+}
+.enterpriseDynamics .details .detailsData {
+  display: flex;
+  justify-content: flex-end;
+  font-size: 18px;
+  margin-bottom: 15px;
+}
+.enterpriseDynamics .details .detailstext {
+  font-size: 18px;
+}
+.enterpriseDynamics .details .detailsBack {
+  position: absolute;
+  left: 0;
+  top: 0;
+  color: #31B7F2;
+  cursor: pointer;
+}

+ 86 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/css/dynamic.less

@@ -0,0 +1,86 @@
+.enterpriseDynamics {
+    display: flex;
+    justify-content: center;
+    margin-top: 10em;
+    .content {
+        width: 1140px;
+    }
+    .bifJournal {
+        width: 100%;
+        .headline {
+            margin: 10px 0 20px 0;
+            font-size: 40px;
+        }
+        .eachItem {
+            margin-left: 60px;
+            border-bottom: 1px solid #D7D7D7;
+            padding: 30px 20px;
+            display: flex;
+            justify-content: space-between;
+            .eachItemImg {
+                width: 300px;
+                height: 200px;
+                img {
+                    width: 100%;
+                    height: 100%;
+                }
+            }
+            .eachItemRight {
+                margin-left: 40px;
+                flex: 1;
+                .eachItemRightTilt {
+                    font-size: 26px;
+                }
+                .eachItemRightText {
+                    font-size: 18px;
+                    margin-top: 10px;
+                    margin-bottom: 10px;
+                    line-height: 22px;
+                    height: 135px;
+                    overflow: hidden;
+                    text-overflow: ellipsis;
+                }
+                .eachItemRightBum {
+                    display: flex;
+                    justify-content: space-between;
+                    font-size: 16px;
+                    .ons {
+                        color: #31B7F2;
+                        cursor: pointer;
+                    }
+                }
+            }
+        }
+        .paging {
+            display: flex;
+            justify-content: flex-end;
+            margin: 20px 0 30px 0;
+        }
+    }
+    .details {
+        margin: 20px 0px 40px 0;
+        min-height: 300px;
+        .detailsTil {
+            font-size: 26px;
+            text-align: center;
+            margin-bottom: 15px;
+            position: relative;
+        }
+        .detailsData {
+            display: flex;
+            justify-content: flex-end;
+            font-size: 18px;
+            margin-bottom: 15px;
+        }
+        .detailstext {
+            font-size: 18px;
+        }
+        .detailsBack {
+            position: absolute;
+            left: 0;
+            top: 0;
+            color: #31B7F2;
+            cursor: pointer;
+        }
+    }
+}

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/css/element-uiCss.css


BIN=BIN
fhKeeper/formulahousekeeper/inva_4_tivo/css/fonts/element-icons.ttf


BIN=BIN
fhKeeper/formulahousekeeper/inva_4_tivo/css/fonts/element-icons.woff


+ 1 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/customer.html

@@ -28,6 +28,7 @@
                             <li class="til"><a href="./mobile.html">手机版</a></li>
                             <li class="til"><a href="#pricing">产品定价</a></li>
                             <li class="til"><a href="./about.html">关于我们</a></li>
+                            <li class="til"><a href="./dynamic.html">企业动态</a></li>
                         </ul>
                     </div>
                 </div>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 170 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/dynamic.html


+ 1 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/followup.html

@@ -28,6 +28,7 @@
                             <li class="til"><a href="./mobile.html">手机版</a></li>
                             <li class="til"><a href="#pricing">产品定价</a></li>
                             <li class="til"><a href="./about.html">关于我们</a></li>
+                            <li class="til"><a href="./dynamic.html">企业动态</a></li>
                         </ul>
                     </div>
                 </div>

+ 1 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/index.html

@@ -65,6 +65,7 @@
                             <li class="til"><a href="./mobile.html">手机版</a></li>
                             <li class="til"><a href="#pricing">产品定价</a></li>
                             <li class="til"><a href="./about.html">关于我们</a></li>
+                            <li class="til"><a href="./dynamic.html">企业动态</a></li>
                         </ul>
                     </div>
                 </div>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/js/element-ui.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 6 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/js/vue.min.js


+ 1 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/mobile.html

@@ -64,6 +64,7 @@
                             <li class="til ons"><a href="./mobile.html">手机版</a></li>
                             <li class="til"><a href="./index.html#pricing">产品定价</a></li>
                             <li class="til"><a href="./about.html">关于我们</a></li>
+                            <li class="til"><a href="./dynamic.html">企业动态</a></li>
                         </ul>
                     </div>
                 </div>

+ 1 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/project.html

@@ -28,6 +28,7 @@
                             <li class="til"><a href="./mobile.html">手机版</a></li>
                             <li class="til"><a href="#pricing">产品定价</a></li>
                             <li class="til"><a href="./about.html">关于我们</a></li>
+                            <li class="til"><a href="./dynamic.html">企业动态</a></li>
                         </ul>
                     </div>
                 </div>

+ 1 - 0
fhKeeper/formulahousekeeper/inva_4_tivo/workshop.html

@@ -70,6 +70,7 @@
                           <li class="til"><a href="./mobile.html">手机版</a></li>
                           <li class="til"><a href="#pricing">产品定价</a></li>
                           <li class="til"><a href="./about.html">关于我们</a></li>
+                          <li class="til"><a href="./dynamic.html">企业动态</a></li>
                       </ul>
                   </div>
               </div>