Browse Source

二维码

master
ma 4 years ago
parent
commit
65afc27eaf
  1. 10
      bjyy-core/pom.xml
  2. 1
      bjyy-weixin/src/main/webapp/WEB-INF/pages/core/index.jsp
  3. 2
      bjyy-weixin/src/main/webapp/static/css/style.css
  4. BIN
      bjyy-weixin/src/main/webapp/static/images/2wei.jpg

10
bjyy-core/pom.xml

@ -166,9 +166,9 @@
<properties>
<profiles.active>dev</profiles.active>
</properties>
<!--<activation>
<activation>
<activeByDefault>true</activeByDefault>
</activation>-->
</activation>
</profile>
<profile>
<id>test</id>
@ -184,9 +184,9 @@
<properties>
<profiles.active>prod</profiles.active>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<!-- <activation>-->
<!-- <activeByDefault>true</activeByDefault>-->
<!-- </activation>-->
</profile>
</profiles>
</project>

1
bjyy-weixin/src/main/webapp/WEB-INF/pages/core/index.jsp

@ -68,6 +68,7 @@
</ul>
</div>
<div class="banner1"><img src="${contextPath}/static/images/banner1.png" width="100%"></div>
<div class="banner2"><img src="${contextPath}/static/images/2wei.jpg"></div>
</div>
<div class="deletebox">

2
bjyy-weixin/src/main/webapp/static/css/style.css

@ -149,6 +149,8 @@ b{ font-weight:normal}
.sortlist li a p{ line-height: 0.5rem; height: 1rem; font-size:0.35rem; }
.banner1{ margin: 0 0.3rem;}
.banner1 img{ margin: 0 auto; display: block; width: 98%;}
.banner2{ width: 100%;text-align: center}
.banner2 img{ margin: 0 auto; width: 30%; }
/*注册码*/
.register{ margin: 1rem 0}

BIN
bjyy-weixin/src/main/webapp/static/images/2wei.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Loading…
Cancel
Save