提交 6786d91d 编写于 作者: G gongfuxiang

css合并到common

上级 ab8ee262
......@@ -5,7 +5,6 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="https://unpkg.com/element-ui@1.4.1/lib/theme-default/index.css">
<link rel="stylesheet" href="{{ config.STATIC_URL }}{{ config.TEMPLATES_DEFAULT_VERSION }}/css/common.css">
<link rel="stylesheet" href="{{ config.STATIC_URL }}{{ config.TEMPLATES_DEFAULT_VERSION }}/css{% if request.path == '/' %}/index/index{% else %}{{ request.path }}{% endif %}.css">
<script>
var __host__ = '{{ host }}';
var __templates_version__ = '{{ config.TEMPLATES_DEFAULT_VERSION }}';
......
......@@ -9,5 +9,41 @@
* 表单
*/
.el-form .el-form-item { margin-bottom: 0px; border-bottom: 1px dashed #eee; padding: 22px 5px; padding-right: 20%; }
.el-form .el-select { width: 100% }
.form-submit { margin: 22px 5px; }
.el-form-item:hover { background-color: #fafafa; }
\ No newline at end of file
.el-form-item:hover { background-color: #fafafa; }
/**
* 顶部导航
*/
header { background-color: #324157; height: 45px; }
header .logo { color: #fff; font-size: 32px; font-family: serif; margin: 0px 5px 0px 10px; display: inline-block; }
header .logo-tips { color: #c6c6c6; font-size: 12px; }
#nav-left { float: left; width: 160px; background-color: #eef1f6; }
#nav-left ul { border-radius: 0px; }
#content { padding: 10px 10px 0 10px; }
#nav-left, #content { overflow-x: hidden; }
/**
* 顶部
*/
footer { background-color: #333; padding: 25px 10px; }
footer .title { color: #a4aebd; }
/**
* 搜索条件表单
*/
.search-form .keywords { width: 65% }
/**
* 上线工单列表
*/
.release-submit { margin-left: 0px !important; }
.rollback-submit { margin-right: 10px; }
/**
* 上线工单表单
*/
.refresh-submit { float: left; margin: -28px 0 0 50px; }
.refresh-submit span { font-size: 12px; }
\ No newline at end of file
/**
* 顶部导航
*/
header { background-color: #324157; height: 45px; }
header .logo { color: #fff; font-size: 32px; font-family: serif; margin: 0px 5px 0px 10px; display: inline-block; }
header .logo-tips { color: #c6c6c6; font-size: 12px; }
#nav-left { float: left; width: 160px; }
#nav-left ul { border-radius: 0px; }
#content { padding: 10px 10px 0 10px; }
#nav-left, #content { overflow-x: hidden; }
/**
* 顶部
*/
footer { background-color: #333; padding: 25px 10px; }
footer .title { color: #a4aebd; }
\ No newline at end of file
.search-form .keywords{ width: 65% }
\ No newline at end of file
.search-form .keywords{ width: 65% }
.release-submit { margin-left: 0px !important; }
.rollback-submit { margin-right: 10px; }
\ No newline at end of file
.el-radio-button:first-child .el-radio-button__inner, .el-radio-button:last-child .el-radio-button__inner, .project-list .el-radio-button, .el-radio-button__inner { border-radius: 3px; }
.project-list .el-radio-button { margin:10px 30px; }
.el-radio-button__inner { border: 1px solid #bfcbd9; }
.el-select { width: 100% }
.refresh-submit { float: left; margin: -28px 0 0 50px; }
.refresh-submit span { font-size: 12px; }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册