- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
这是我开始的 html 和 css,抱歉编辑不当。我真的很想知道如何制作移动应用程序。**我应该添加什么代码才能拥有移动大小的应用程序在 web 中打开时我不需要调整它的大小?那我该怎么做才能让它在 css 中响应呢?谢谢**
@charset "utf-8";
body {
width: 960px;
}
.wrapper{
text-align: center;
width: 99%;
position: absolute;
}
.header{
background-color: #ffffff;
}
.header img {
width: 360px;
}
#nav {
background-color: black;
width: 100%;
font-size: 1em;
border-top-width: medium;
border-top-style: groove;
border-bottom-style: groove;
border-bottom-width: medium;
}
#nav ul {
list-style: none;
display: block;
font-size: larger;
}
#nav ul li {
display: inline-block;
}
#nav ul {
text-align: center;
}
#nav ul li a {
color: #ffffff;
text-decoration: none;
display: block;
padding-top: 10px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 10px;
font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
text-transform: uppercase;
position: relative;
}
#nav ul li a:hover {
color: #1E5BD4;
}
#cssmenu ul li a:hover:before {
width: 100%;
}
#nav ul li a.active {
text-decoration:underline;
color: #EDF0BA;
}
.how, .about{
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
margin-left: 10%;
margin-right: 10%;
background-color: white;
text-align: left;
color: black;
}
.sectiontitle{
text-align: center;
color: black;
text-shadow: 1px 1px 2px #767676;
}
.footer{
background-color: black;
width: 100%;
border-style: groove hidden hidden;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
padding-top: 1%;
padding-bottom: 1%;
font-size: 1em;
color: #FFFFFF;
font-variant: small-caps;
vertical-align: middle;
}
.addnotes {
float: left;
padding-left: 2%;
font-color: black;
}
.listnotes {
margin: 0;
padding: 0;
list-style-type: none;
}
.listnotes li {
background: url('noteicon.png') no-repeat;
width: 220px;
height: 135px;
margin-left: 45%;
padding-top: 5%;
margin-bottom: 10px;
}
.noteTitle {
float: left;
padding-left: 2%;
color: black;
}
.createcontent {
float: right;
padding-right: 25%;
width: 50%;
margin: 0 auto;
}
.definition {
padding-top: 10%;
}
.enumeration {
padding-top: 15%;
}
#titletextbox {
background: transparent;
border: none;
width: 100%;
}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Home</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper">
<div class="header" id="header">
<div class="logo"> <img src = "logo.png" alt = "logo" name = "logo" id = "logo"> </div>
</div>
<div class="navigation" id="nav">
<ul>
<li><a href="index.html" class='active'><span>Home</span></a></li>
<li><a href="notes.html"><span>Notes</span></a></li>
<li><a href="exam.html"><span>Exams</span></a></li>
</ul>
</div>
<span class="divider"></span>
<div class="homecontent">
<h2 class="sectiontitle">About Test Your Notes!:</h2>
<section class="about">
TestYourNotes is a web application that will surely help students
boost their scores for their quizzes and exams.
TestYourNotes lets users take down notes with two different categories,
namely, Definition of Terms and Enumeration.
After saving their notes, they can easily review their notes through
the view function and also make a mock test/questionnaire as a reviewer
using the notes they have created to test their understanding
about what they’ve taken down through the Generate exam function.
</section>
<h2 class="sectiontitle">How To Use:</h2>
<section class="how">
<h3>To write notes</h3>
<ul>
<li> Navigate to the NOTES page </li>
<li> Click add + a note </li>
<li> Edit title of the note on the left side of the page </li>
<li> Add an item depending on the category you want to add (Definition of terms and/or Enumeration)</li>
<li> If you choose to add an item for Definition of terms category, click add
new item to define a term. Simply type the term you want to define and its definition.
After adding all the terms you want, click save. </li>
<li> If you choose to add an item for Enumeration, click add new Enumeration of items
Simply type the classification of the items you will enumerate and type all the items
of that classification. To add a new item for that classification just click enter.
After adding all the classification you want, click save. </li>
</ul>
<h3>To view notes</h3>
<ul>
<li>Click the view notes below the name and date of the notes you have saved.</li>
</ul>
<h3>To generate an exam for a note</h3>
<ul>
<li>Click the generate exam below the name and date of the notes you have saved.</li>
<li>Upon clicking generate exam button, a dialog box will appear asking what
you want to name your generated exam. Type the name you want and then
click generate</li>
</ul>
<h3>To answer an exam</h3>
<ul>
<li>Click the title of the exam you want to answer.</li>
<li>After answering all the items simply click submit exam</li>
<li>After clicking submit exam, your score will be shown immediately.</li>
</ul>
</section>
</div>
<div class="footer">
<h3 class="copyright">Copyright</h3>
</div>
</div>
</body>
</html>
最佳答案
如果您想要一个移动应用程序,您需要使用适合您选择的操作系统/设备的编程语言来创建一个移动应用程序。然后,您可以使用 WebView 在应用程序中显示网络内容。看看用于移动应用程序开发的 ide 作为一个简单的开始。
要创建在移动设备上显示良好的响应式网站,请使用媒体查询。您可以在整个商店找到相关信息。只需做一个 search for css @media queries .
基本媒体查询的示例如下:
@media screen and (max-width:640px){
/* mobile devices with a max screen width of 640px */
p{color:#f00;}
}
关于html - 如何使此 html 代码和 css 出现在移动应用程序中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29269199/
我的应用程序从一个有 5 个选项卡的选项卡栏 Controller 开始。一开始,第一个出现了它的名字,但其他四个没有名字,直到我点击它们。然后根据用户使用的语言显示名称。如何在选项卡栏出现之前设置选
我有嵌套数组 json 对象(第 1 层、第 2 层和第 3 层)。我的问题是数据表没有出现。任何相关的 CDN 均已导入。该表仅显示部分。我引用了很多网站,但都没有解决我的问题。 之前我使用标准表来
我正在尝试设置要显示的 Parse PFLoginViewController。这是我的一个 View Controller 的类。 import UIKit import Parse import
我遇到了这个问题,我绘制的对象没有出现在 GUI 中。我知道它正在被处理,因为数据被推送到日志文件。但是,图形没有出现。 这是我的一些代码: public static void main(Strin
我有一个树状图,其中包含出现这样的词...... TreeMap occurrence = new TreeMap (); 字符串 = 单词 整数 = 出现次数。 我如何获得最大出现次数 - 整数,
因此,我提示用户输入变量。如果变量小于 0 且大于 10。如果用户输入 10,我想要求用户再次输入数字。我问时间的时候输入4,它说你输入错误。但在第二次尝试时效果很好。例如:如果我输入 25,它会打印
我已经用 css overflow 属性做了一个例子。在这个例子中我遇到了一个溢出滚动的问题。滚动条出现了,但没有工作意味着每当将光标移动到滚动条时,在这个滚动条不活动的时间。我对此一无所知,所以请帮
我现在正在做一个元素。当您单击一个元素时,会出现以下信息,我想知道如何在您单击下一个元素而不重新单击同一元素时使其消失....例如,我的元素中有披萨,我想单击肉披萨看到浇头然后点击奶酪披萨看到浇头和肉
我有一个路由器模块,它将主题与正则表达式进行比较,并将出现的事件与一致的键掩码链接起来。 (它是一个简单的 url 路由过滤,如 symfony http://symfony.com/doc/curr
这个问题在这里已经有了答案: 9年前关闭。 Possible Duplicate: mysql_fetch_array() expects parameter 1 to be resource, bo
我在底部有一个带有工具栏的 View ,我正在使用 NavigationLink 导航到该 View 。但是当 View 出现时,工具栏显示得有点太低了。大约半秒钟后,它突然跳到位。它只会在应用程序启
我试图在我的应用程序上为背景音乐添加一个 AVAudioPlayer,我正在主屏幕上启动播放器,尝试在应用程序打开时开始播放但出现意外行为... 它播放并立即不断创建新玩家并播放这些玩家,因此同时播放
这是获取一个数字,获取其阶乘并将其加倍,但是由于基本情况,如果您输入 0,它会给出 2 作为答案,因此为了绕过它,我使用了 if 语句,但收到错误输入“if”时解析错误。如果你们能提供帮助,我真的很感
暂停期间抛出异常 android.os.DeadObjectException 在 android.os.BinderProxy.transactNative( native 方法) 在 androi
我已经为猜词游戏编写了一些代码。它从用户输入中读取字符并在单词中搜索该字符;根据字符是否在单词中,程序返回并控制一些变量。 代码如下: import java.util.Random; import
我是自动化领域的新手。这是我的简单 TestNG 登录代码,当我以 TestNG 身份运行该代码时,它会出现 java.lang.NullPointerException,双击它会突出显示我导航到 U
我是c#程序员,我习惯了c#的封装语法和其他东西。但是现在,由于某些原因,我应该用java写一些东西,我现在正在练习java一天!我要创建一个为我自己创建一个虚拟项目,以便让自己更熟悉 Java 的
我正在使用 Intellij,我的源类是 main.com.coding,我的资源文件是 main.com.testing。我将 spring.xml 文件放入资源文件中。 我的测试类位于 test.
我想要我的tests folder separate到我的应用程序代码。我的项目结构是这样的 myproject/ myproject/ myproject.py moduleon
这个问题已经有答案了: What is a NullPointerException, and how do I fix it? (12 个回答) 已关闭 6 年前。 因此,我尝试比较 2 个值,一个
我是一名优秀的程序员,十分优秀!