Blogger Information
Blog 27
fans 0
comment 0
visits 20750
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端框架封装与LayUI-2019年11月11日
古城老巷丶
Original
722 people have browsed it

1. Flex改写phpcnui手册的代码

        css代码:

        

实例

   * {
            padding: 0;
            margin: 0;
        }
        body {
            display: flex;
            flex-flow: column nowrap;
            height: 100vh;
            width: 100%;
        }
        header {
            height: 60px;
            background-color: #d4d4d4;
            display: flex;
            align-items: center;
        }
        header > span {
            margin-left: 50px;
            font-size: 20px;
            font-weight:bold;
            color: #ff7f50;
            /*text-shadow: 5px 1px 6px #2f4055;*/
        }
        header >span > span {
            color: lightslategray;
            text-shadow: none;
            font-weight:normal;

        }
        .main {
            flex: 1;
            display: flex;
        }
        .main > div:first-of-type {
            flex: 2;
            background-color: #eee;
            display: flex;

        }
        .main > div:last-of-type {
            flex: 8;
        }
        li {
            list-style: none;
            padding: 3px;
        }
        a {
            text-decoration: none;
            color: #333333;
            font-size: 13px;
        }
        .main > div:first-of-type {
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            padding-top: 50px;
        }

        .main > div:first-of-type > span {
        }
        .mdivl {
            display: flex;
            flex-flow: column nowrap;

        }
        .mdivl>ul {
            margin-left: 20px;
        }

        .mdivl>span,.mdivr>span {
            color: black;
            font-weight: bold;
        }
        a:hover {
            color: #5fd2ce;
        }
        .rightd
        {
            display: flex;
        }


效果:

image.png

2. 前端课程的自我总结(必须手写)

    总结:

image.png

Correction status:qualified

Teacher's comments:对大家负责, 上好每一节课, 我的职责, 也是应该的... 看到你们取了进度, 我比你们更高兴, 觉得付出值得的
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post