Просмотр исходного кода

首页企业圈增加(我的合作伙伴与添加合作伙伴)操作。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8144 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 лет назад
Родитель
Сommit
f5eee1ccd7

+ 35 - 0
src/main/webapp/resources/css/index.css

@@ -2926,3 +2926,38 @@ input::-webkit-clear{display:none;}
 /*.tender-input01{
 	width: 150px !important;
 }*/
+.enterprise-btn{
+	position: relative;
+}
+.enterprise-btn div{
+	position: absolute;
+	top: 45px;
+	left: 65px;
+}
+.enterprise-btn div a{
+	text-align: center;
+	font-size: 14px;
+	width: 110px;
+	height: 30px;
+	line-height: 30px;
+	background: #ddb732;
+	display: inline-block;
+	color: #fff;
+	border-radius: 5px;
+	margin-top: 15px;
+	position: relative;
+}
+.enterprise-btn div a em{
+	width: 14px;
+	height: 14px;
+	display: inline-block;
+	background: #ea5a60;
+	position: absolute;
+	right: -5px;
+	border-radius: 100%;
+	top: -5px;
+}
+.enterprise-btn div a:hover{
+	text-decoration: none;
+	background: #05acd1;
+}

BIN
src/main/webapp/resources/img/home/entLib.png


+ 8 - 1
src/main/webapp/resources/tpl/index/home/right.html

@@ -131,7 +131,14 @@
 <!-- 第三列图片 Start -->
 <div class="feed-wrap">
 	<div class="side-image">
-		<a href="#/baseInfo/enterpriseList"><img src="static/img/home/entLib.png" ></a>
+		<div class="enterprise-btn">
+			<img src="static/img/home/entLib.png" >
+			<div>
+				<a href="#" title="我的合作伙伴">我的合作伙伴</a><br/>
+				<a href="#" title="添加合伙伙伴">添加合伙伙伴<em></em></a>
+			</div>
+		</div>
+		<!--<a href="#/baseInfo/enterpriseList"><img src="static/img/home/entLib.png" ></a>-->
 		<div id="myCarousel" class="carousel slide">
 			<!-- 轮播(Carousel)项目 -->
 			<div class="carousel-inner">