-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
77 lines (77 loc) · 2.45 KB
/
index1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE HTML>
<html manifest="" lang="en-US">
<head>
<meta charset="UTF-8">
<title>MathPASS</title>
<link href="touch/resources/css/sencha-touch.css" rel="stylesheet" type="text/css" />
<link href="resources/css/app.css" rel="stylesheet" type="text/css" />
<!--<Style type="text/css">
.mail{
background: url(images/at.png);
}
</Style>-->
<script src="touch/sencha-touch-all-debug.js" type="text/javascript"></script>
<script src="app.js" type="text/javascript"></script>
<style type="text/css">
table.dataintable {
border: 1px solid #888888;
border-collapse: collapse;
font-family: Arial,Helvetica,sans-serif;
margin-top: 10px;
width: 100%;
}
table.dataintable th {
background-color: #CCCCCC;
border: 1px solid #888888;
padding: 5px 15px 5px 5px;
text-align: left;
vertical-align: baseline;
}
table.dataintable td {
background-color: #EFEFEF;
border: 1px solid #AAAAAA;
padding: 5px 15px 5px 5px;
vertical-align: text-top;
}
html, body {
height: 100%;
background-color: #eeeeee;
}
.title{
font-size:24px;
color:#FFFFFF;
text-align:center;
background-color:#7088AD;
width:50%;
}
.user-item{
width:100%;
display: -webkit-box;
-webkit-box-orient:horizontal;
}
.user-item div{
width:25%;
text-align:center;
border-left:solid 1px #7088AD;
border-bottom:solid 1px #7088AD;
}
.x-item-selected{
background-color:#7088AD;
color:white;
}
.students{
width:100%;
display: -webkit-box;
-webkit-box-orient: horizontal;
}
.students div{
width:20%;
font-size:12px;
text-align:center;
border: solid 1px #ccc;
}
</style>
</head>
<body>
</body>
</html>