博主信息
博文 28
粉丝 0
评论 0
访问量 26237
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
参考发布的前端框架手册, 依照着写出一个类似的小框架—2019年9月11日
L先生的博客
原创
659人浏览过

/*导航区*/

.nav {

    height: 170px;

    background-color: white;

    box-sizing: border-box;

}

.nav ul {

    margin: 0;

    padding: 6px;

}


.nav ul li {

    list-style-type: none;

    text-align: center;

    height: 75px;

}


.nav ul li img {

    width: 45px;

    height: 45px;

}

.nav ul li a {

    text-align: center;

    color: gray;

    text-decoration: none;

}

.nav ul {

    display: flex;

}


.nav ul li {

    flex: 1;

}


/*推荐课程区*/

h3 {

    color:gray;

}


.courses {

    height: 326px;

    color: gray;

}


.courses ul {

    margin: 0;

    padding: 0;


    list-style: none;


    /*flex布局*/

    display: flex;

}


.courses ul li {

    padding: 5px;

}


.courses ul img {

    width: 100%;

    height: 90px;

}


.courses div {

    background-color: white;

    padding: 10px;


    margin-top: 10px;

    height: 90px;


    /*flex布局*/

    display: flex;

    justify-content: flex-start;

}


.courses div img {

    width: 100%;

    height: 90px;

}


.courses div a {

    text-decoration: none;

    color: gray;

    flex: 0.45;

}


.courses div p {

    flex: .55;

    margin-left: 15px;

}


.courses div p span:


本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学