Browse Source

完善企业tip

luyanan 6 years ago
parent
commit
bfc97367b4
2 changed files with 3 additions and 3 deletions
  1. 1 1
      cmp-portal/cmpInformation.html
  2. 2 2
      cmp-portal/css/cmpindex.css

+ 1 - 1
cmp-portal/cmpInformation.html

@ -28,7 +28,7 @@
28 28
<div id="container">
29 29
	<div class="containerCon">
30 30
		<div class="contentCon">
31
			<div class="headconBox productions">
31
			<div class="headconBox productions" style="border:2px #ddd dotted;background: #f6fdff;">
32 32
				<div class="headLeadtit">如何打造精美的企业主页?如何让专家和客户快速了解您的企业?</div>
33 33
				<ul class="headLead">
34 34
					<li>

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

@ -604,9 +604,9 @@ ul.cmpAllUl>li.login-block{border-top: 1px solid #ccc;margin-top:10px;padding-to
604 604
.headLeadtit{font-size:17px;}
605 605
.headLead{display:flex;display: -webkit-flex;text-align: center;margin-top:20px}
606 606
.headLead>li{flex:1 0 110px}
607
.headLead>li>span{display: inline-block;width: 50px;height:50px;border:1px solid #999;color:#666;border-radius: 50%;line-height: 50px;font-size:18px;margin-bottom: 15px;}
607
.headLead>li>span{display: inline-block;width: 50px;height:50px;background:#28b8fa;color:#fff;border-radius: 50%;line-height: 50px;font-size:18px;margin-bottom: 15px;}
608 608
.headLead>li:nth-child(even){position:relative;flex:1 0 80px}
609
.headLead>li:nth-child(even):after{position: absolute;content: '';background: #ccc;left:10px;right:10px;height:1px;top:25%;}
609
.headLead>li:nth-child(even):after{position: absolute;content: '';background: #28b8fa;left:-45px;right:-45px;height:8px;top:22%;}
610 610
611 611
.upAttech.webuploader-container{height: 160px;background: none;bottom:0;}
612 612
.upAttech .webuploader-pick{background:none; color: #28b8fa;width: 100%;margin: 0;line-height:160px}