摘要:
定义子组件: 1)ionic g compoment myHeader 引用组件: 在app.module.ts中 import { MyHeadComponent} from '../components/my-head/my-head'; declarations: [MyHeadCompone 阅读全文
摘要:
boxbox-solid:去掉顶部边框线box-headerwith-border:添加头底部边框线 按钮:—— btn btn-default 默认<div class="btn-group"></div>:按钮组,按钮间横向排列无间距<div class="btn-group-vertical" 阅读全文
摘要:
1、使用: <link rel="stylesheet" href="css/skins/all.css">或者<link rel="stylesheet" href="css/skins/flat/需要的颜色文件"> <script src="js/jquery.js"></script> <sc 阅读全文
摘要:
1、头部和底部固定,中间内容滚动,不涉及fixed 1)absolute与height:100% <!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, 阅读全文
摘要:
可以设置两个table,th,td得设置宽度: <table> <thead> <tr><th></th></tr> </thead> </table> <div style="max-height:500px;overflow-y:auto"> <table> <tbody> <tr><td></ 阅读全文