计科知识库
  • 源界面
  • 博客圈
  • 专题
  • 博友
  • 登录
  • 注册
源界面 源界面 1个月前

一个分类按钮效果,可以学习参考

html/css

正一个分类按钮效果,可以学习参考

正在编辑:一个分类按钮效果,可以学习参考

  1. <meta charset="utf-8">
  2. <style type="text/css">
  3. .filter{
  4. margin-bottom: 15px;
  5. }
  6. .filter dl{
  7. margin-bottom: 10px;
  8. position: relative;
  9. }
  10. .filter dl dt{
  11. border-radius: 2px 0 0 2px;
  12. background-color: #1e6288;
  13. padding: 6px 10px 5px;
  14. text-decoration: none;
  15. color: #f4f6f8;
  16. text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  17. float: left;
  18. }
  19. .filter dl dd.words{
  20. margin-left: 80px;
  21. margin-right: 60px;
  22. overflow: hidden;
  23. height: auto;
  24. }
  25. .filter dl dd.open{
  26. height: auto;
  27. height: 36px;
  28. }
  29. .filter dl dd.words a{
  30. background-color: #E4E7EC;
  31. padding: 6px 10px 5px;
  32. border-left: 1px solid #f4f6f8;
  33. text-decoration: none;
  34. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  35. color: #90939A;
  36. display: inline-block;
  37. white-space: nowrap;
  38. margin:0 4px 5px 0;
  39. float:left;
  40. }
  41. .filter dl dd.words a:hover,.filter dl dd.words a.active{
  42. background-color: #c80f32;
  43. color: #f4f6f8;
  44. text-shadow: 0 1px 0 rgba(0,0,0,0.4);
  45. }
  46. .filter dl dd.more{
  47. position: absolute;
  48. right:0;
  49. top:0;
  50. }
  51. .clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}
  52. </style>
  53. <div class="filter clearfix">
  54. <dl>
  55. <dt>产品分类</dt>
  56. <dd class="words">
  57. <a class="active" href="/products.html">不限</a>
  58. <a href="/products/cms.html">内容管理</a><a href="/products/shop.html">商城系统</a><a href="/products/social.html">社交应用</a><a href="/products/mobile.html">移动应用</a><a href="/products/develop_help.html">开发辅助</a><a href="/products/industry.html">行业应用</a><a href="/products/game.html">游戏娱乐</a><a href="/products/plugin_extend.html">插件&扩展</a> </dd>
  59. </dl>
  60. <dl>
  61. <dt>开发语言</dt>
  62. <dd class="words">
  63. <a class="active" href="/products/0_0.html">不限</a>
  64. <a href="/products/01_0.html">PHP</a><a href="/products/02_0.html">Python</a><a href="/products/03_0.html">Ruby</a><a href="/products/04_0.html">Java/JSP</a><a href="/products/05_0.html">Node.js</a><a href="/products/06_0.html">C/C++</a><a href="/products/07_0.html">Objective-C/Swift</a><a href="/products/08_0.html">Perl</a><a href="/products/09_0.html">C#/.NET</a><a href="/products/10_0.html">Go</a><a href="/products/11_0.html">Groovy</a><a href="/products/12_0.html">JavaScript</a><a href="/products/13_0.html">HTML/CSS</a><a href="/products/14_0.html">ActionScript</a><a href="/products/15_0.html">ErLang</a><a href="/products/16_0.html">Lua</a><a href="/products/17_0.html">Sliverlight</a><a href="/products/18_0.html">其它</a> </dd>
  65. </dl>
  66. <dl>
  67. <dt>操作系统</dt>
  68. <dd class="words">
  69. <a class="active" href="/products/0_0.html">不限</a>
  70. <a href="/products/0_01.html">跨平台</a><a href="/products/0_02.html">Windows</a><a href="/products/0_03.html">Linux/Unix</a><a href="/products/0_04.html">OS X</a><a href="/products/0_05.html">Android</a><a href="/products/0_06.html">iPhone/iPad/iPod</a><a href="/products/0_07.html">Windows Phone</a> </dd>
  71. </dl>
  72. </div>
  • © 2025 源界面 源码为笔,博客为路,写就数字未来
  • 建议
  • 图片压缩
  • | 鄂ICP备14016484号-6

    鄂公网安备 42068402000140