Skip to content

Commit

Permalink
替换内容
Browse files Browse the repository at this point in the history
  • Loading branch information
梁毅锋 committed Jun 2, 2015
1 parent 39fe9a5 commit 8dd43f6
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 29 deletions.
34 changes: 10 additions & 24 deletions resources/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -928,25 +928,13 @@ a:hover {
height : 40px;
}

#footer .link ul .sina, #footer .wrap ul .weixin {
width : 29px;
height : 24px;
display : block;
background : url(../images/iconShare.png);
float : left;
}

#footer .link ul .weixin {
background-position : 0 24px;
margin-left : 30px;
}

#footer .link ul .sina:hover {
background-position : 29px 0;
}

#footer .link ul .weixin:hover {
background-position : 29px 24px;
#footer .wrap ul .weixin {
width : 24px;
height : 24px;
display : block;
background : url(../images/iconShare.png);
float : left;
margin-left : 35px;
}

#footer .link .sinaFloat {
Expand Down Expand Up @@ -1222,7 +1210,7 @@ a:hover {
}

#tips dl:hover dd {
border-color : #FFD600;
border-color : rgb(59, 195, 145);
}

#tips dl {
Expand All @@ -1232,10 +1220,8 @@ a:hover {
}

#tips dt .inc {
display : block;
width : 100px;
height : 100px;
background : #FFD600;
display : block;
padding : 20px;
}

#tips dd {
Expand Down
Binary file added resources/images/esay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/free.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/iconShare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/muti.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/sev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 11 additions & 5 deletions resources/products.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,31 +134,37 @@ <h2 class="section-title"><span>产品特色</span></h2>
<div id="tips" class="w1000">
<dl>
<dt>
<div class="inc"></div>
<div class="inc">
<img src="images/muti.png" alt=""/>
</div>
</dt>
<dd>多模板选择</dd>
</dl>
<dl>
<dt>
<div class="inc"></div>
<div class="inc">
<img src="images/in.png" alt=""/></div>
</dt>
<dd>多入口适配</dd>
</dl>
<dl>
<dt>
<div class="inc"></div>
<div class="inc">
<img src="images/esay.png" alt=""/></div>
</dt>
<dd>简单易用</dd>
</dl>
<dl>
<dt>
<div class="inc"></div>
<div class="inc">
<img src="images/sev.png" alt=""/></div>
</dt>
<dd>安全稳定</dd>
</dl>
<dl>
<dt>
<div class="inc"></div>
<div class="inc">
<img src="images/free.png" alt=""/></div>
</dt>
<dd>永久免费</dd>
</dl>
Expand Down

0 comments on commit 8dd43f6

Please sign in to comment.