Newer
Older
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
spces {
.main {
background-color: rgba(0, 0, 0, .4);
height: 100%;
}
.content {
position: relative;
height: 100%;
width: 100%;
}
.comment {
position: absolute;
width: 100%;
bottom: 0;
height: 60%;
background: #fff;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
padding: 5px 15px;
.name{
padding: 20px 5px;
font-size: 2rem;
font-weight: bold;
}
ion-icon {
font-size: 3rem;
font-weight: bold;
}
.p-name {
padding: 10px 5px;
font-weight: bold;
}
.detail-item {
padding: 5px 20px;
background-color: #f2f2f2;
border-radius: 10px;
margin-right: 20px;
border: 1px solid #f2f2f2;
}
span.select{
background-color: #fdf8f2;
border: 1px solid #e42417;
color: #e42417;
}
}
.choose-spces {
display: flex;
div:last-child {
margin-left: auto;
}
}
.choose-num {
display: flex;
div:last-child {
margin-left: auto;
}
.num {
input {
font-weight: bold;
text-align: center;
background-color: #f2f2f2;
border: 1px solid #f2f2f2;
margin: 0 8px;
}
span{
display: inline-block;
width: 40px;
height: 40px;
text-align: center;