Ver código fonte

官网及官网后台修改

ZhouRuiTing 5 anos atrás
pai
commit
dd1cdb80b7

+ 4 - 0
website/src/main/resources/templates/caseDetail.html

@@ -79,6 +79,10 @@
                             <div class="col-md-12">
                                 <div class="heading">
                                     <h2 th:text="${detail.title}"></h2>
+                                    <div class="getMore">
+                                        <img src="img/qrCode.png" alt="..." class="img-fluid">
+                                        <p>了解更多</p>
+                                    </div>
                                 </div>
                                 <p class="lead no-mb" th:text="${detail.introduction}"></p>
                             </div>

+ 16 - 2
website/src/main/resources/templates/css/custom.css

@@ -11,11 +11,11 @@ footer.main-footer a {
     text-transform:none;
 }
 
-#navigation > ul li:last-child {
+#navigation > ul li.aboutUs {
     position: relative;
 }
 
-#navbar .menu-large:last-child {
+#navbar .menu-large.aboutUs {
     position: relative!important;
 }
 
@@ -45,6 +45,20 @@ footer.main-footer a {
     z-index: 9999;
 }
 
+.heading {
+    position: relative;
+}
+
+.getMore {
+    position: absolute;
+    right: 0;
+    top: -2rem;
+}
+
+.getMore img {
+    width:4.2rem;
+}
+
 #navigation > ul li.aboutUs:hover .qrcode {
     display: block;
 }

BIN
website/src/main/resources/templates/img/main-slider1.jpg


BIN
website/src/main/resources/templates/img/main-slider2.jpg


BIN
website/src/main/resources/templates/img/main-slider3.jpg


BIN
website/src/main/resources/templates/img/main-slider4.jpg


BIN
website/src/main/resources/templates/img/men.jpg


BIN
website/src/main/resources/templates/img/person-1.jpg


BIN
website/src/main/resources/templates/img/person-2.jpg


BIN
website/src/main/resources/templates/img/person-3.png


BIN
website/src/main/resources/templates/img/person-4.jpg


BIN
website/src/main/resources/templates/img/portfolio-9.jpg


BIN
website/src/main/resources/templates/img/product1.jpg


BIN
website/src/main/resources/templates/img/product2.jpg


BIN
website/src/main/resources/templates/img/product3.jpg


BIN
website/src/main/resources/templates/img/product4.jpg


BIN
website/src/main/resources/templates/img/slide1.jpg


BIN
website/src/main/resources/templates/img/slide2.jpg


BIN
website/src/main/resources/templates/img/slide3.jpg


BIN
website/src/main/resources/templates/img/slide4.jpg


BIN
website/src/main/resources/templates/img/slide5.jpg


BIN
website/src/main/resources/templates/img/slide6.jpg