Browse Source

联系人css

luyanan 6 years ago
parent
commit
47828109ed
1 changed files with 7 additions and 7 deletions
  1. 7 7
      cmp-portal/css/cmpindex.css

+ 7 - 7
cmp-portal/css/cmpindex.css

@ -369,6 +369,13 @@ ul.artAbout .frmadd{width:auto;position:absolute;right:0;top:0;background: #28b8
369 369
370 370
.form-result{margin:18px -15px 0 -15px;}
371 371
.form-result>ul>li{position:relative;padding:12px 15px;min-height: 76px;cursor: pointer;}
372
.form-result>ul>li.flexCenter{
373
		    display: -webkit-box;
374
			display: -webkit-flex;
375
			display: -ms-flexbox; 
376
			display:         flex; 
377
	        -webkit-align-items: center;
378
	                align-items: center;}
372 379
.form-result>ul>li .deleteThis{display:none;position:absolute;top:50%;margin-top:-16px;right:14px;width:32px;height:32px;background:url(../../images/g_article_button_shanchu_hig.png);background-size:cover;cursor:pointer;}
373 380
.form-result>ul>li:hover{background: #EEEEEE;}
374 381
.form-result>ul>li:hover .deleteThis{display:block;}
@ -524,13 +531,6 @@ div.zoomMask{position:absolute;background:url("../images/g-resource-mask.png") r
524 531
.keydrop>ul>li.orgList img{width:50px;height:50px;margin-right:10px;}
525 532
.keydrop>ul>li.orgList p{line-height:50px;font-size:14px;}
526 533
/*资源导入*/
527
.flexCenter{position: relative; min-height:90px;
528
		    display: -webkit-box;
529
			display: -webkit-flex;
530
			display: -ms-flexbox; 
531
			display:         flex; 
532
	        -webkit-align-items: center;
533
	                align-items: center;}
534 534
.tipShow{background: #fff7e7;border-bottom: 1px solid #E5E5E5;line-height: 18px;padding:16px 20px;overflow:hidden;color: #7b4b2b;font-size: 14px;}
535 535
.tipShow .tipClose{display:inline-block;width:14px;height:14px;background:url(../images/g_resource_button_guanbi_2_nor.png);background-size:cover;cursor:pointer;}
536 536
.itemListBolck .itemListCon ul.importUl .madiaHead{top:50%;margin-top:-40px;}