reservation.css
1.75 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
/*----------添加--------------*/
.main {
color: #999999;
}
.main .inner {
margin: .4rem .2rem 0;
}
.state_add .inner ul li {
border: 1px #eee solid;
/*height: .8rem;*/
/*line-height: .8rem;*/
margin: .2rem;
}
.re1,
.re2,
.re3,
.re4 {
display: inline-block;
vertical-align: middle;
margin-left: .2rem;
padding-top: 0.2rem;
}
.re1 {
width: .36rem;
height: .34rem;
}
.re2 {
width: .38rem;
height: .34rem;
}
.re3 {
width: .32rem;
height: .32rem;
}
.re4 {
width: .33rem;
height: .37rem;
}
.state_add .inner .res_select {
font-size: .28rem;
width: 100%;
height: .8rem;
border: 0;
background-image: url(../images/reservation/sjb.png);
background-size: .16rem .09rem;
background-repeat: no-repeat;
background-position: 95% center;
color: #999;
font-family: 'SimHei',Arial;
}
.state_add .inner input {
font-size: .28rem;
width: 99%;
height: .75rem;
border: 0;
color: #999;
font-family: 'SimHei',Arial;
}
.remark_box {
margin: .2rem;
}
.remark {
width: 6.18rem;
resize: none;
height: 2.1rem;
line-height: .3rem;
font-size: .28rem;
border: 1px #eee solid;
margin: 0;
padding: .1rem;
color: #999999;
font-family: 'SimHei',Arial;
}
.remark_box .btn_big {
background-color: #c4182e;
}
/*----------查看--------------*/
.state_see {}
.state_see .inner {
margin-top: 0;
}
.state_see .inner ul li {
padding: .2rem 0;
border-bottom: 1px #eee solid;
font-size: .32rem;
line-height: .5rem;
height: .5rem;
color: #999;
}
.state_see .inner ul li .re{
margin-right: .2rem;
}
.state_see .inner ul li .res_pro {
display: inline-block;
float: right;
width: 4rem;
text-align: right;
color: #333;
}
.remark_see .remark_pro {
margin: .2rem 0 .4rem;
font-size: .32rem;
color: #333;
}
.remark_see .btn_big {
background-color: #c4182e;
}