瀏覽代碼

Merge branch 'dev2.0' of 192.168.3.17:qmx/jy into dev2.0

张金坤 8 年之前
父節點
當前提交
bfbc3464be

二進制
src/web/staticres/images/wx/contactway.jpg


二進制
src/web/staticres/images/wx/dataCooperation.png


二進制
src/web/staticres/images/wx/envelope.png


二進制
src/web/staticres/images/wx/otherCooperation.png


二進制
src/web/staticres/images/wx/serviceCooperation.png


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

@@ -101,6 +101,130 @@
 				    top: 161px;
 				    margin: auto
 			}
+
+			.cooperationchild1 {
+				position: relative;
+				width: 100%;
+			}
+			.cooperationchild1 img{
+				position: relative;
+				width: 100%;
+			}
+			.cooperationchild1 .childtitle{
+				position: absolute;
+				width: 100%;
+				text-align: center;
+				top: 8%;
+				font-size: 19px;
+			}
+			.cooperationchild1 .childcontent{
+				position: absolute;
+				width: 100%;
+				top: 23%;
+				text-align: center;
+				padding-left: 20px;
+				padding-right: 20px;
+				font-size: 15px;
+			}
+			.cooperationchild2 {
+				position: relative;
+				width: 100%;
+			}
+			.cooperationchild2 img{
+				position: relative;
+				width: 100%;
+			}
+			.cooperationchild2 .childtitle{
+				position: absolute;
+				width: 100%;
+				text-align: center;
+				top: 8%;
+				font-size: 19px;
+				color: #FFFFFF;
+			}
+			.cooperationchild2 .childcontent{
+				position: absolute;
+				width: 100%;
+				top: 23%;
+				text-align: center;
+				padding-left: 20px;
+				padding-right: 20px;
+				font-size: 15px;
+				color: #FFFFFF;
+			}
+			.cooperationchild3 {
+				position: relative;
+				width: 100%;
+			}
+			.cooperationchild3 img{
+				position: relative;
+				width: 100%;
+			}
+			.cooperationchild3 .childtitle{
+				position: absolute;
+				width: 100%;
+				text-align: center;
+				top: 17%;
+				font-size: 19px;
+				color: #0069d2;
+			}
+			.cooperationchild3 .childcontent{
+				position: absolute;
+				width: 100%;
+				top: 50%;
+				text-align: center;
+				padding-left: 50px;
+				padding-right: 50px;
+				font-size: 15px;
+			}
+			.cooperationchild4 {
+				position: relative;
+				width: 100%;
+			}
+			.cooperationchild4 img{
+				position: relative;
+				width: 100%;
+			}
+			.cooperationchild4 .childtitle{
+				position: absolute;
+				width: 100%;
+				text-align: center;
+				top: 16%;
+				font-size: 19px;
+			}
+			.cooperationchild4 .childcontent{
+				position: absolute;
+				width: 100%;
+				top: 68%;
+				text-align: center;
+				padding-left: 20px;
+				padding-right: 20px;
+				font-size: 12px;
+				color: #686868;
+			}
+			.cooperationchild4 .emailbutton{
+				position: absolute;
+				margin: 0 auto;
+				top: 47%;
+				left: 50%;
+				margin-left: -95px;
+				width: 190px;
+				height: 35px;
+				border:1px solid rgba(0,167,190,1);
+			}
+			.cooperationchild4 .emailbutton img{
+				width: 20px;
+				height: 15px;
+				margin-top: 10px;
+				margin-left: 20px;
+			}
+			.cooperationchild4 .emailbutton div{
+				position: absolute;
+				left: 50px;
+				top: 5px;
+				color: rgba(0,167,190,1);
+				font-size: 16px;
+			}
 		</style>
 	</head>
 <body class="jyabout">
@@ -261,6 +385,32 @@
 			</div>
 		</div>
 	</div>
+	<div class="cooperation">
+		<div class="cooperationchild1">
+			<img src="/images/wx/dataCooperation.png">
+			<div class="childtitle">数据合作</div>
+			<div class="childcontent">剑鱼招标订阅拥有千万级数量的招标、拟建和中标等项目信息,覆盖全国全行业,可用于行业网站,CRM系统,企业级服务等方面。</div>
+		</div>
+		<div class="cooperationchild2">
+			<img src="/images/wx/serviceCooperation.png">
+			<div class="childtitle">增值服务合作</div>
+			<div class="childcontent">合作商为剑鱼招标订阅用户提供商业增值服务,要求合作商在招投标领域有丰富经验和行业样板客户,能独立为用户提供招投标商业服务。</div>
+		</div>
+		<div class="cooperationchild3">
+			<img src="/images/wx/otherCooperation.png">
+			<div class="childtitle">其他合作</div>
+			<div class="childcontent">以上合作方式如不能满足您的需求,您可以直接与我们联系洽谈。</div>
+		</div>
+		<div class="cooperationchild4">
+			<img src="/images/wx/contactway.jpg">
+			<div class="childtitle">联系方式</div>
+			<div class="emailbutton">
+				<img src="/images/wx/envelope.png">
+				<div>jy@topnet.net.cn</div>
+			</div>
+			<div class="childcontent">(邮件内容应包含:公司名称、联系人、联系方式和合作需求等)</div>
+		</div>
+	</div>
 </div>
 
 <script src="/js/jquery.js"></script>