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

    穷则独善其身,达则兼济天下……
  • 相关阅读:
    JDBC statement的常用方法
    JDBC通过资源文件初始化
    django 常用命令
    pip 设置国内源
    Python中注释与声明
    PyQt5程序基本结构分析
    机器学习中常见的专业术语
    给Linux安装中文的man手册
    Vim:Vim入门级配置
    Linux 目录结构与目录操作
  • 原文地址:https://www.cnblogs.com/hmy-666/p/15180605.html
Copyright © 2011-2022 走看看