temple.css
3.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
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
body, html{
margin: 0;
padding: 0;
}
.head {
width: 100%;
background-color: #fff;
padding: 0.38rem 1.36rem 0.4rem 1.36rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0.16rem;
}
.center {
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
}
.area, .line-column{
color: #000000;
font-size: 0.36rem;
font-weight: bold;
margin-bottom: 0.31rem;
}
.line-column {
margin-bottom: 0.5rem;
}
.term, .term-of-validity{
color: #53555C;
font-size: 0.28rem;
margin-bottom: 0.3rem;
}
.term-of-validity {
margin-bottom: 0.5rem;
}
.price {
color:#17181A;
font-size: 0.28rem;
font-weight: bold;
}
.section {
width: 100%;
background: #fff;
}
.section .title {
height: 0.6rem;
line-height: 0.6rem;
font-size: 0.26rem;
color: #292525;
padding: 0 0.37rem;
font-weight: bold;
border-bottom: 1px solid #EBEBEB;
}
.avatar-box, .name-box {
width: 100%;
height: 1.08rem;
padding: 0.13rem 0.32rem 0.11rem 0.32rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.border-box {
height: 1.08rem;
border-bottom: 1px solid #EBEBEB;
display: flex;
align-items: center;
justify-content: space-between;
}
.avatar-img {
width: 0.84rem;
height: 0.84rem;
border-radius: 50%;
}
.edit {
display: flex;
align-items: center;
justify-content: space-between;
color: #666666;
font-size: 0.26rem;
}
.arrow {
margin-left: 0.16rem;
width: 0.16rem;
height: 0.28rem;
}
.name {
font-size: 0.3rem;
color: #000000;
font-weight: bold;
}
.name-input {
border: none;
outline: none;
width: 0.6rem;
height: 1.08rem;
font-size: 0.26rem;
}
.bless-box {
width: 100%;
padding: 0.35rem 0.32rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: flex;
align-items: center;
}
.bless-box .bless-title {
width: 16%;
color: #000000;
font-size: 0.3rem;
font-weight: bold;
margin-right: 0.5rem;
}
.bless-box .bless-input {
color: #666666;
font-size: 0.26rem;
border: none;
outline: none;
flex: 1;
}
.footer {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn {
display: flex;
justify-content: space-between;
align-items: center;
text-align: center;
margin: 0 0.32rem 0.24rem 0.32rem;
}
.seat-num {
width: 3.23rem;
height: 0.72rem;
line-height: 0.72rem;
border: 1px solid #DD3E34;
border-radius: 0.36rem;
color: #DD3E34;
background-color: #fff;
font-size: 0.28rem;
margin-right: 0.36rem;
}
.reset {
width: 3.23rem;
height: 0.72rem;
line-height: 0.72rem;
background-color: #DD3E34;
color: #ffffff;
border-radius: 0.36rem;
font-size: 0.3rem;
box-shadow: 0 0.15rem 0.25rem 0 #F8CDCA;
background: -webkit-linear-gradient(left, RGBA(233, 91, 81, 1), RGBA(221, 60, 49, 1)); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(right, RGBA(233, 91, 81, 1), RGBA(221, 60, 49, 1)); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(right, RGBA(233, 91, 81, 1), RGBA(221, 60, 49, 1)); /* Firefox 3.6 - 15 */
background: linear-gradient(to right, RGBA(233, 91, 81, 1), RGBA(221, 60, 49, 1)); /* 标准的语法 */
}
.list_input{
width: 1.5rem;
text-align: right;
position: relative;
}
.list_input input{
border: none;
outline: none;
opacity: 0;
position: absolute;
left: 0;
top: 0;
}