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

    穷则独善其身,达则兼济天下……
  • 相关阅读:
    Java实现AES加密
    spring定时任务详解(@Scheduled注解)
    springBoot 项目war包部署及改为war包后资源路径错误问题
    (转)如何在maven的pom.xml中添加本地jar包
    HttpClient MultipartEntityBuilder 上传文件
    Java BigDecimal详解
    mysq带条件的分页查询数据结果错误
    jstack生成的Thread Dump日志线程 分析
    jquery将表单序列化
    java jdk动态代理学习记录
  • 原文地址:https://www.cnblogs.com/hmy-666/p/15180605.html
Copyright © 2011-2022 走看看