抽取出sub-page.css文件
parent
4e2112a36c
commit
5b02b0eaf9
|
|
@ -0,0 +1,24 @@
|
|||
/*主体内容样式*/
|
||||
.ok-body {
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
/*子页面面包屑导航样式*/
|
||||
.ok-body-breadcrumb {
|
||||
position: relative;
|
||||
line-height: 39px;
|
||||
height: 41px;
|
||||
border-bottom: 1px solid #e5e5e5
|
||||
}
|
||||
|
||||
/*子页面面包屑导航刷新按钮样式*/
|
||||
.ok-body-breadcrumb .layui-btn {
|
||||
line-height: 2.4em;
|
||||
margin-top: 3px;
|
||||
float: right
|
||||
}
|
||||
|
||||
/*子页面面包屑导航刷新按钮图标样式*/
|
||||
.ok-body-breadcrumb .layui-btn .layui-icon {
|
||||
line-height: 40px
|
||||
}
|
||||
|
|
@ -4,16 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<title>阿里巴巴图标库</title>
|
||||
<link rel="stylesheet" href="lib/layui/css/layui.css">
|
||||
<style>
|
||||
/*主体内容样式*/
|
||||
.ok-body{padding:10px}
|
||||
/*子页面面包屑导航样式*/
|
||||
.ok-body-breadcrumb{position:relative;line-height:39px;height:41px;border-bottom:1px solid #e5e5e5}
|
||||
/*子页面面包屑导航刷新按钮样式*/
|
||||
.ok-body-breadcrumb .layui-btn{line-height:2.4em;margin-top:3px;float:right}
|
||||
/*子页面面包屑导航刷新按钮图标样式*/
|
||||
.ok-body-breadcrumb .layui-btn .layui-icon{line-height:40px}
|
||||
</style>
|
||||
<link rel="stylesheet" href="css/sub-page.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="ok-body">
|
||||
|
|
|
|||
|
|
@ -4,16 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<title>Layui内置图标库</title>
|
||||
<link rel="stylesheet" href="lib/layui/css/layui.css">
|
||||
<style>
|
||||
/*主体内容样式*/
|
||||
.ok-body{padding:10px}
|
||||
/*子页面面包屑导航样式*/
|
||||
.ok-body-breadcrumb{position:relative;line-height:39px;height:41px;border-bottom:1px solid #e5e5e5}
|
||||
/*子页面面包屑导航刷新按钮样式*/
|
||||
.ok-body-breadcrumb .layui-btn{line-height:2.4em;margin-top:3px;float:right}
|
||||
/*子页面面包屑导航刷新按钮图标样式*/
|
||||
.ok-body-breadcrumb .layui-btn .layui-icon{line-height:40px}
|
||||
</style>
|
||||
<link rel="stylesheet" href="css/sub-page.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="ok-body">
|
||||
|
|
|
|||
11
user.html
11
user.html
|
|
@ -6,16 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="stylesheet" href="lib/layui/css/layui.css">
|
||||
<link rel="stylesheet" href="css/scroll-bar.css">
|
||||
<style>
|
||||
/*主体内容样式*/
|
||||
.ok-body{padding:10px}
|
||||
/*子页面面包屑导航样式*/
|
||||
.ok-body-breadcrumb{position:relative;line-height:39px;height:41px;border-bottom:1px solid #e5e5e5}
|
||||
/*子页面面包屑导航刷新按钮样式*/
|
||||
.ok-body-breadcrumb .layui-btn{line-height:2.4em;margin-top:3px;float:right}
|
||||
/*子页面面包屑导航刷新按钮图标样式*/
|
||||
.ok-body-breadcrumb .layui-btn .layui-icon{line-height:40px}
|
||||
</style>
|
||||
<link rel="stylesheet" href="css/sub-page.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="ok-body">
|
||||
|
|
|
|||
|
|
@ -9,10 +9,7 @@
|
|||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" href="lib/layui/css/layui.css">
|
||||
<link rel="stylesheet" href="css/scroll-bar.css">
|
||||
<style>
|
||||
/*主体内容样式*/
|
||||
.ok-body{padding:10px}
|
||||
</style>
|
||||
<link rel="stylesheet" href="css/sub-page.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="ok-body">
|
||||
|
|
|
|||
Loading…
Reference in New Issue