我正在创建比赛页面,并且希望表单和“提交”按钮居中对齐屏幕尺寸,我已经设法在输入字段中做到了这一点,但按钮却没有?任何想法,我要去哪里错了?我也想将此应用于手机吗?我使用了一些在网上找到的表单代码,如果这不是构建它的最佳方法,我深表歉意,我是一个完整的新手。
谢谢。
$query->andFilterWhere([
'>=',
'crated_at_date_time',
strtotime($this->crated_at_date)
])
<style>
.panel-body{
}
.form-group.last {
margin-bottom:0px;
}
.form-group.last {
margin-bottom:0px;
}
.form-control {
border-radius: 10px;
width:400px;
height:40px;
text-align:center;
}
.form-inline{
line-height:47px;
}
</style>