freighttemplate.less
1.97 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
118
119
120
121
122
123
124
125
126
127
.inline () {
display: inline-block;
*diaplay: inline;
*zoom: 1;
}
.frtemp {
}
.frtt {
margin-top: 20px;
position: relative;
.hint {
color: #999;
}
.m-chk {
vertical-align: middle;
margin-top: -3px;
}
.add_data {
position: absolute;
right: 0;
top: -7px;
}
.simu-checkbox {
margin-top: -4px;
}
}
.frbd {
margin-top: 20px;
table {
width: 100%;
border-collapse: collapse;
border: 1px solid #eee;
td {
width: 15%;
text-align: center;
height: 36px;
line-height: 36px;
border: solid #eee;
border-width: 1px 0;
}
thead td {
background-color: #f9f9f9;
}
}
}
.fancyalter {
display: none;
padding: 20px 0;
table {
border: 1px solid #ddd;
border-collapse: collapse;
}
td {
text-align: center;
padding: 10px;
border: solid #ddd;
border-width: 1px 0;
}
thead td {
background-color: #f9f9f9;
}
p.inline,
tbody td {
vertical-align: top;
}
.lipt, .sipt {
border: 1px solid #ddd;
height: 30px;
line-height: 30px;
text-indent: 5px;
}
.lipt {
width: 120px;
}
.sipt {
width: 80px;
}
.fancybottom {
margin-top: 20px;
text-align: center;
}
label.error {
text-align: left;
width: 80px;
white-space: nowrap;
}
}
.inline {
.inline;
}
.simu-checkbox {
.inline;
width: 40px;
height: 20px;
overflow: hidden;
text-indent: -999px;
background-color: #dfdfdf;
border-radius: 20px;
position: relative;
vertical-align: middle;
transition: all .3s;
>input {
opacity: 0;
filter: alpha(opacity=0);
}
>span {
transition: left .3s;
}
.bechecked {
.inline;
width: 16px;
height: 16px;
background: url(../images/2.3.0/dist/pass.png) no-repeat 0 0 ;
position: absolute;
top: 2px;
left: 2px;
}
&.on {
background-color: #23ac38;
.bechecked {
left: 22px;
background-image: url(../images/2.3.0/dist/get.png);
}
}
}