码迷,mamicode.com
首页 >  
搜索关键字:width    ( 32014个结果
2021.6.1.20:41
静态定位 <style> .parent{ width: 300px; height: 300px; background-color: aqua; } .child{ width: 100px; height: 100px; background-color: pink; /* 静态定位 posi ...
分类:其他好文   时间:2021-06-02 20:33:41    阅读次数:0
两栏布局
html 1 <div class="parentBox"> 2 <div class="leftbox"></div> 3 <div class="rightbox"></div> 4 </div> 浮动布局 1 .parentBox{ 2 width: 100%; 3 height: 600px ...
分类:其他好文   时间:2021-06-02 20:16:12    阅读次数:0
解决Element中table文字过多换行问题-亲测有效
1.直接上代码 <el-table :data="data" border stripe style="width: 100%;" class="tableLimit" :height="height"> <el-table-column label="排序" type="index" align= ...
分类:其他好文   时间:2021-06-02 20:01:44    阅读次数:0
外边距塌陷原理
都知道解决 外边距塌陷 有多种方法 其中一种 是给父盒子加个overflow:hiden;例如 <style> p { color: #f55; background: #fcc; width: 200px; line-height: 100px; text-align:center; margin ...
分类:其他好文   时间:2021-06-02 19:54:48    阅读次数:0
每日日报
View 看得见 EidtText TextView checkBox Button 看不见的 ViewGroup LinearLayout RelativeLayout FrameLayout 通用的属性 layout_width layout_height layout_margin 上下左右 ...
分类:其他好文   时间:2021-06-02 19:42:17    阅读次数:0
element el-form-item el-input宽度设置
0 环境 系统环境:win10 1 发现问题 为el-input设置label-width="100px"不生效 2 解决问题 1 为当前页面所有el-input设置相同宽度 .el-input { width: 自定义宽带; } ...
分类:其他好文   时间:2021-06-02 19:41:03    阅读次数:0
rem移动端布局
rem布局 em是什么 em是个大小的单位 其他大小单位有 px em是相对于父元素的字体大小 例如:父元素 font-size:15px 子元素设置 width:2em ==30px rem 是什么 rem是相对于html的 根 元素的字体大小 优点 : 直接修改根元素的字体大小就能改变其他的大小 ...
分类:移动开发   时间:2021-06-02 19:22:08    阅读次数:0
04:CSS(02)
溢出属性 p { height: 100px; width: 50px; border: 3px solid red; /*overflow: visible; !*默认就是可见 溢出还是展示*!*/ /*overflow: hidden; !*溢出部分直接隐藏*!*/ /*overflow: sc ...
分类:Web程序   时间:2021-06-02 19:21:22    阅读次数:0
使用input事件进行搜索
使用input事件进行搜索时准时不准 <div class="m-wrapper03" id="app" v-cloak> <div class="close-hosmain close-pf"> <div class="mycloose"> <i class="mycloose-img" @cli ...
分类:其他好文   时间:2021-06-02 18:54:30    阅读次数:0
一手遮天 Android - view(布局类): GridLayout 网格布局
一手遮天 Android - view(布局类): GridLayout 网格布局 ...
分类:移动开发   时间:2021-06-02 18:37:49    阅读次数:0
32014条   上一页 1 ... 8 9 10 11 12 ... 3202 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!