新增控制中心

master
wangxh 6 years ago
parent baaf0fef89
commit 3ec1032d59

@ -27,7 +27,6 @@
margin-right: -15px;
margin-bottom: -15px;
}
.mainDiv {
background-color: #fff;
}
@ -55,6 +54,16 @@
.textNum {
font-size: 18px;
}
.welcomeInfo {
float: left;
margin-right: 5%;
color: #2aabd2;
font-size: 22px;
}
.companyInfo {
margin-top: 8px;
color: #2aabd2;
}
</style>
</head>
<body>
@ -70,6 +79,16 @@
<div class="timeShow">
<div id="timeShow" style="font-size: 25px;"></div>
</div>
<div class="row">
<div style="margin-left: 6%; float: left; width: 85%; background-color: #fff;">
<div class="welcomeInfo">
欢迎 使用数字病案管理系统
</div>
<div class="companyInfo">
厦门嘉时软件科技有限公司
</div>
</div>
</div>
<div class="row" style="margin-top: 25px;">
<div class="col-md-6 col-md-offset-3">
<div class="col-md-6">

Loading…
Cancel
Save