sbkzAdminTable3.less
1.8 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
@import "variable.less";
.KZ_table1_table.Date-look{
padding-top:20px;
}
.KZ_table1_table{
table.table2{
thead tr th,thead tr td{
background-color:#fceaec;
color:#e75a62;
}
tbody tr td:first-child,tbody tr th:first-child{
color:#333;
}
tbody tr td,tbody tr th{
padding:15px 0px;
}
pre{
display:inline-block;
}
.tab_txt{
display:inline-block;
text-align:left;
line-height:20px;
}
.tab-format{
text-align:center;
}
}
}
.kz_msg_fix_block{
position:fixed;
left:0px;
top:0px;
bottom:0px;
right:0px;
z-index:9999;
display:none;
.mark_layout{
width:100%;
height:100%;
background-color:rgba(0,0,0,0.3);
}
.content_block{
width:400px;
height:260px;
background-color:rgba(255,255,255,1);
position:absolute;
left:0px;
top:0px;
right:0px;
bottom:0px;
margin:auto;
}
}
.content_block{
.gx{
display:block;
width:6.0em;
text-align:center;
color:#fff;
font-size:14px;
line-height:30px;
font-weight:bold;
background-color:#e75862;
margin:10px auto;
.variable-border-radius(4px;);
.css3-transition(background-color;0.3s;ease-in;);
&:hover{
background-color:rgba(231,88,98,0.75);
}
}
.title{
font-size:14px;
color:#fff;
line-height:30px;
text-align:left;
font-weight:bold;
background-color:#e75862;
padding:0px 8px;
}
.table{
padding:8px;
}
table{
border-spacing:0px;
width:100%;
font-size:14px;
tbody tr td{
border:1px solid #999;
.tips{
font-size:12px;
vertical-align:baseline;
color:#e75862;
}
input,select{
border:1px solid #ddd;
padding:3px;
color:#000;
display:block;
width:100%;
}
color:000;
padding:8px;
border-right:0px;
border-bottom:0px;
&:last-child{
border-right:1px solid #999;
}
}
tbody tr{
&:last-child{
td{
border-bottom:1px solid #999;
}
}
}
}
}