form.css
2.1 KB
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
114
115
116
117
.from-control input[type="text"], input[type="password"] {
height: 26px;
border: 1px solid #c2c2c2;
width: 220px;
padding: 0 5px;
}
.from-control select{
height: 28px;
border: 1px solid #c2c2c2;
width: 232px;
padding: 0 5px;
}
.date {
float: left;
position: relative;
}
.date {
float: left;
position: relative;
}
.date input[type=text] {
width: 190px;
padding-right: 35px;
}
.date i {
position: absolute;
right: 6px;
top: 4px;
font-size: 22px;
cursor: pointer;
}
.date i {
position: absolute;
right: 6px;
top: 4px;
font-size: 22px;
cursor: pointer;
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.from-control textarea {
border: 1px solid #c2c2c2;
padding: 5px;
resize: none;
height: 80px;
width:96%;
}
label.error{
color: red;
text-align: left;
display:inline-block;
}
.pl-10{
padding-left: 5px;
}
.pt-5{
padding-top: 5px;
}
.mt-5{
margin-top: 5px;
}
.ml-10{
margin-left: 10px;
}
.dialog_td{
height:30px;font-size: 14px;padding: 5px;
}
.dialog_td input[type="text"], input[type="password"] {
height: 26px;
border: 1px solid #c2c2c2;
width: 160px;
padding: 0 5px;
}
.dialog_td select{
height: 28px;
border: 1px solid #c2c2c2;
width: 172px;
padding: 0 5px;
}
.t_head{
border: solid 1px;border-color: #cacaca;
background-color: #F5F5F5;
height: 36px;
width: 65%;
text-align: center;
}
.t_body{
border: solid 1px;border-color: #cacaca;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
height: 26px;
width: 25%;
text-align: center;
}
.dialog_div{
display:none;width: 450px; height: 60%;position: fixed;top: 20%;left: 25%;z-index: 100050;background-color: #fff;border: solid 1px #CACACA;
}
.dialog_head{
color: #fff;font-size: 13px;padding-left: 10px;padding-top: 13px;padding-bottom: 10px;
}
.dialog{
position: fixed;!important;
}