温泉ui:对齐中心

时间:2014-11-24 18:34:50

标签: css onsen-ui

嗨我想水平对齐中心 - 但它没有发生

这是我的代码:

<ons-row class="center bordertop1 grey1" style="margin-top:10px;text-align:center !important;">
                    <ons-col class="center borderright1 grey1" ng-click="" style="" ><ons-row style="margin-top:10px;margin-bottom:10px;"><img  ng-src="img/icon/icon1.png"  /></ons-row><ons-row  class="center">icon1 </ons-row></ons-col>
                    <ons-col class="center borderright1 borderbottom1" style=""><ons-row style="margin-top:10px;margin-bottom:10px;"><img  class="center"  ng-src="img/icon/icon2.png"  /></ons-row><ons-row class="center" style="margin-bottom:10px;"   >option 2{{member.followercount}}</ons-row></ons-col>
                    <ons-col class="center borderbottom1" style=""><ons-row class="center" style="margin-top:10px;margin-bottom:10px;"><img  ng-src="img/icon/icon3.png"  /></ons-row><ons-row class="center" style="margin-bottom:10px; text-align:center !important;">option 3 </ons-row></ons-col>
                </ons-row>

我也尝试过style =“text-align:center;”

不工作

帮助我 此致

1 个答案:

答案 0 :(得分:3)

无论哪种方式,我都会尝试操纵css或样式来添加以下属性:

width: 100%; 

margin: 10px auto;