forked from lowesyang/Assembler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
113 lines (113 loc) · 1.83 KB
/
index.css
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.container{
width:1000px;
height:auto;
margin:0px auto;
font-family: "Microsoft YaHei",sans-serif;
}
h1{
font-size: 32px;
}
p,ul,li{
font-size: 16px;
}
textarea{
width:250px;
height:300px;
font-size:16px;
}
form{
display: inline-block;
margin-left: 100px;
margin-top: -50px;
}
button{
border:0;
color:white;
background-color: #0099cc;
cursor:pointer;
padding:8px 12px;
font-size: 16px;
outline:none;
}
button:hover{
background-color: #00b0e6;
}
table{
display: inline-block;
margin-left: 50px;
}
table caption{
padding:5px;
font-size: 18px;
}
table td{
text-align: center;
}
table tr .title{
display: block;
width:300px;
}
table .register{
width:50px;
outline: none;
text-align: center;
}
table .readonly{
border:0px;
border-bottom: 1px solid #4b4b4b;
}
table .submitReg{
position: relative;
z-index: 1;
display: block;
margin-top: -10px;
width:50px;
height:35px;
font-size: 14px;
padding:0px;
}
#order{
height:20px;
padding-left: 5px;
}
#submitBtn{
display: none;
}
.result{
margin-top: 20px;
margin-left: 20px;
display: inline-block;
word-break: break-all;
overflow-y:scroll;
background-color: #f4f4f4;
}
.result:first-child{
margin-left: 0px;
}
.result>div{
font-size: 14px;
line-height: 20px;
width:290px;
height:400px;
padding-left: 10px;
}
.orderRes{
display:inline-block;
width:300px;
height:450px;
background-color: #fcf7e5;
margin-left: 30px;
padding:2px;
word-break: break-all;
overflow-y:scroll;
}
.pointer{
display: none;
position: absolute;
width:0;
height:0;
border-left:10px solid red;
border-top:5px solid transparent;
border-bottom: 5px solid transparent;
margin-left:320px;
}