网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

html5+css3+js开发APP实例教程1--文字列表-创新互联

不多说,直接上实例。

创新互联公司坚持“要么做到,要么别承诺”的工作理念,服务领域包括:成都网站设计、网站制作、企业官网、英文网站、手机端网站、网站推广等服务,满足客户于互联网时代的聂拉木网站设计、移动媒体设计的需求,帮助企业找到有效的互联网解决方案。努力成为您成熟可靠的网络建设合作伙伴!

*************************

列表一:

html5+css3+js开发APP实例教程1 -- 文字列表

  1.   
  2.       
  3. 刘强东被迫卖地促销为D轮融资
  4.       
  5. 传京东商城出售自建仓库地块
  6.       
  7. 传亚马逊即将推出10英寸版K
  8.       
  9. 网购一个差评引发血案 健全
  10.       
  11. 夏日疯狂网购 傲游浏览器3为
  12.       
  13. 2012.12.22电商业人才饥渴:工作1年高
  14.       
  15. 2012.12.22一嗨租车携手京东商城 推租车
  16.       
  17. 2012.12.22金山网络:律师称金山网购保
  18.       
  19. 2012.12.22小狗携京东商城强力出击:定制
  20.       
  21. 2012.12.22网购:不×××成潜规则 税收漏
  22.   

  1. #pwslist li{
  2.   height: 40px; line-height: 40px;
  3.   border-bottom: 1px solid #eee;
  4.   text-indent: 10px;
  5.   background: #f2f3f5;
  6.   background-p_w_picpath:-webkit-gradient(linear, 50% 0%, 50% 100%, from(#f2f3f5), to(#e1e7ea));
  7. }
  8. #pwslist li:hover{
  9.  background: #d6f0ff;
  10. }
  11. #pwslist li span.more{
  12.   width: 30px;
  13.  height: 40px;
  14.   display: block;
  15.   float: right;
  16.   background: url(1.png) no-repeat center;
  17. }
  18. #pwslist li span.time{
  19.   height: 40px;
  20.   padding-right: 10px;
  21.  display: block;
  22.   float: right;
  23.   font-size: 12px;
  24.  color: #ccc;
  25. }

列表二

html5+css3+js开发APP实例教程1 -- 文字列表

  1.   
  2.       
  3. 关于我们
  4.       
  5. 更多应用
  6.   
  7.   
  8.       
  9. 意见反馈
  10.       
  11. 清除缓存
  12.       
  13. 流畅模式
  14.       
  15. 喜欢?评个5分吧
  16.   
  17.   
  18.       注销登陆
  19.   

  1. .aboutlist{padding: 10px;}
  2. .aboutlist li{
  3.   height: 40px; line-height: 40px;
  4.   border-bottom: 1px solid #eee;
  5.   text-indent: 10px;
  6.   background: #f2f3f5;
  7.   background-p_w_picpath:-webkit-gradient(linear, 50% 0%, 50% 100%, from(#f2f3f5), to(#e1e7ea));
  8. }
  9. .aboutlist li:first-child{
  10.   border-radius:5px 5px 0px 0px;
  11. }
  12. .aboutlist li:last-child{
  13.  border-radius:0px 0px 5px 5px;
  14. }
  15. .aboutlist li:hover{
  16.  background: #d6f0ff;
  17. }
  18. .aboutlist li span.more{
  19.   width: 30px;
  20.  height: 40px;
  21.   display: block;
  22.   float: right;
  23.   background: url(1.png) no-repeat center;
  24. }
  25. .aboutlist li.radius5{
  26.   border-radius:5px;
  27. }

列表三

html5+css3+js开发APP实例教程1 -- 文字列表

  1.   
  2.       
  3. 关于我们
  4.       
  5. 更多应用
  6.   
  7.   
  8.       
  9. 意见反馈
  10.       
  11. 清除缓存
  12.       
  13. 流畅模式
  14.       
  15. 喜欢?评个5分吧
  16.   
  17.   
  18.       注销登陆
  19.   

  1. .listico{padding: 10px;}
  2. .listico li{
  3.   height: 40px; line-height: 40px;
  4.   border-bottom: 1px solid #eee;
  5.   background: #f2f3f5;
  6.   background-p_w_picpath:-webkit-gradient(linear, 50% 0%, 50% 100%, from(#f2f3f5), to(#e1e7ea));
  7. }
  8. .listico li:first-child{
  9.  border-radius:5px 5px 0px 0px;
  10. }
  11. .listico li:last-child{
  12.  border-radius:0px 0px 5px 5px;
  13. }
  14. .listico li:hover{
  15.  background: #d6f0ff;
  16. }
  17. .listico li span.more{
  18.   width: 30px;
  19.  height: 40px;
  20.   display: block;
  21.   float: right;
  22.   background: url(1.png) no-repeat center;
  23. }
  24. .listico li span.ico{
  25.  width: 14px;
  26.  height: 20px;
  27.   margin: 10px;
  28.   display: block;
  29.   float: left;
  30.  background-size: 14px;
  31. }
  32. .listico li span.ico1{background: url(brainstorming.png) no-repeat center;}
  33. .listico li span.ico2{background: url(brand.png) no-repeat center;}
  34. .listico li span.ico3{background: url(comment.png) no-repeat center;}
  35. .listico li.radius5{
  36.   border-radius:5px;
  37. }

***************************************

DEMO

×××:

***************************************

另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


本文题目:html5+css3+js开发APP实例教程1--文字列表-创新互联
本文网址:http://bjjierui.cn/article/ddgpsh.html

其他资讯