urbanConstruction.css
3.26 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
* {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-family: "瀵邦喛钂嬮梿鍛寸拨", "闂嗗懘绮︾�瑰缍�","閺傛澘鐣担锟�", "鐎瑰缍�";
}
.urban-construction-head{
padding: 15px;
border-bottom: 1px solid #ddd;
display: flex;
}
input::-webkit-inner-spin-button {
-webkit-appearance: none;}
.layui-laypage span{
color: #333
}
.urban-construction-head > *{
margin-right: 10px;
/* display:inline-table; */
}
.urban-searchbox{
width:360px;
display: inline-flex;
border: 1px #ccc solid;
border-radius: 4px;
}
.urban-searchbox-focus{
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.urban-searchbox input{
width:250px;
}
.urban-searchbox > span{
width:50px;
padding: 8px 12px;
}
.input-group.urban-searchbox ul{
width:300px;
}
.search-box-li{
padding:7px 10px;
}
.search-box-li:hover{
background-color: #ccc;
}
.form-control:focus {
border-color: transparent;
border-right-color: transparent;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
}
.urban-construction-head button{
min-width:102px;
}
.urban-function .dropdown-menu > li > a{
color:#0096eb;
}
.urban-function button
,.urban-filing
,.urban-function button:hover
,.urban-filing:hover
,.urban-function button:active
,.urban-filing:active
,.urban-function button:focus
,.urban-filing:focus
,.urban-function.open > .dropdown-toggle.btn-default{
color:#0096eb;
border-color:#0096eb;
height: 34px;
}
.urban-delete,
.urban-delete:hover{
color:red;
border-color:red;
}
.urban-searchbox input{
border-color: transparent;
}
.urban-searchbox span{
border-color: transparent;
background-color: transparent;
}
.urban-construction-main{
position:relative;
padding: 8px;
}
.urban-construction-main thead{
background-color: #eee;
}
.ulmenu{
margin-top:-0.01em;
}
[v-cloak] {
display: none;
}
.table-transition-enter-active{
-webkit-transition:all .5s;
}
.table-transition-enter,.table-transition-leave-to{
opacity:0;
}
.cursor{
cursor:pointer;
}
.emptys{
margin-left:50%;
margin-top: 300px;
font-size: 18px;
color:#bbb;
}
.styleObjects{
position: absolute;
width:100%;
height:100%;
opacity:0.6;
z-index: 3;
border:none;
background-color:#FFF;
padding-left:50%;
padding-top:250px;
color: #c0c0c0;
}
.watermark-waiting-mask{
position: absolute;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
width:100%;
height:100%;
opacity:0.8;
z-index: 3;
border:none;
background-color:#FFF;
color: #c0c0c0;
}
.watermark-waiting-content{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
/* width:100%;
height:100%; */
border-radius:5px;
z-index: 3;
border:none;
background-color:rgba(0,0,0,0.8);
padding:18px;
color: #fff;
}
input[type=checkbox]{
width:15px;
height:15px;
}
.urban-construction-foot{
display:flex;
align-items:baseline;
}
.logToggle{
margin-left:auto;
}
.customize-search{
display:flex;
padding:10px;
transition:all 1s;
}
.customize-search .input-group{
margin:5px 0px;
width:90%;
}