热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

1225work

1225work.html

1225work.html

  1. lang="en">
  2. charset="UTF-8">
  3. rel="stylesheet" href="../static/font/iconfont.css">
  4. rel="stylesheet" href="public/public-header/public-header.css">
  5. rel="stylesheet" href="public/public-headline/public-headline.css">
  6. class="public-header">
  7. href="">网站首页
  8. href="">专题
  9. href="">网站导航
  10. href="">二手商品
  11. href="">讨论区
  12. href=""> class="iconfont icon-huiyuan2">登录
  13. href="">免费注册

  • class="public-headline">
  • 二手交易
  • ```html

  • public-header.css

    1. @import url(../public-reset.css);
    2. .public-header{
    3. height: 44px;
    4. background-color: black;
    5. padding: 0 20px;
    6. display: flex;
    7. flex-flow: row nowrap;
    8. }
    9. .public-header a{
    10. line-height: 44px;
    11. color: #cccccc;
    12. padding: 0 10px;
    13. }
    14. .public-header > a:hover{
    15. background: white;
    16. color: black;
    17. }
    18. .public-header > span{
    19. margin-left: auto;
    20. }
    21. .public-header > span i{
    22. font-size: 16px;
    23. color: #cccccc;
    24. padding-right: 10px;
    25. }
    26. ```css

    public-headline

    css
    @import “../public-reset.css”;

    .public-headline{
    padding: 30px;
    text-align: center;
    }
    .public-headline > span{
    font-size: 30px;
    font-weight: bolder;
    padding-bottom: 7px;
    border-bottom: 3px solid red;
    }


    推荐阅读
    author-avatar
    mobiledu2502886633
    这个家伙很懒,什么也没留下!
    Tags | 热门标签
    RankList | 热门文章
    PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
    Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有