/* 未下拉时,QComboBox的样式 */ QComboBox { border: 1px solid gray; /* 边框 */ border-radius: 3px; /* 圆角 */ padding: 1px 18px 1px 3px; /* 字体填衬 */ color: #000; f ...
分类:
其他好文 时间:
2020-01-06 13:06:18
阅读次数:
311
循环输出后台从数据库查询出来的数据,@foreach($data as $v) <div style="border:red 1px solid;height: 100px;margin-bottom: 20px"> <div style="border:black 1px solid;height ...
分类:
其他好文 时间:
2020-01-06 12:32:08
阅读次数:
291
Despription Triangulation of surfaces has applications in the Finite Element Method of solid mechanics. The objective is to estimate the stress and st ...
分类:
其他好文 时间:
2020-01-04 22:04:54
阅读次数:
66
//h5有个小bug 1像素边框过粗,其实有个解决方案,就是利用伪元素:after,结合css3中的scale在y轴方向缩放0.5就行了 //父元素 //删除border-bottom,添加position:relative,伪元素定位用。 - border-bottom:1px solid yel ...
分类:
移动开发 时间:
2020-01-04 20:29:12
阅读次数:
126
* { margin: 0; padding: 0; } .box1 { float: left; position: relative; width: 200px; height: 200px; border: 1px solid red; } .son1 { position: absolute ...
分类:
其他好文 时间:
2019-12-30 21:14:02
阅读次数:
84
border-style的值: none 无 dotted 点状 dashed 虚线 solid 实线 double 双实线 margin: 垂直方向两个相邻元素都设置了外边距,那么外边距会发生合并 合并高度=两个发生合并的外边距中的较大值 元素的实际高度=上边框+上内边距+内容高度+下内边距+下边 ...
分类:
Web程序 时间:
2019-12-29 18:41:13
阅读次数:
123
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>我的第一个CSS页面</title> <style type="text/css"> #myDiv{ border: 1px solid red; width:50 ...
分类:
Web程序 时间:
2019-12-28 15:51:58
阅读次数:
129
《CSS权威指南》中文字显示:任何不是块级元素的可见元素都是内联元素。其表现的特性是“行布局”形式,这里的“行布局”的意思就是说其表现形式始终以行进行显示。比如,我们设定一个内联元素border-bottom:1px solid #000;时其表现是以每行进行重复,每一行下方都会有一条黑色的细线。如 ...
分类:
Web程序 时间:
2019-12-23 16:36:06
阅读次数:
159
css部分 #file { margin: auto; width: 100px; height: 100px; border-radius: 25px; outline: 30px solid blue; outline-offset: -80px; border: 5px solid red; ...
分类:
Web程序 时间:
2019-12-22 00:12:14
阅读次数:
186
父组件 <template> <div class="login"> <div class="main clearfix"> <div style="width:100%;height:60px;border:0px solid rosybrown"> <Search :reuqestData="r ...
分类:
其他好文 时间:
2019-12-17 22:24:08
阅读次数:
108