- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试将日历部门和通知部门向上移动。但我似乎无法在不破坏布局的情况下弄清楚。
我尝试过的:
将日历部门移动到 Waarschuwing 部门之下一个部门。这样日历分区就到了我想要的地方。但这在 Legend 部门和客户列表部门之间造成了相当大的差距。
这就是我想要做的:
我的代码:
<?php
include('session.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Bravo Portal</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<!-- Responsive slider -->
<link href="css/responsive-calendar.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/styles.css" rel="stylesheet">
<style type="text/css">
table.scroll {
width: 100%;
border-spacing: 0;
border: 1px solid grey;
}
table.scroll th,
table.scroll td,
table.scroll tr,
table.scroll thead,
table.scroll tbody { display: block; }
table.scroll thead tr {
/* fallback */
width: 97%;
/* minus scroll bar width */
width: -webkit-calc(100% - 16px);
width: -moz-calc(100% - 16px);
width: calc(100% - 16px);
}
table.scroll tr:after {
content: ' ';
display: block;
visibility: hidden;
clear: both;
}
table.scroll tbody {
height: 100px;
overflow-y: auto;
overflow-x: hidden;
}
table.scroll tbody td,
table.scroll thead th {
width: 19%;
float: left;
border-right: 0px solid grey;
}
thead tr th {
height: 30px;
line-height: 30px;
/*text-align: left;*/
}
table td.green{
background: green;
}
table td.red{
background: red;
}
table td.orange{
background: orange;
}
tbody { border-top: 2px solid black; padding-bottom: 50%; }
tbody td:last-child, thead th:last-child {
border-right: none !important;
}
#hoverTable{
width:100%;
border-collapse:collapse;
}
#hoverTable td{
}
/* Define the default color for all the table rows */
#hoverTable tr{
}
/* Define the hover highlight color for the table row */
#hoverTable tr:hover {
background-color: #ffff99;
}
.my-legend .legend-title {
text-align: left;
margin-bottom: 5px;
font-weight: bold;
font-size: 90%;
}
.my-legend .legend-scale ul {
margin: 0;
margin-bottom: 5px;
padding: 0;
float: left;
list-style: none;
}
.my-legend .legend-scale ul li {
display: inline-block;
font-size: 80%;
list-style: none;
line-height: 18px;
vertical-align: text-top;
}
.my-legend ul.legend-labels li span {
display: inline-block;
height: 16px;
width: 20px;
margin-right: 5px;
margin-left: 10px;
border: 1px solid #999;
}
.my-legend a {
color: #777;
}
/*notities*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400);
/* body {
font: normal normal 13px/16px "Open Sans", sans-serif;
background: #ccc;
} */
.contain{
width: 300px;
border-radius: 3px;
}
form {
display: inline-block;
}
input{
padding: 1px 1px 1px 1px;
}
#button1{
display: inline-block;
background-color:#fc999b;
color:#ffffff;
border-radius: 1px;
text-align:center;
margin-top:1px;
padding: 3px 3px;
}
#button1:hover{
cursor: pointer;
opacity: .8;}
ol {padding-left: 20px;}
ol li {padding: 5px;color:#000;}
ol li:nth-child(even){background: #70ABAF;}
.strike{text-decoration: line-through;}
li:hover{
cursor: pointer;
}
/*notities*/
a{
color: black;
}
</style>
</head>
<body style="background-color: #70ABAF;">
<!-- BEGIN HEADER -->
<header class="navbar navbar-default navbar-static-top" role="banner" style="background-color: #32292F; color: #99E1D9;">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="navbar-brand">Bravo Portal</a>
</div>
<nav class="collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="portal.php">Hoofdpagina</a>
</li>
<li>
<a href="patients.php">Cliënten</a>
</li>
</ul>
<div align="right" style="padding-top: 1%;">
<b id="welcome">Welkom: <i style="color: #ADADFF;"><?php echo $login_session; ?></i></b>
<b id="logout"><a href="../logout.php">Uitloggen</a></b>
</div>
</nav>
</div>
</header>
<!-- END HEADER -->
<div class="container">
<div class="row">
<!-- WAARSCHUWWING -->
<div class="col-md-8" style="border-style: solid; color: #99E1D9;">
<div style=" padding-top: 2%; padding-bottom: 2%;">WAARSCHUWINGEN<small class="fa fa-cog fa-spin fa-1x fa-fw" style="color: #705D56;"></small></div>
<!-- <hr style="padding: 0%; margin: 0%;"> -->
<!-- Begin Gevallen -->
<div class="col-md-6" style="color: #705D56; margin-bottom: 0%; padding-bottom: 0%;">
<p>Rode Status Geval</p>
</div>
<div class="col-md-6" style="color: #705D56;">
<p>Oranje Status Geval</p>
</div>
<!-- End Gevallen -->
<!-- Show Record -->
<div style="height:90px; overflow:auto; margin-bottom: 1%; border: solid 0px #705D56; padding-top: 0%; margin-top: 0%;" class="col-md-6">
<?php
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "patientdb";
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
$sql = "SELECT naam FROM clients WHERE status > '60'";
$result = $conn->query($sql);
if ($result->num_rows > 0) {
// output data of each row
while($row = $result->fetch_assoc()) {
echo "<a href='patients.php'>";
echo "" . $row["naam"]."</a><br>";
}
} else {
echo "0 results";
}
$conn->close();
?>
</div>
<!-- Show Record -->
<div style="height:90px; overflow:auto; margin-bottom: 1%; border: solid 0px #705D56;" class="col-md-6">
<!-- show records -->
<?php
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "patientdb";
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
$sql = "SELECT naam FROM clients WHERE status > '58' AND status < '60'";
$result = $conn->query($sql);
if ($result->num_rows > 0) {
// output data of each row
while($row = $result->fetch_assoc()) {
echo "<a href='patients.php'>";
echo "" . $row["naam"]."</a><br>";
}
} else {
echo "0 results";
}
$conn->close();
?>
</div>
<!-- end show record -->
</div>
<!--END WAARSCHUWING -->
<!-- BEGIN LEGEND -->
<div class='my-legend' style="clear: both; padding-top: 0%; margin-top: 0%;">
<div class='legend-scale'>
<ul class='legend-labels'>
<li><span style='background:green;'></span></li>
<li>Goed</li>
<li><span style='background:yellow;'></span></li>
<li>Minder goed</li>
<li><span style='background:orange;'></span></li>
<li>Matig</li>
<li><span style='background:red;'></span></li>
<li>Slecht</li>
</ul>
</div>
</div>
<!-- END LEGEND -->
<!-- BEGIN CLIENT LIST -->
<div class="col-md-8" style=" padding-top: 2%; padding-left: 0%; clear: both;">
<h4 style="color: #99E1D9;"> Cliënten Lijst</h4>
<!-- Begin Scroll List -->
<div>
<table class="scroll">
<thead style="background-color: #99E1D9; color: #705D56;">
<tr>
<th>ID</th>
<th>Naam Client</th>
<th>Laatste Update</th>
<th style="margin-left: 21%; padding-left: 0%;">Status</th>
</tr>
</thead>
<tbody id="hoverTable" style="font-size: 11pt;">
<?php
//connect ot database
$connection = mysql_connect('localhost', 'root', '');
mysql_select_db('patientdb');
//get data from data base for the first three columns in the table.
$query = "SELECT id, naam, datum, status FROM clients";
$result = mysql_query($query);
//fetch results per row into the table.
while($row = mysql_fetch_array($result)){ //Loop through results
echo "<tr>
<td>" . $row['id'] . "</td>
<td>" . $row['naam'] . "</td>
<td>" . $row['datum'] . "</td>
<td style='padding-left: 20%;'>";
// check of the data from 'status' per condition and assign it a color.
if ($row['status'] > 60 && $row['status'] < 70) {
echo "<p class='fa fa-circle' style='color: red;''></p>";
} elseif ($row['status'] > 58 && $row['status'] < 60) {
echo "<p class='fa fa-circle' style='color: orange;''></p>";
} elseif ($row['status'] > 55 && $row['status'] < 57) {
echo "<p class='fa fa-circle' style='color: yellow;''></p>";
} else{
echo "<p class='fa fa-circle' style='color: green;''></p>";
}
echo "</td>
</tr>";
}
//close database connection
mysql_close();
?>
</tbody>
</table>
</div>
<!-- End Scroll List -->
</div>
<!-- END BEGIN CLIENT LIST -->
<!-- BEGIN CALENDER -->
<div class="col-md-3" style="padding-left: 4%; padding-top: 0%; padding-bottom: 0%; margin-top: 0%;" >
<div class="responsive-calendar">
<div class="controls">
<a class="pull-left" data-go="prev"><div class="btn btn-primary" style="background-color: #705D56; color: #99E1D9; "><</div></a>
<h4><span data-head-year></span> <span data-head-month></span></h4>
<a class="pull-right" data-go="next"><div class="btn btn-primary" style="background-color: #705D56; color: #99E1D9;">></div></a>
</div><hr/>
<div class="day-headers">
<div class="day header">Ma</div>
<div class="day header">Di</div>
<div class="day header">Wo</div>
<div class="day header">Do</div>
<div class="day header">Vr</div>
<div class="day header">Za</div>
<div class="day header">Zo</div>
</div>
<div class="days" data-group="days">
</div>
</div>
<div>
<!-- END CALENDER -->
<!-- BEGIN Notities -->
<div class="contain" class="col-md-4" style="padding-left: 4%;">
<h5 style="color: #99E1D9;">Notities</h5>
<p><em></em></p>
<form name="toDoList">
<input type="text" name="ListItem"/>
</form>
<div style="background-color: #705D56;" id="button1">voeg toe</div>
<br/>
<div style="height: 70px; width: 77%; overflow: auto; border: solid 1px #99E1D9;" >
<ol></ol>
</div>
</div>
<!-- END Notities -->
</div>
</div>
<!-- script references -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Notities -->
<script type="text/javascript">
$(document).ready(
function(){
$('#button1').click(
function(){
var toAdd = $('input[name=ListItem]').val();
$('ol').append('<li style="list-style-type:square">' + toAdd + '</li>');
});
$("input[name=ListItem]").keyup(function(event){
if(event.keyCode == 13){
$("#button1").click();
}
});
$(document).on('dblclick','li', function(){
$(this).toggleClass('strike').fadeOut('slow');
});
$('input').focus(function() {
$(this).val('');
});
$('ol').sortable();
}
);
</script>
<script src="js/scripts.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/responsive-calendar.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$(".responsive-calendar").responsiveCalendar({
time: '2017-01',
events: {
"2017-01-11": {"number": 5, "url": "https://calendar.google.com/calendar/render?pli=1#main_7"},
"2017-01-26": {"number": 1, "url": "https://calendar.google.com/calendar/render?pli=1#main_7"},
"2017-02-03":{"number": 1},
"2017-02-12": {}}
});
});
</script>
</body>
</html>
最佳答案
问题是你有这个:
<div class="col-md-8">
The things you want on the left.
</div>
<div class="col-md-8">
The things you want on the left.
</div>
<div class="col-md-3">
The things you want on the right-top.
</div>
会发生什么?您尝试添加到右侧的内容会在它可以添加时添加,在本例中是在最后一个 col-md-8
上。
我会把你的两个 col-md-8
和一个主 col-md-8
包装起来,然后让它们成为 col-md-12
,并用 row
删除填充,而您的正确内容实际上是 col-md-3
使其成为 col-md-4
像这样适合所有列:
<div class="col-md-8">
<div class="row">
<div class="col-md-12"></div>
<div class="col-md-12"></div>
</div>
</div>
<div class="col-md-4">
...
</div>
我给你做了一个Bootply,你可以看看:http://www.bootply.com/iGCQCuU7Ip
移除顶部填充和其他内容以保留您想要的内容。
关于php - 如何移动到中央分区(column-md-8)旁边更高的元素?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41425190/
我正在尝试向当前的删除功能添加功能。我遇到的问题是,当我单击“删除”时,它会立即删除而不提示。我一直在尝试使用 this question 中的答案添加提示功能. 我的问题是哪种是实现删除功能最有效的
我正在尝试在 iMagick 中执行以下操作,但无法使其正常工作: 检查图像是否超过 390 像素高,如果是,则将其调整为 390 像素高,如果不是保持尺寸。 添加一个白色 Canvas ,宽 300
我想将我的 Logo 居中并让我的主菜单显示在 Logo 的每一侧,我不知道该怎么做,我是否必须创建两个单独的菜单来实现该布局? 非常感谢任何建议。 谢谢!
我正在使用 iosslider但似乎不能一次只在 slider 中显示一张图像。我也在尝试将显示的单个图像居中。这是我对 HTML 的看法: HTML:
我希望有一种方法可以在 Android 设备上以编程方式访问中央可信 keystore 。我知道有一个存在,至少用于验证 SSL 连接等。它还附带一个方便的工具,用于添加证书、浏览等。(在设置->位置
我对蓝牙通信还很陌生。我的第一个项目打算将数据从 iOS 设备传输到 BLEshield(小芯片)。 为了测试我的中央代码,我决定将 iPhone 设置为外围设备(一旦我拿到芯片,芯片将扮演的角色)并
在我的公司,我们使用 composer 构建我们的大部分项目,这意味着我的不同团队会从互联网上下载大量重复的包(相同版本的相同库)。 我试过Satis Composer Server,但问题是缓存不是
我有一个 iOS 应用程序,它是我控制固件的外围设备的核心。类似的 Android 应用程序运行良好,能够连接到外围设备、发现服务、明确绑定(bind)并读取加密特征。 但是,在 iOS 上,Core
我想得到这个结果( Storyboard View ): 但是当我模拟我的应用程序时,我得到了这个结果(没有任何限制) 所以我尝试添加一些约束以使 TableView 居中。但是当我添加任何约束时,T
当我调整浏览器窗口大小时,我的中心 block 一直向左移动 正常: http://imgur.com/b2AVkUx 调整浏览器窗口大小后: http://imgur.com/mJq6AuO 所以我
我们正在重新考虑我们的开发环境。目前,我们都有 Elitebook 笔记本,但速度没有我们希望的那么快。我们正在考虑将我们的开发环境虚拟化为中央 VM 服务器。 我们的开发人员在 Visual Stu
我正在尝试获取 org.jfrog.buildinfo:artifactory-maven-plugin:2.6.1,它可以在 https://jcenter.bintray.com 中找到. 但是由
我有以下 Artifactory (6.12.1) 设置 远程存储库: 中央:https://repo.maven.apache.org/maven2 jboss:https://repository
如何让绿色 div 为 width: 100% 与其他两个 div 在同一行并固定 宽度。 我的想法是让两侧的 div 有固定的宽度,而中间的 div 是 width: 100% (以剩余空间)。 是
我目前正忙于将相当旧的项目从 Ant 迁移到 Gradle。这包括用等效的 Gradle 依赖管理替换 lib 目录。 目前我在使用 Maven Central 时遇到了问题。某些依赖项(我发现至少有
来自没有 typedef 的 Java 世界,我有一个问题要问 C++ 开发人员: 我的任务是用 C++ 重写一个大型 MATLAB 项目。为了了解代码的结构,我已经开始重建模块和类结构,但没有实际实
为了轻松运行我的 web 应用程序,我决定将 Jetty 添加到我的单个 POM 文件中。 关注 official documentation ,我将此添加到我的 : org.ecli
我最终想尽可能多地解耦现有的 ASP.NET MVC 项目。 随着时间的推移,他们使用多种方法,我正在学习: 标准 MVC, Controller 操作将单独的 View 返回给浏览器。 返回 FAT
正如问题所建议的那样,我们有自己的 BLE 设备和 Android 应用程序来连接该设备。我们能够与 BLE 设备连接并成功完成所有操作。 与此同时,我们能够检测到我们的 BLE 设备与其他 3rd
在 Android 上我们有 requestMtu 和 onMtuChanged,这似乎意味着我们必须手动协商 MTU 大小,如果中央设备和外围设备都是基于 Android 的(但我可能错了,它也可能
我是一名优秀的程序员,十分优秀!