Commit db973b0b by HTML5-侯张振

样式修改

parent 3d3983b2
......@@ -89,6 +89,7 @@
<div class="col-md-8">
<?php if ($buildings) {
foreach ($buildings as $key => $build) { ?>
<label style="width: 24%;float: left;">
<input type="checkbox" class="building_id" name="building_id[]" value="<?php echo $build['id']; ?>" <?php if($key == 0) { ?> checked="checked" <?php } ?>> <?php echo $build['building_title']; ?>
</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment