index.less
3.31 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
.confirm-page {
.book-info-desc {
padding: 1rem;
}
.book-count-desc {
padding: 0 1rem;
}
.calendar-select-desc {
margin: 1rem;
background-color: #f6ece1;
border-radius: 0.5rem;
padding: 1rem 0;
padding-left: 0.5rem;
.calendar-select-left,
.calendar-select-right {
.text {
color: #7d7c7c;
font-size: 0.8rem;
}
.date {
color: #6a4925;
font-size: 0.85rem;
font-weight: bold;
margin-top: 0.1rem;
}
}
.calendar-select-center {
view {
color: #6a4925;
margin-top: 15%;
font-size: 0.8rem;
text-align: center;
background-color: #fff;
padding: 0.25rem 0;
border-radius: 0.5rem;
}
}
}
.calendar-select-info {
padding: 0 1rem 1rem;
.check-in-text {
color: #060606;
font-size: 0.87rem;
}
.check-in-time {
color: #010101;
font-size: 0.87rem;
font-weight: bold;
text-align: right;
}
.check-out-text {
color: #060606;
font-size: 0.85rem;
margin: 0.25rem 0;
}
.check-out-time {
color: #010101;
font-size: 0.85rem;
font-weight: bold;
text-align: right;
margin: 0.25rem 0;
}
.meal-text {
color: #060606;
font-size: 0.85rem;
}
.meal-count {
color: #010101;
font-size: 0.85rem;
font-weight: bold;
text-align: right;
}
.tip {
font-size: 0.85rem;
margin-top: 0.25rem;
.tip-red {
color: red;
margin: auto;
display: inline-block;
margin-right: 10rpx;
}
.tip-text {
color: #6a4925;
margin: auto;
display: inline-block;
}
}
}
.space-line {
height: 1rem;
background-color: #f6f6f6;
}
.select-user {
text-align: center;
padding: 1rem 0;
}
.confirm-form {
padding-right: 1rem;
.form-text {
position: relative;
width: 100%;
padding: 20rpx 30rpx;
padding-right: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
line-height: 40rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 27rpx;
&.required::before {
content: "*";
color: red;
margin-right: 0.1rem;
display: inline-block;
}
}
.form-input {
border: 1px solid #dedede;
border-radius: 10rpx;
}
.nut-input {
padding: 20rpx;
}
.nut-input-text {
border-radius: 10rpx;
}
.nut-textarea {
border-radius: 10rpx;
padding: 20rpx;
}
}
.confirm-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
height: 4rem;
padding: 30rpx 30rpx 20rpx 30rpx;
box-shadow: 0px -5px 4px 0px rgba(0, 0, 0, 0.07);
.price {
height: 2rem; margin-left: 0.5rem; display: flex; align-items: center;
.price-text-left {
color: #EB2E2E; font-size: 1.3rem; font-weight: bold;
}
.price-text-right {
color: #7D7C7C; text-decoration: line-through; font-size: 0.85rem; margin-left: 5px;
}
}
.confirm-btn {
background-color: #6A4925; border-radius: 1.25rem; padding: 0.25rem 0.5rem; color: #fff; text-align: center; height: 2rem; line-height: 2rem;
}
}
}