css - 在 ionic 中尝试网格系统时出现问题

标签 css angularjs twitter-bootstrap ionic-framework

我是 ionic 框架的新手 我需要完成这个 View enter image description here

我试过这个东西

    <div class="row">
        <div class="col col-80"> 
          <div class="row">
            <img src="{{jobDetails.category.name}}.png" class="col col-10" width="30">
            <span class="heading col col-10" ng-bind="jobDetails.category.name"></span> 
            (<span ng-bind="jobDetails.subcategory.subCategoryName" class="heading"></span>)
          </div>
       </div> 
   </div>

但我无法在那里获得正确的 View

任何帮助将不胜感激

最佳答案

希望我的回答对您有所帮助:

 <div>
      <div class="row">
        <div class="col col-10">
          <img src="" alt="not available">
        </div>
        <div class="col col-90">
          <span>
            Text goes here
          </span>
        </div>
      </div>
      <p>If the text extends in the first row ..</p>
    </div>

关于css - 在 ionic 中尝试网格系统时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41320280/

相关文章:

css - 悬停时更改下拉菜单的背景颜色

javascript - Sidenav 栏应从右侧而不是左侧打开

javascript - angularjs 使用另一个 ng-model 的值设置默认值 ng-model

javascript - typeahead bootstrap,当从菜单中选择或聚焦项目并获取值时触发

jquery - 试图在 IE6 中调整 jQuery 对话框的大小?

javascript - 在 Web 应用程序中滑动页面

angularjs - 使用 AngularJS 在 HighCharts 中单击事件和双向数据绑定(bind)

angularjs - Angular js 是前端还是后端?

html - 为 Ruby on Rails 应用程序创建 Bootstrap 前端

css - 右侧的 Bootstrap 冲洗列