Home > Web Front-end > HTML Tutorial > 如何将下列方块中所有审查步骤的显示离左边200px呢?_html/css_WEB-ITnose

如何将下列方块中所有审查步骤的显示离左边200px呢?_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-21 09:39:38
Original
1033 people have browsed it

如图,所有的方块都是一个代码生成的div,所有申请用一个css,审核用一个css,请问现在这个审核的css应该怎么改呢?现在样式如下
.processstepExam{ margin-left: 197px;width:167px; height:110px; float:left; background:url(../Images/processbj1.jpg); margin-right:6px; display:inline; padding:15px; line-height:22px;}

回复讨论(解决方案)

加上   padding-left:200px;  试试呢?

1楼所说padding-left:200px应该可以实现你所要的效果,因为我也是这样做的……

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template