CSS样式2
作者:互联网
position: relative;生成相对定位的元素,相对于其正常位置进行定位(相对定位)。
padding-bottom: 属性设置元素的下内边距。
border-bottom: 1px dotted;下边框为1像素的虚线。
position: absolute;生成绝对定位的元素,绝对于其正常位置进行定位(绝对定位)。
display: inline-table;会作为内联表格来显示(类似 <table>)。
标签:定位,bottom,样式,元素,绝对,相对,position,CSS 来源: https://www.cnblogs.com/he-jianghai520/p/15467412.html