- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在研究“calculadora de creditos”-credits calculator-。
我用流畅的布局做到了这一点。我在互联网上搜索有关我的问题的信息,但找不到任何信息。
代码 CSS:
/* RESET CSS*/
*{
margin:0;
border:0;
padding:0;
}
/* Diseño...*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
html{height:100%;width:100%;}
body {
margin:3%;
text-align:center;
font: Arial, sans-serif;
color:white;
background-image: url(negro3.jpg);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size:cover;
background-size: cover;
}
#principal {
position:relative;
opacity:0.9;
width:50% !important;
min-width:500px;
min-height:100%;
max-width:1500px;
margin:0 auto 0 auto;
background-color: #360000;
border:1px solid transparent;
padding:5%;
}
#footer{
position:absolute;
bottom:0;
left:0;
width: 100%;
background-color:gray;
height:2%;
}
.header {
position:absolute;
left:0;
top:0;
width:100%;
height:3%;
background-color:gray;
}
.form1{
width:70%;
height:30%;
margin:15% auto 0 auto;
}
#formulario1 input{
padding:.3em;
}
.semestre1 {
display: table;
margin:0 auto 10% auto;
padding:0px;
box-shadow: 3px 4px 6px #888888;
-moz-border-radius-bottomleft:7px;
-webkit-border-bottom-left-radius:7px;
border-bottom-left-radius:7px;
-moz-border-radius-bottomright:7px;
-webkit-border-bottom-right-radius:7px;
border-bottom-right-radius:7px;
-moz-border-radius-topright:7px;
-webkit-border-top-right-radius:7px;
border-top-right-radius:7px;
-moz-border-radius-topleft:7px;
-webkit-border-top-left-radius:7px;
border-top-left-radius:7px;
}.semestre1 table{
border-collapse: collapse;
border-spacing: 0;
margin:0px;padding:0px;
}.semestre1 tr:last-child td:last-child {
-moz-border-radius-bottomright:7px;
-webkit-border-bottom-right-radius:7px;
border-bottom-right-radius:7px;
}
.semestre1 table tr:first-child td:first-child {
-moz-border-radius-topleft:7px;
-webkit-border-top-left-radius:7px;
border-top-left-radius:7px;
}
.semestre1 table tr:first-child td:last-child {
-moz-border-radius-topright:7px;
-webkit-border-top-right-radius:7px;
border-top-right-radius:7px;
}.semestre1 tr:last-child td:first-child{
-moz-border-radius-bottomleft:7px;
-webkit-border-bottom-left-radius:7px;
border-bottom-left-radius:7px;
}.semestre1 tr:hover td{
background-color:#994e4e;
}
.semestre1 td{
vertical-align:middle;
background-color:#994e4e;
border:1px solid #c4baba;
border-width:0px 1px 1px 0px;
text-align:center;
padding:3px;
font-size:11px;
font-family:Arial;
font-weight:bold;
color:#ffffff;
}.semestre1 tr:last-child td{
border-width:0px 1px 0px 0px;
}.semestre1 tr td:last-child{
border-width:0px 0px 1px 0px;
}.semestre1 tr:last-child td:last-child{
border-width:0px 0px 0px 0px;
}
.semestre1 tr:first-child td{
background:-o-linear-gradient(bottom, #4c0b0b 5%, #4c0b0b 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c0b0b), color-stop(1, #4c0b0b) );
background:-moz-linear-gradient( center top, #4c0b0b 5%, #4c0b0b 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c0b0b", endColorstr="#4c0b0b"); background: -o-linear-gradient(top,#4c0b0b,4c0b0b);
background-color:#4c0b0b;
border:0px solid #c4baba;
text-align:center;
border-width:0px 0px 1px 1px;
font-size:13px;
font-family:Arial;
font-weight:bold;
color:#ffffff;
}
.semestre1 tr:first-child:hover td{
background:-o-linear-gradient(bottom, #4c0b0b 5%, #4c0b0b 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c0b0b), color-stop(1, #4c0b0b) );
background:-moz-linear-gradient( center top, #4c0b0b 5%, #4c0b0b 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c0b0b", endColorstr="#4c0b0b"); background: -o-linear-gradient(top,#4c0b0b,4c0b0b);
background-color:#4c0b0b;
}
.semestre1 tr:first-child td:first-child{
border-width:0px 0px 1px 0px;
}
.semestre1 tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}
.semestre2 {
display: table;
margin:0 auto 20% auto;
padding:0px;
box-shadow: 3px 4px 6px #888888;
-moz-border-radius-bottomleft:7px;
-webkit-border-bottom-left-radius:7px;
border-bottom-left-radius:7px;
-moz-border-radius-bottomright:7px;
-webkit-border-bottom-right-radius:7px;
border-bottom-right-radius:7px;
-moz-border-radius-topright:7px;
-webkit-border-top-right-radius:7px;
border-top-right-radius:7px;
-moz-border-radius-topleft:7px;
-webkit-border-top-left-radius:7px;
border-top-left-radius:7px;
}.semestre2 table{
border-collapse: collapse;
border-spacing: 0;
margin:0px;padding:0px;
}.semestre2 tr:last-child td:last-child {
-moz-border-radius-bottomright:7px;
-webkit-border-bottom-right-radius:7px;
border-bottom-right-radius:7px;
}
.semestre2 table tr:first-child td:first-child {
-moz-border-radius-topleft:7px;
-webkit-border-top-left-radius:7px;
border-top-left-radius:7px;
}
.semestre2 table tr:first-child td:last-child {
-moz-border-radius-topright:7px;
-webkit-border-top-right-radius:7px;
border-top-right-radius:7px;
}.semestre2 tr:last-child td:first-child{
-moz-border-radius-bottomleft:7px;
-webkit-border-bottom-left-radius:7px;
border-bottom-left-radius:7px;
}.semestre2 tr:hover td{
background-color:#994e4e;
}
.semestre2 td{
vertical-align:middle;
background-color:#994e4e;
border:1px solid #c4baba;
border-width:0px 1px 1px 0px;
text-align:center;
padding:3px;
font-size:11px;
font-family:Arial;
font-weight:bold;
color:#ffffff;
}.semestre2 tr:last-child td{
border-width:0px 1px 0px 0px;
}.semestre2 tr td:last-child{
border-width:0px 0px 1px 0px;
}.semestre2 tr:last-child td:last-child{
border-width:0px 0px 0px 0px;
}
.semestre2 tr:first-child td{
background:-o-linear-gradient(bottom, #4c0b0b 5%, #4c0b0b 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c0b0b), color-stop(1, #4c0b0b) );
background:-moz-linear-gradient( center top, #4c0b0b 5%, #4c0b0b 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c0b0b", endColorstr="#4c0b0b"); background: -o-linear-gradient(top,#4c0b0b,4c0b0b);
background-color:#4c0b0b;
border:0px solid #c4baba;
text-align:center;
border-width:0px 0px 1px 1px;
font-size:13px;
font-family:Arial;
font-weight:bold;
color:#ffffff;
}
.semestre2 tr:first-child:hover td{
background:-o-linear-gradient(bottom, #4c0b0b 5%, #4c0b0b 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c0b0b), color-stop(1, #4c0b0b) );
background:-moz-linear-gradient( center top, #4c0b0b 5%, #4c0b0b 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c0b0b", endColorstr="#4c0b0b"); background: -o-linear-gradient(top,#4c0b0b,4c0b0b);
background-color:#4c0b0b;
}
.semestre2 tr:first-child td:first-child{
border-width:0px 0px 1px 0px;
}
.semestre2 tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}
.creditos input{
text-align:center;
color:white;
background-color:#994e4e;
border:1px solid gray;
}
.creditos input:hover{
background-color:rgb(0%,25%,60%);
color:white;
}
.creditos input:focus{
background-color:rgb(0%,25%,60%);
color:white;
}
#materia{
text-align:left;
padding:4px;
}
.nivel{
text-align:center;
font-size:16px;
margin-bottom:2%;
font-family:Arial;
font-weight:bold;
color:gold;
}
代码 HTML:
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="description" content="Calculadora de Creditos del CECyT No. 1 Gonzalo Vazquez Vela del IPN">
<meta name="keywords" content="calculadora de creditos,CECyT 1,Sistema Escolarizado,Gonzalo Vazquez Vela">
<title>CALCULADORA DE CREDITOS - CECyT No. 1 "GONZALO VAZQUEZ VELA" DEL IPN</title>
<link rel="stylesheet" media="screen" href="carreras.css">
<link rel="stylesheet" media="handheld" href="">
<link rel="stylesheet" media="print" href="">
<noscript>
Este navegador no soporta javascript ,actualiza tu navegador.
</noscript>
</head>
<body>
<div id="principal">
<div class="header">
<h1>SISTEMAS DIGITALES</h1>
</div>
<div class="form1">
<form id="formulario1" onsubmit="return submitForm();" method="post" >
Nombre: <input type="text" name="nombre" autocomplete="off"/><br /> <br>
Boleta: <input type="text" name="boleta" autocomplete="off"/><br />
<br /><br />
<div class="form_result"> </div>
</form>
</div>
<br/><br/>
<!-- PRIMER SEMESTRE -->
<div class="nivel">NIVEL I</div>
<form class="creditos" name="digitales" id="digitales" method="post" >
<div class="semestre1" >
<table >
<tr>
<td>
UNIDADES DE APRENDIZAJE
</td>
<td >
VALOR EN CRÉDITOS
</td>
<td>
CALIFICACIÓN
</td>
<td>
ACREDITACIÓN
</td>
<td>
CARGA ACADÉMICA
</td>
</tr>
<tr>
<td nowrap id="materia">
ALGEBRA
</td>
<td>
5.62
</td>
<td>
<input type="text" id="1" name="1" size="2px">
</td>
<td>
Row 1
</td>
<td>
Row 1
</td>
</tr>
<tr>
<td nowrap id="materia">
COMPUTACION BASICA I
</td>
<td>
4.5
</td>
<td>
<input type="text" id="2" name="2" size="2px">
</td>
<td >
Row 2
</td>
<td >
Row 2
</td>
</tr>
<tr>
<td nowrap id="materia">
EXPRESION ORAL Y ESCRITA I
</td>
<td>
4.5
</td>
<td>
<input type="text" id="3" name="3" size="2px">
</td>
<td >
Row 3
</td>
<td>
Row 3
</td>
</tr>
<tr>
<td nowrap id="materia">
INGLES I
</td>
<td>
5.62
</td>
<td>
<input type="text" id="4" name="4" size="2px">
</td>
<td >
Row 4
</td>
<td>
Row 4
</td>
</tr>
<tr>
<td nowrap id="materia">
FILOSOFIA I
</td>
<td>
3.37
</td>
<td>
<input type="text" id="5" name="5" size="2px">
</td>
<td >
Row 5
</td>
<td>
Row 5
</td>
</tr>
<tr>
<td nowrap id="materia">
DESARROLLO PERSONAL
</td>
<td>
4.5
</td>
<td>
<input type="text" id="6" name="6" size="2px">
</td>
<td >
Row 6
</td>
<td>
Row 6
</td>
</tr>
<tr>
<td nowrap id="materia">
ORIENTACION JUVENIL Y PROFESIONAL I
</td>
<td>
0.0
</td>
<td>
<input type="text" id="7" name="7" size="2px">
</td>
<td >
Row 7
</td>
<td>
Row 7
</td>
</tr>
<tr>
<td nowrap id="materia">
DESARROLLO DE HAB. DEL PENSAMIENTO
</td>
<td>
3.37
</td>
<td>
<input type="text" id="8" name="8" size="2px">
</td>
<td >
Row 8
</td>
<td>
Row 8
</td>
</tr>
<tr>
<td nowrap id="materia">
HISTORIA DE MEXICO CONTEMPORANEO I
</td>
<td>
3.37
</td>
<td>
<input type="text" id="9" name="9" size="2px">
</td>
<td >
Row 9
</td>
<td>
Row 9
</td>
</tr>
</table>
</div>
..........
<!-- SEXTO SEMESTRE -->
<div class="nivel">NIVEL VI</div>
<div class="semestre2" >
<table >
<tr>
<td>
UNIDADES DE APRENDIZAJE
</td>
<td >
VALOR EN CRÉDITOS
</td>
<td>
CALIFICACIÓN
</td>
<td>
ACREDITACIÓN
</td>
<td>
CARGA ACADÉMICA
</td>
</tr>
<tr>
<td nowrap id="materia">
PROBABILIDAD Y ESTADISTICA
</td>
<td>
5.62
</td>
<td>
<input type="text" id="47" name="47" size="2px">
</td>
<td>
Row 1
</td>
<td>
Row 1
</td>
</tr>
<tr>
<td nowrap id="materia">
FISICA IV
</td>
<td>
5.62
</td>
<td>
<input type="text" id="48" name="48" size="2px">
</td>
<td >
Row 2
</td>
<td >
Row 2
</td>
</tr>
<tr>
<td nowrap id="materia">
QUIMICA IV
</td>
<td>
4.5
</td>
<td>
<input type="text" id="49" name="49" size="2px">
</td>
<td >
Row 3
</td>
<td>
Row 3
</td>
</tr>
<tr>
<td nowrap id="materia">
INGLES VI
</td>
<td>
6.75
</td>
<td>
<input type="text" id="50" name="50" size="2px">
</td>
<td >
Row 4
</td>
<td>
Row 4
</td>
</tr>
<tr>
<td nowrap id="materia">
ORIENTACION JUVENIL Y PROFESIONAL IV
</td>
<td>
0.0
</td>
<td>
<input type="text" id="51" name="51" size="2px">
</td>
<td >
Row 5
</td>
<td>
Row 5
</td>
</tr>
<tr>
<td nowrap id="materia">
MANTENIMIENTO DE EQUIPO DE CÓMPUTO
</td>
<td>
4.5
</td>
<td>
<input type="text" id="52" name="52" size="2px">
</td>
<td >
Row 6
</td>
<td>
Row 6
</td>
</tr>
<tr>
<td nowrap id="materia">
MICROELECTRÓNICA PROGRAMABLE
</td>
<td>
4.5
</td>
<td>
<input type="text" id="53" name="53" size="2px">
</td>
<td >
Row 7
</td>
<td>
Row 7
</td>
</tr>
<tr>
<td nowrap id="materia">
REDES DIGITALES
</td>
<td>
4.5
</td>
<td>
<input type="text" id="54" name="54" size="2px">
</td>
<td >
Row 8
</td>
<td>
Row 8
</td>
</tr>
<tr>
<td nowrap id="materia">
OPTATIVA V
</td>
<td>
5.62
</td>
<td>
<input type="text" id="55" name="55" size="2px">
</td>
<td >
Row 8
</td>
<td>
Row 9
</td>
</tr>
</table>
</div>
</form>
<div id="footer">©2014 Robles Sosa Eduardo Ignacio</div>
</div>
</body>
</html>
最佳答案
您将 #principal div 的宽度限制为 50%,同时您提供了最小宽度和最大宽度。删除此属性。
#principal{
width:50% !important ;
}
关于css - 当窗口调整大小时,里面有表格的 div 正在外面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22525822/
在我的应用程序中,我使用 scrape(string url) 方法从网页中抓取链接。可以说它每次都返回我 10 个 url。 我想从每个抓取的 url 中抓取 10 个链接。 长话短说: (第 1
正如标题所说,我需要将 php 放入由 php 回显的 javascript 中 例如: if (something) then (some php)') ?> 这不是真正的代码,只是可能有助于理解
我有一个 ng-repeat 使用 ng-switch 来分隔 ng-repeat 内部的部分,我想在 ng-switch 组上应用一个 orderby 过滤器,但我似乎无法让它工作:
我是 shell 的新手。我不太了解以下功能。这个函数基本上把小时加1。 我想知道为什么开发人员在 $g_current_hour+1 前面放了“10#”。根据我的理解,shell 中的剂量 # 是指
为了在 MongoDB 中对元素进行分组和计数,我已经筋疲力尽了。有很多帖子,但没有一个是我需要的。 这是一个基于以下内容的示例: styvane answer db.VIEW_HISTORICO.a
int main() { int count = 0; string prev = " "; string current; while (cin>>current)
$0表示传递给swift闭包的第一个参数,是swift语言的语法糖。swift会自动为内联闭包提供速记参数名称,可使用$0,$1,$2等名称来引用闭包参数的值。 代码
我想把这个 If 放在宏中,但它总是给我一个错误。我不知道“或”用得是否正确。 Dim SMAT As String SMAT = "blahblahblah" (...) If Ce
这是 JSFiddle 链接:https://jsfiddle.net/fmdsu9Lo/ 我想添加一个悬停功能,以便将鼠标悬停在菜单上将在该菜单选项卡上应用 .current 样式,同时将其从当前打
是否可以在 SQL 中执行类似的操作? SELECT SUM(jobRequirements.number) as total, SUM(jobRequirements.number WHER
我有 3 个 SQL 表。 游戏 wo_tenis_partidos 选择 wo_tenis_pronosticos 配额 wo_tenis_cuotas_ha2 我需要获取满足两个条件的所有行: 条
我有这张乘客表日期: 这意味着在 Reservation 000004 中,有两个行程,分别是 Itinerary 0000010 (AAC Hangar - Anvaya Cove) 和 00000
里面
已关闭。此问题不符合Stack Overflow guidelines 。目前不接受答案。 已关闭 9 年前。 此问题是由拼写错误或无法再重现的问题引起的。虽然类似的问题可能是 on-topic在这里
我在模态框内显示一个弹出窗口,我可以在关闭时隐藏它,但在点击模态框外时无法隐藏它。我试着在关闭时隐藏它,这很好。代码在这里 $('.close, .close-button').click(funct
我所在的团队正在使用 MVC 架构开发 C# 程序。 当我完成 MVC 教程时,我有一些疑问。请帮我澄清一下这个疑惑。 1) Controller 可以对 View 进行哪些修改? 2)我认为所有 U
我正坐在一些通过#defines 生成大量代码的遗留代码上。现在我知道在 #define 中不可能有 #ifdef,但是 #if 可能吗?我想为特定类型添加一些特化。 (无需进行重大更改,例如使用模板
这是我试图用来创建触发器的代码: -- Dumping structure for trigger kavanga_lead.click_links_insert DROP TRIGGER IF EX
我想写这样的东西: #define COV_ON(x) \ #ifdef COVERAGE_TOOL \ _Pragma (CO
我在这样的定义的帮助下初始化一个结构数组: #define FLAGCODE(name) { #name, MNT_ ## name } struct { const char
我尝试将 css 和 jquery 应用于 div 元素,但它不接受 $(this) 参数。我想知道为什么我不能使用 $(this) 作为 div 元素的引用。 blabla.css({ 'top':
我是一名优秀的程序员,十分优秀!