Yii CHtml::radioButtonList - 水平对齐的 CSS [英] Yii CHtml::radioButtonList - CSS to align horizontally

查看:23
本文介绍了Yii CHtml::radioButtonList - 水平对齐的 CSS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 yii 框架进行开发.我编写了 CSS 并且能够在 html 中正确对齐我的 <input 标签,并且我对 yii 使用相同的 CSS 并且对齐被搞砸了.有人可以帮我吗?

我希望它显示如下

这是我的 yii 代码

<label>性别:</label><?php echo CHtml::radioButtonList('gender_code','',array('Male'=>'Male','Female'=>'Female'),array('separator'=>''));?>

CSS