0
我在我的webiste上有UI Bootstrap選項卡(http://angular-ui.github.io/bootstrap),但它的風格似乎有點未完成。如何填寫UI Bootstrap選項卡指令的選項卡背景?
所以我完成了底部邊框的盒子,所以它看起來是這樣的: http://plnkr.co/edit/wq3vTkR3CqQQSmG9gbW1?p=preview
<!doctype html>
<html ng-app="ui.bootstrap.demo">
<head>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.js"></script>
<script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.12.0.js"></script>
<script src="example.js"></script>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
a:focus {
outline: none;
}
</style>
</head>
<body>
<div ng-controller="TabsDemoCtrl" style="padding: 20px">
<tabset justified="true">
<tab heading="Info 1"><div style="border: 1px solid #ddd; border-radius: 0 0 5px 5px; padding: 10px">Justified content</div></tab>
<tab heading="SJ"><div style="border: 1px solid #ddd; border-radius: 0 0 5px 5px; padding: 10px">2222</div></tab>
<tab heading="Long Justified"><div style="border: 1px solid #ddd; border-radius: 0 0 5px 5px; padding: 10px">3333</div></tab>
</tabset>
</div>
</body>
</html>
但現在:
- 我如何才能在底部擺脫厚厚的2px線內容頂部的標籤?
- 如何設置非主動標籤有背景是這樣的: