1. 程式人生 > >394day(雲道例項補充)

394day(雲道例項補充)

《2018年11月2日》【連續394天】

標題:雲道例項補充;

內容:

<div class="service-bd">
			<ul>
				<li>
					<img src="images/icon1.png" alt="">
					<h3>我是賣家</h3>
					<p>shopcmd雲電商解決方案,我們不僅僅是領先的獨立商城建站系統。我們從網際網路時代品牌建設和品牌營銷的全新視角,賦予了品牌商城及獨立電商更大的生存空間和存在價值!
					</p>
					<a href="#">
						我要建站
					</a>
				</li>
				<li class="mange">
					<img src="images/icon2.png" alt="">
					<h3>我是營銷</h3>
					<p>雲道不斷完善的營銷系統,聯合優質媒體資源,整合常用的網路營銷模式及終端,以最簡單的產品形態,幫助獨立商城實現店鋪及商品資訊在全網的快速分銷。
					</p>
					<a href="#">
						我要推廣
					</a>
				</li>
				<li>
					<img src="images/icon3.png" alt="">
					<h3>媒體合作</h3>
					<p>真正的全民營銷時代,無需學習,無需維護。通過您的網站、朋友圈、媒體流量、移動展現、媒體解決方案獲取收益。我們致力於實現合作媒體流量價值的最大化。
					</p>
					<a href="#">
						我要合作
					</a>
				</li>
			</ul>
		</div>
.service-bd {
	margin-top: 40px;
}
.service-bd li {
	width: 314px;
	height: 510px;
	background-color: #fff;
	float: left;
	border: 1px solid #e7e8e9;
}

.mange {
	margin: 0 45px;
}

.service-bd img {
	margin: 40px 35px;
}

.service-bd h3 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

.service-bd p {
	font-size: 12px;
	color: #666;
	width: 235px;
	height: 152px;
	margin: 0 auto;
	line-height: 26px;
}

.service-bd a {
	display: block;
	width: 148px;
	height: 48px;
	border: 1px solid #ff9412;
	margin: 30px auto 0;
	text-align: center;
	line-height: 48px;
	color: #ff9412;
	text-decoration: none;
	border-radius: 5px;
}