Procházet zdrojové kódy

邀请注册(填写公司已注册优软云查看详情弹框)

hangb před 8 roky
rodič
revize
e4cc2b03be

+ 61 - 0
src/main/webapp/resources/css/add.css

@@ -368,6 +368,67 @@ input:focus, select:focus {
     border-bottom: #e8e8e8 1px solid;
     padding-left: 20px;
 }
+.bomb-box .box-bottom{
+    padding: 0 5px 5px;
+    width: 465px;
+    height: 450px!important;
+    background: #e8e8e8;
+}
+.bomb-box .box-bottom .box-header{
+    padding-left: 5px;
+    width: 100%;
+    height: 26px;
+}
+.bomb-box .box-bottom .box-header p{
+    float: left;
+    padding-left: 10px;
+    height: 26px;
+    line-height: 28px;
+    width: 100px;
+    font-size: 14px;
+    color: #000;
+}
+.bomb-box .box-bottom .box-header a{
+    margin-top: 6px;
+    display: inline-block;
+    float: right;
+    width: 15px;
+    height: 15px;
+    text-align: center;
+    font-size: 14px;
+    color: #000;
+    border-radius: 3px;
+    border: 1px solid #000;
+}
+.bomb-box .box-bottom .per-data{
+    margin: 0 auto;
+    width: 455px;
+    height: 418px;
+    text-align: center;
+    background: #f3f3f3;
+    border-top: 1px solid #ccc;
+}
+.bomb-box .box-bottom .per-data ul li{
+    margin-bottom: 15px;
+    height: 26PX;
+    line-height: 26px;
+}
+.bomb-box .box-bottom .per-data ul li:first-child, .bomb-box .box-bottom .per-data ul li:last-child{
+    margin-top: 25px;
+}
+.bomb-box .box-bottom .per-data ul li em{
+    width: 80px;
+    text-align: right;
+}
+.bomb-box .box-bottom .per-data ul li input{
+    padding-left: 10px;
+    width: 300px;
+    height: 26px;
+    border: 1px solid #a0a0a0;
+}
+.bomb-box .box-bottom .per-data ul li a.mod-psd{
+    float: none;
+}
 
 .per-data {
     width: 90%;

+ 13 - 10
src/main/webapp/resources/tpl/index/search/enterpirseInfo.html

@@ -25,18 +25,21 @@
 			</ul>
 		</form>
 	</div>
-	<div class="box01 box" ng-if="exist == 1">
-		<p>企业详情</p>
+	<div class="box01 box box-bottom" ng-if="exist == 1">
+		<div class="box-header">
+			<p>企业详情</p>
+			<a class="close">&times;</a>
+		</div>
 		<form class="per-data" name="contactInfo" id="contactInfo">
 			<ul ng-repeat="e in existEn">
-                <li><em>企业名称</em><sapn ng-bind="e.enName"></sapn></li>
-                <li><em>地址</em><sapn ng-bind="e.enAddress"></sapn></li>
-                <li><em>法人</em><sapn ng-bind="e.enCorporation"></sapn></li>
-                <li><em>管理员</em><sapn ng-bind="e.adminName"></sapn></li>
-                <li><em>联系电话</em><sapn ng-bind="e.enTel"></sapn></li>
-                <li><em>注册日期</em><sapn ng-bind="e.date"></sapn></li>
-                <li><em>邀请人</em><sapn ng-bind="e.inviteUserName"></sapn></li>
-                <li><em>邀请企业</em><sapn ng-bind="e.inviteEnName"></sapn></li>
+                <li><em>企业名称:</em><input type="text" ng-model="e.enName"></li>
+                <li><em>地址:</em><input type="text" ng-model="e.enAddress"></li>
+                <li><em>法人:</em><input type="text" ng-model="e.enCorporation"></li>
+                <li><em>管理员:</em><input type="text" ng-model="e.adminName"></li>
+                <li><em>联系电话:</em><input type="text" ng-model="e.enTel"></li>
+                <li><em>注册日期:</em><input type="text" ng-model="e.date"></li>
+                <li><em>邀请人:</em><input type="text" ng-model="e.inviteUserName"></li>
+                <li><em>邀请企业:</em><input type="text" ng-model="e.inviteEnName"></li>
                 <li><a class="mod-psd" ng-click="cancel()">关闭</a></li>
 			</ul>
 		</form>