bljy.css
3.15 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
.content_box {
width: 1200px;
margin: 0 auto;
min-height:calc(100vh - 207px);
}
.form_title h2 {
font-weight: 600;
border-left: 3px solid #0091FF;
height: 16px;
line-height: 16px;
padding-left: 5px;
margin: 15px 0;
}
.layui-form-item .layui-inline {
width: 30%;
}
.submitbutton {
text-align: center;
margin: 50px 0;
}
.layui-form-item button {
width: 120px;
height: 42px;
border-radius: 3px;
}
.layui-layer-dialog .layui-layer-content {
line-height: 24px;
}
.record_con {
margin-top: 15px;
}
.record {
width: 55%;
}
.submitbutton_con {
position: relative;
left: -40px;
}
.submitbutton .reset {
background: #F7B500;
color: #FFFFFF;
border-color: #F7B500;
}
.submitbutton .reset:hover {
color: #ffffff;
}
.submitbutton .reset:hover {
border-color: #F7B500;
}
.no_data {
text-align: center;
line-height: 36px;
}
/* ----------------预约列表-------------------- */
.seach_result {
display: none;
}
.appointment_list {
margin-top: 20px;
font-size: 0;
margin-left: -10px;
margin-right: -10px;
overflow: hidden;
}
.appointment_list li {
width: 33.333%;
display: inline-block;
padding: 0 10px;
box-sizing: border-box;
float: left;
}
.appointment_list li .item_content {
border: 1px solid #CBCBCB;
border-radius: 4px;
border: 1px solid #CBCBCB;
font-size: 16px;
height: 368px;
}
.item_title {
height: 48px;
line-height: 48px;
color: #FFFFFF;
padding: 0 20px;
box-sizing: border-box;
}
.item_title h3 {
display: inline-block;
float: left;
}
.item_title p {
display: inline-block;
float: right;
}
.success {
background-color: #44D7B6;
}
.overdue {
background-color: #F26363;
}
.cancel {
background-color: #F26363;
opacity: 0.5;
}
.item_info {
padding: 30px;
height: 180px;
}
.item_info li{
width: 100%;
line-height: 38px;
box-sizing: border-box;
}
.item_info li span {
display: inline-block;
width: 108px;
text-align: right;
color: #9B9B9B;
white-space: nowrap;
}
.item_info li p{
display: inline-block;
color: #303030;
}
.item_info li a{
display: inline-block;
color: #0091FF;
margin-left: 20px;
}
.cancel_reservation {
display: block;
width: 100px;
height: 40px;
background: #FFFFFF;
border-radius: 3px;
border: 1px solid #E6E6E6;
font-size: 16px;
color: #9B9B9B;
line-height: 40px;
text-align: center;
margin: 0 auto;
}
.next_button {
text-align: center;
margin: 50px 0 100px 0;
}
.input_search {
margin-top: 60px;
}
/* ------------------弹框样式-------------------- */
.layui-layer-dialog {
margin-top: -1.5%;
}
.successInfo , .seizureInfo{
background-color: #44D7B6;
width: 140%;
margin-left: -20px;
padding-left: 10px;
box-sizing: border-box;
color: #ffffff;
}
.seizureInfo {
background-color: #F26363;
opacity: 0.8;
}
.dialog_con li {
line-height: 36px;
color: #303030;
font-size: 14px!important;
}
.dialog_con li span {
color: #9B9B9B;
display: inline-block;
width: 85px;
text-align: right;
margin-right: 10px;
}