ionic頭部bar-header,設(shè)置樣式bar-assertive
2、實(shí)現(xiàn)源碼
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>ionic之樣式bar-assertive</title> <link rel="stylesheet" href="../css/ionic.css" /> <script type="text/javascript" src="../js/ionic.bundle.js" ></script> <script> var app = angular.module("assertiveApp",["ionic"]); app.controller("assertiveController",function($scope){ $scope.assertive = "提醒"; }); </script> </head> <body ng-app="assertiveApp" ng-controller="assertiveController"> <p class="bar bar-header bar-assertive"> <label class="title">{{assertive}}</label> </p> </body> </html>
3、實(shí)現(xiàn)結(jié)果
聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com