实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<html ng-app="ionicApp">
2
    <head>
3
        <meta charset="utf-8">
4
        <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
5
        <title>手册网基础教程(shouce.ren)</title>
6
        <link href="/static/example/ionic.min.css" rel="stylesheet">
7
        <script src="/static/example/ionic.bundle.min.js"></script>
8
    </head>
9
    <body>
10
    
11
    <div class="bar bar-header">
12
      <div class="h1 title">Buttons</div>
13
    </div>
14
    
15
    <div class="content has-header padding">
16
17
      <p><button class="button button-light">button-light</button>
18
      </p><p><button class="button button-stable">button-stable</button>
19
      </p><p><button class="button button-positive">button-positive</button>
20
      </p><p><button class="button button-calm">button-calm</button>
21
      </p><p><button class="button button-balanced">button-balanced</button>
22
      </p><p><button class="button button-energized">button-energized</button>
23
      </p><p><button class="button button-assertive">button-assertive</button>
24
      </p><p><button class="button button-royal">button-royal</button>
25
      </p><p><button class="button button-dark">button-dark</button></p>
26
27
    </div>
28
29
  </body>
30
</html>
31