• Bootstrap(修改中)


    表格

    • 斑马表格
    <table class="table-striped">
    </table>
    
    • 鼠标经过表格的hover效果
    <table class="table-hover">
    </table>
    
    • 让表格变得更加紧凑
    <table class="table-condensed">
    </table>
    
    • 表格内容居中(每个单元格都要加,应该有更好的方法但暂时没发现)
    //例如
    <th class="text-center">#</th>
    <th class="text-center">客户姓名</th>
    <th class="text-center">客户性别</th>
    <th class="text-center">联系电话</th>
    <th class="text-center">操作</th>
    

    按钮

    • 颜色

      来自hui
  • 相关阅读:
    嵌入式
    IT 管理
    linux 网络编程 排序
    linux frameBuffer
    虚拟现实
    vc 串口
    OpenGLES 图像
    runloop
    归档
    商标查询
  • 原文地址:https://www.cnblogs.com/211806398luguiying/p/13655041.html
Copyright © 2020-2023  润新知