所有页面初始化的样式微调

master
hujl 4 years ago
parent 3e3a6b3ae6
commit 8dbb7b7bb0

@ -479,15 +479,25 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
</head>
<body>
<div id="mb"></div>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;" onkeydown="enter()">
<form class="formCss" onkeydown="enter()">
<div class="form-inline">
<div class="form-group divCss8">
<label for="inpNo">住院号:</label>

@ -395,14 +395,25 @@
background-color: #9acfea;
}
.formCss{
margin-top:0px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
</head>
<body>
<div id="mb"></div>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;" onkeydown="enter()">
<form class="formCss" onkeydown="enter()">
<div class="form-inline">
<%--<div class="form-group divCss8" hidden="hidden">--%>
<%--<label for="id">病案号:</label>--%>

@ -71,11 +71,22 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
<body>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;">
<form class="formCss">
<div class="form-inline">
<div class="form-group divCss8">

@ -71,11 +71,22 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
<body>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;">
<form class="formCss">
<div class="form-inline">
<div class="form-group divCss8">

@ -33,14 +33,14 @@
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
width: 42%;
width: 43%;
}
.treeBtn {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
width: 42%;
width: 43%;
}
/* .zTreeDemo {
@ -111,7 +111,7 @@
#ztree {
margin-top: 10px;
margin-left: -35px;
margin-left:-20px;
height: calc(100vh - 150px);
overflow: auto;
!important;
@ -122,25 +122,29 @@
margin-top: -5px;
!important;
}
.divCss2{
margin-left: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body>
<div id="leftCol">
<div id="leftCol" >
<div class="row titleCss">
&nbsp;字典列表
</div>
<div class="form-inline ">
<input type="text" id="key" value="" class="input-medium form-control" placeholder="字典名称"/>
<button type="button" class="btn btn-primary btn-sm form-control" id="searchBtn">查询</button>
<div class="row form-inline divCss2 form-group">
<input type="text" id="key" value="" class="input-sm form-control" placeholder="字典名称"/>
<button type="button" class="btn btn-primary btn-sm" id="searchBtn">查询</button>
</div>
<div class="row" style="margin-left: 5px;">
<div class="row form-inline form-group divCss2">
<button type="button" class="btn btn-success btn-sm treeBtn1" onclick="expandAll();">全部展开</button>
<button type="button" class="btn btn-success btn-sm treeBtn" onclick="collapseAll();">全部收缩</button>
</div>
<div class="row">
<!--树-->
<div class="zTreeDemo">
<ul id="ztree" class="ztree" style="margin-left:-18px;"></ul>
<ul id="ztree" class="ztree" ></ul>
</div>
</div>
</div>
@ -149,8 +153,8 @@
<div class="row titleCss">
&nbsp;字典信息
</div>
<form id="form1">
<div class="row" id="btnDiv">
<form id="form1" style="margin-top: 0px">
<div class="row form-inline form-group" id="btnDiv">
<button type="button" class="btn btn-info btn-sm" id="addBtn">添加叶子</button>
<button type="button" class="btn btn-danger btn-sm" id="delBtn">删除类别</button>
<button type="button" class="btn btn-primary btn-sm" id="saveBtn">保存类别</button>

@ -57,13 +57,23 @@
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:5px;
margin-right:15px;
height:auto;
}
</style>
</head>
<body>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;">
<form class="formCss">
<div class="form-inline">
<div class="form-group divCss8">
<label for="inpNo">住院号:</label>

@ -54,14 +54,16 @@
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
width: 42%;
height: 30px;
width: 43%;
}
.treeBtn {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
width: 42%;
margin-right: 0px;
height: 30px;
width: 43%;
}
/*.zTreeDemo{
@ -79,9 +81,9 @@
#ztree {
margin-top: 10px;
margin-left: -35px;
height: calc(100vh - 150px);
overflow: auto;
margin-left:-30px;
!important;
}
@ -90,7 +92,7 @@
height: calc(100vh - 20px);
width: 24%;
float: left;
margin-left: 10px;
margin-left: 15px;
!important;
}
@ -108,7 +110,14 @@
!important;
}
.zTreeDemo{
margin-left:35px;
}
.divCss2{
margin-left: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body>
@ -116,11 +125,11 @@
<div class="row titleCss">
&nbsp;缺陷类别列表
</div>
<div class="row form-inline">
<input type="text" id="key" value="" class="input-medium form-control" placeholder="缺陷类别名称"/>
<button type="button" class="btn btn-primary btn-sm form-control" id="searchBtn">查询</button>
<div class="row form-inline form-group divCss2">
<input type="text" id="key" value="" class="input-sm form-control" placeholder="缺陷类别名称"/>
<button type="button" class="btn btn-primary btn-sm" id="searchBtn">查询</button>
</div>
<div class="row">
<div class="row divCss2">
<button type="button" class="btn btn-success btn-sm treeBtn1" onclick="expandAll();">全部展开</button>
<button type="button" class="btn btn-success btn-sm treeBtn" onclick="collapseAll();">全部收缩</button>
</div>
@ -136,11 +145,11 @@
<div class="row titleCss">
&nbsp;缺陷类别信息
</div>
<form id="form1" >
<div class="row">
<form id="form1" style=" margin-top: 0px;">
<div class="row form-inline form-group">
<button type="button" class="btn btn-primary btn-sm" id="saveBtn">保存类别</button>
<button type="button" class="btn btn-danger btn-sm" id="delBtn">删除类别</button>
<button type="button" class="btn btn-warning btn-sm" id="addBtn">添加类别</button>
<button type="button" class="btn btn-danger btn-sm " id="delBtn">删除类别</button>
<button type="button" class="btn btn-warning btn-sm " id="addBtn">添加类别</button>
</div>
<div id="contentDiv" hidden>
<div class="row divCss">

@ -1,5 +1,4 @@

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<c:set value="${pageContext.request.contextPath}" var="path" scope="page"/>
<html>
@ -286,12 +285,7 @@
!important;
}
#mainDiv {
margin-left: 30px;
margin-right: 10px;
height: auto;
!important;
}
#deptDiv {
height: 18px;
@ -306,11 +300,6 @@
!important;
}
#formInfo {
margin-top: 20px;
!important;
}
.toolbarCss {
width:100%;
margin-right: 20px;
@ -430,19 +419,24 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:0px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
</head>
<body>
<div id="mb"></div>
<%--<div class="panel panel-primary">--%>
<%--<div class="panel-heading">--%>
<%--<h3 class="panel-title">在院浏览</h3>--%>
<%--</div>--%>
<%--<div class="panel-body">--%>
<div id="mainDiv">
<div id="mainDiv" class="tjCss">
<!--搜索-->
<form id="formInfo" onkeydown="enter()">
<form id="formInfo" class="formCss" onkeydown="enter()">
<div class="form-inline">
<%--<div class="form-group divCss8">--%>
<%--<label for="id">病案号:</label>--%>

@ -421,6 +421,17 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
</head>
@ -430,7 +441,7 @@
<input type="text" id="tableId" hidden/>
<input type="text" id="inpatientNo" hidden/>
<div id="mb"></div>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#home" aria-controls="home" role="tab" data-toggle="tab">住院</a></li>
<li role="presentation"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab">留观</a></li>
@ -438,7 +449,7 @@
<div class="tab-content">
<div class="tab-pane active" id="home">
<!--搜索-->
<form style="margin-top:20px;" >
<form class="formCss">
<div class="form-inline">
<%--<div class="form-group divCss8" hidden="hidden">--%>
<%--<label for="id">病案号:</label>--%>
@ -548,7 +559,7 @@
</div>
<div class="tab-pane" id="profile">
<!--搜索-->
<form style="margin-top:20px;">
<form class="formCss">
<div class="form-inline">
<div class="form-group divCss8">
<label for="inpNo">患者ID:</label>

@ -271,17 +271,26 @@
!important;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
</head>
<body>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;" onkeydown="enter()">
<form class="formCss" onkeydown="enter()">
<div class="form-inline">
<div hidden="hidden">
<label for="id">病案号:</label>

@ -52,11 +52,22 @@
}
.divContentCss{
margin-left:30px;
margin-right:10px;
margin-left:10px;
margin-right:5px;
margin-top: 20px;
height:auto;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:0px;
margin-right:15px;
height:auto;
}
</style>
</head>
@ -70,9 +81,9 @@
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane" id="overdueOne">
<div style="margin-right:20px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;" onkeydown="enter()" id="form1">
<form class="formCss" onkeydown="enter()" id="form1">
<div class="form-inline">
<div hidden="hidden">
<label for="id">病案号:</label>
@ -165,9 +176,9 @@
</div>
</div>
<div role="tabpanel" class="tab-pane" id="overdueTow">
<div style="margin-right:20px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;" onkeydown="enter2()" id="form2">
<form class="formCss" onkeydown="enter2()" id="form2">
<div class="form-inline">
<div hidden="hidden">
<label for="id">病案号:</label>

@ -45,14 +45,25 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
</head>
<body>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;">
<form class="formCss">
<div class="form-inline">
<div class="form-group divCss8">
<label for="inpNo">住院号:</label>

@ -71,12 +71,22 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
<body>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;">
<form class="formCss">
<div class="form-inline">
<div class="form-group divCss8">
<label for="inpNo">住院号:</label>
@ -496,44 +506,44 @@
{
title: '住院号',
field: 'inpNo',
align: 'center',
valign: 'middle',
align: 'left',
valign: 'middle'
},
{
title: '住院次数',
field: 'visitId',
align: 'center',
valign: 'middle',
valign: 'middle'
},
{
title: '姓名',
field: 'name',
align: 'left',
valign: 'middle',
valign: 'middle'
},
{
title: '性别',
field: 'sex',
align: 'center',
valign: 'middle',
valign: 'middle'
},
{
title: '身份证号',
field: 'idNo',
align: 'left',
valign: 'middle',
visible: false,
visible: false
},
{
title: '入院科室',
field: 'deptAdmissionTo',
align: 'left',
valign: 'middle',
valign: 'middle'
},
{
title: '入院日期',
field: 'admissionDateTime',
align: 'center',
align: 'center'
},
{
title: '出院科室',

@ -73,12 +73,23 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
<body>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;">
<form class="formCss">
<div class="form-inline">
<div class="form-group divCss8">
<label for="inpNo">住院号:</label>

@ -34,14 +34,25 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
</head>
<body>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;">
<form class="formCss">
<div class="form-inline">
<div class="form-group divCss8">
<label for="inpNo">住院号:</label>

@ -71,11 +71,22 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
<body>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;">
<form class="formCss">
<div class="form-inline">
<%--<div class="form-group divCss8">
<label>出院日期:</label>

@ -71,11 +71,22 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
<body>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;">
<form class="formCss">
<div class="form-inline">
<div class="form-group divCss8">

@ -415,14 +415,25 @@
.fixed-table-container tbody .selected td {
background-color: #9acfea;
}
.formCss{
margin-top:20px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
</head>
<body>
<div id="mb"></div>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;" >
<form class="formCss">
<div class="form-inline">
<%--<div class="form-group divCss8" hidden="hidden">--%>
<%--<label for="id">病案号:</label>--%>

@ -476,13 +476,13 @@
}
#QXInfoModal .modal-content {
margin-left: 20%;
margin-left: 5%;
width: calc(210%);
height: calc(100vh - 80px);
}
#QXInfoModal .modal-header2 {
margin-left: 20%;
margin-left: 5%;
width: calc(210%);
}
@ -492,14 +492,25 @@
background-color: #9acfea;
}
.formCss{
margin-top:0px;
margin-left:20px;
}
.tjCss{
margin-left:10px;
margin-right:20px;
height:auto;
}
</style>
</head>
<body>
<div id="mb"></div>
<div style="margin-left:30px;margin-right:10px;height:auto">
<div class="tjCss">
<!--搜索-->
<form style="margin-top:20px;" onkeydown="enter()">
<form class="formCss" onkeydown="enter()">
<div class="form-inline">
<div hidden="hidden">
<label for="id">病案号:</label>

Loading…
Cancel
Save