소스 검색

Merge branch 'dev2.0.1.1' of ssh://192.168.3.207:10022/qmx/jy into dev2.0.1.1

wangchuanjin 7 년 전
부모
커밋
18aeb8fd17
4개의 변경된 파일49개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/web/staticres/css/pc.css
  2. BIN
      src/web/staticres/images/aboutus/feedback.png
  3. BIN
      src/web/staticres/images/aboutus/help.png
  4. 47 0
      src/web/templates/weixin/about.html

+ 2 - 1
src/web/staticres/css/pc.css

@@ -2345,9 +2345,10 @@ form{
     top: 348px;
 }
 .aboutus-page .j-com-5>div{
-	width: 409px;
+	width: 420px;
 	height: 168px;
 	background-image: url("/images/aboutus/bg.png");
+	background-size:428px 168px;
 	position: absolute;
 	left: 123px;
 	top: 288px;

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


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


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

@@ -240,6 +240,40 @@
 			    width: 100%;
 			    font-size: 14px;
 			}
+			.feedbackandhelp{
+				position: fixed;
+			    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;
+				background-color: #fff;
+			}
+			.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 +468,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',