• layui-简单辅助元素


     本篇主要集中罗列页面中的一些简单辅助元素,如:引用块、字段集区块、横线等等,这些元素都无需依赖任何模块

    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title></title>
            <link rel="stylesheet" type="text/css" href="build/css/layui.css"/>
            <!--<link rel="stylesheet" type="text/css" href="build/css/layui.mobile.css"/>-->
        </head>
        <body>
            <blockquote class="layui-elem-quote">引用区域的文字</blockquote>
            <blockquote class="layui-elem-quote layui-quote-nm">引用区域的文字</blockquote>
            
            <fieldset class="layui-elem-field">
              <legend>字段集区块 - 默认风格</legend>
              <div class="layui-field-box">
                内容区域
              </div>
            </fieldset>
             
            <fieldset class="layui-elem-field layui-field-title">
              <legend>字段集区块 - 横线风格</legend>
              <div class="layui-field-box">
                内容区域
              </div>
            </fieldset>
            <p>你可以把它看作是一个有标题的横线</p>
            <br /><br />
            华丽的
            <hr>
            分割线
            <br />
    
            <i class="layui-icon" style="font-size: 30px; color: red;">&#xe60c;</i> 
            <script src="js/jquery-2.1.0.js"></script>
            <!--<script src="build/layui.js"></script>-->
        </body>
    </html>

    效果:

  • 相关阅读:
    cent os 6.8 php 5.6 安装ffmpeg扩展
    Linux查找目录下文件包含关键字
    python生成随机验证码
    zabbix添加任务计划和sshd文件修改key
    OS模块
    python模块
    python内建函数
    python3 爬煎蛋ooxx妹子图
    ssm整合-Sping整合Mybatis框架配置事务07
    ssm整合-Sping整合Mybatis框架06
  • 原文地址:https://www.cnblogs.com/xiangru0921/p/6729253.html
Copyright © 2020-2023  润新知