zoukankan      html  css  js  c++  java
  • fieldset可以实现在虚线框中写文字

    例子:

    <fieldset class="layui-form-item" style="border: dashed 1px #f5f5f5;">
                                <legend style="text-align: center;">基础数据</legend>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 0 auto; border: solid 1px #f5f5f5;">日期</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                                <div style=" 98%;height: 25px; line-height: 25px;margin: 2px auto 2px; border: solid 1px #f5f5f5;">访客数</div>
                            </fieldset>    

     MDN介绍fieldset:https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/fieldset

    穷则独善其身,达则兼济天下……
  • 相关阅读:
    计算机网络基础:TCP运输连接管理(三次握手 + 四次挥手)
    Zookeeper集群及配置
    Maven安装及配置
    SpringMVC拦截器+Spring自定义注解实现权限验证
    Spring之AOP配置
    设置Google浏览器不缓存JS
    数据加密之AES
    SpringMVC配置多个自定义拦截器
    利用Zookeeper实现分布式锁
    数据加密之RSA
  • 原文地址:https://www.cnblogs.com/hmy-666/p/15180605.html
Copyright © 2011-2022 走看看