Browse Source

Merge branch 'master' of dd.tall.wiki:ccsens_wiki/ruidie

master
zhizhi wu 4 years ago
parent
commit
8f7b6eaeb2
  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> <properties>
<profiles.active>dev</profiles.active> <profiles.active>dev</profiles.active>
</properties> </properties>
<!--<activation> <activation>
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
</activation>--> </activation>
</profile> </profile>
<profile> <profile>
<id>test</id> <id>test</id>
@ -184,9 +184,9 @@
<properties> <properties>
<profiles.active>prod</profiles.active> <profiles.active>prod</profiles.active>
</properties> </properties>
<activation> <!-- <activation>-->
<activeByDefault>true</activeByDefault> <!-- <activeByDefault>true</activeByDefault>-->
</activation> <!-- </activation>-->
</profile> </profile>
</profiles> </profiles>
</project> </project>

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

@ -68,6 +68,7 @@
</ul> </ul>
</div> </div>
<div class="banner1"><img src="${contextPath}/static/images/banner1.png" width="100%"></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>
<div class="deletebox"> <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; } .sortlist li a p{ line-height: 0.5rem; height: 1rem; font-size:0.35rem; }
.banner1{ margin: 0 0.3rem;} .banner1{ margin: 0 0.3rem;}
.banner1 img{ margin: 0 auto; display: block; width: 98%;} .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} .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