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
| .jeitem {
| width: 200px;
| height: 300px;
| position: absolute;
| left: 1130px;
| top: 900px;
| bottom: 680px;
| right: 0;
| margin: auto;
| }
|
| .jelabel {
| width: 120px;
| float: left;
| display: block;
| padding: 9px 10px;
| font-weight: 400;
| text-align: right;
| color: #555;
| }
|
| .jeinpbox {
| width: 230px;
| margin-right: 10px;
| float: left;
| vertical-align: middle;
| position: relative;
| }
|
| .jeinput {
| display: block;
| width: 100%;
| padding-left: 10px;
| height: 36px;
| line-height: 34px \9;
| border: 1px solid #e6e6e6;
| background-color: #fff;
| border-radius: 3px;
| background-color: #fcfcfc;
| }
|
|