wangshan 7 lat temu
rodzic
commit
8e34d7b6b6

BIN
src/web/staticres/images/aboutus/feedback.png


BIN
src/web/staticres/images/aboutus/help.png


+ 46 - 0
src/web/templates/weixin/about.html

@@ -240,6 +240,39 @@
 			    width: 100%;
 			    font-size: 14px;
 			}
+			.feedbackandhelp{
+				position: absolute;
+			    width: 50px;
+			    height: 100px;
+			    right: 10px;
+			    bottom: 15px;
+			    border-radius: 3px;
+				box-shadow: 0 0 10px rgba(0,0,0, .20);
+				border-bottom: 1px solid #ccc;
+			}
+			.feedback img{
+				width: 18px;
+			    height: 17px;
+			    margin-left: 15px;
+			    margin-bottom: 5px;
+			    margin-top: 5px;
+			}
+			.help img{
+				width: 18px;
+			    height: 17px;
+			    margin-left: 15px;
+			    margin-bottom: 5px;
+			    margin-top: 6px;
+			}
+			
+			.feedback div,.help div{
+				text-align: center;
+   				font-size: 13px;
+			}
+			.feedback{
+				border-bottom: 1px solid #ccc;
+  				height: 49px;
+			}
 		</style>
 	</head>
 <body class="jyabout">
@@ -434,11 +467,24 @@
 			广告服务和刊例索取请联系 jy@topnet.net.cn
 		</div>
 	</div>
+	
+	<div class="feedbackandhelp">
+	<div class="feedback" onclick="javascript:window.location.href='/swordfish/feedback';">
+	<img src="/images/aboutus/feedback.png">
+	<div>反馈</div>
+	</div>
+	<div class="help" onclick="javascript:window.location.href='http://mp.weixin.qq.com/mp/homepage?__biz=MzIyNTM1NDUyNw==&hid=1&sn=f9e98da1975f85011ee138a4ee5cfbe8#wechat_redirect';">
+	<img src="/images/aboutus/help.png">
+	<div>帮助</div>
+	</div>
+	
+	</div>
 </div>
 
 <script src="/js/jquery.js"></script>	
 <script>
 $(function(){
+	
 	var threeflag = true;
 	$.ajax({
         type:'post',