如何在同一个 div 中提供 css 以获取如下页面。我以以下方式获得数据,其中包含更多子部分,如第二阶段。
abcde
a production productions
limited
total
jackson
b productions productions
limited
我使用的代码如下。
css
.label_left21 {
width: 20%;
float: left;
text-align:center;
line-height: 30px;
margin:0 10px 0 0;
word-wrap:break-word;
}
.text_right22 {
width: 20%;
float:left;
text-align:center;
}
.text_right23 {
width: 55%;
float:left;
}
html为
<div class="label_left21"><br><br><br><label>BUDGET</label></div>
<div class="text_right22"><br><br><br><label>PUBLIC</label></div>
<div class="text_right23"><label>State</label></div>
<div class="text_right22"><br><br><br><label>PRIVATE</label></div>
<div class="text_right23"><br><label>publication</label></div>
但是如果有更多的子部分,它就不起作用数据冲突