Heim > Artikel > Web-Frontend > ionischer Stil, ruhig
1. Instanzhintergrund
ionischer Kopfbalken-Kopfzeile, Stilbalken-Ruhe festlegen
2. Implementierungsquellcode
<!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-calm</title> <link rel="stylesheet" href="../css/ionic.css" /> <script type="text/javascript" src="../js/ionic.bundle.js" ></script> <script> var app = angular.module("calmApp",["ionic"]); app.controller("calmController",function($scope){ $scope.calm = "删除"; }); </script> </head> <body ng-app="calmApp" ng-controller="calmController"> <p class="bar bar-header bar-calm"> <label class="title">{{calm}}</label> </p> </body> </html>
3 🎜>
Das Obige ist der Inhalt von ionischen Stil-Bar-ruhigen, verwandteren Inhalten Bitte beachten Sie die chinesische PHP-Website (www.php.cn)!