该属性用于设置元素内部右边的距离。
<!-- 红色容器的内部右边距离空出了 10px--> <div style="background: red; width: 210px; height: 200px; padding-right:10px;"> <div style="background: green; width: 200px; height: 200px; "></div> </div>
显示效果