【问题标题】:Change the position of Radio button in radio group in appery.io using css使用 css 在 appery.io 的单选组中更改单选按钮的位置
【发布时间】:2015-09-13 03:32:25
【问题描述】:

这是我在实现appery.io基于Web的开发平台中提供的默认组件后得到的ui-radio的图像。

如何获得顶部的单选按钮位置?如下图所示:

我试过了:

.ui-radio .ui-btn.ui-radio { 
    position: absolute; 
    vertical-align: top; 
    margin: 0; 
    padding: 0; 
} 

还是不行。

【问题讨论】:

    标签: html css radio-button radio-group


    【解决方案1】:
    .ui-radio .ui-btn.ui-radio { 
        position: absolute; 
        top: 0;
        margin: 0; 
        padding: 0; 
    } 
    

    试试这个。

    【讨论】:

      猜你喜欢
      • 2012-10-11
      • 2019-09-09
      • 2015-06-19
      • 1970-01-01
      • 1970-01-01
      • 2011-08-06
      • 2012-09-08
      • 2014-07-02
      • 2014-06-03
      相关资源
      最近更新 更多