index.less
1.38 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
.detail-page {
position: relative;
height: 100vh;
.detail-info-wrapper {
padding: 1rem;
.detail-info-title {
color: #0B0B0B; font-size: 1rem; font-weight: bold;
}
.detail-info-content {
color: #7D7C7C; font-size: 0.8rem;
}
}
.book-cal {
padding: 0 0.75rem;
}
.no-calendar-border {
width: 100%;
height: 1rpx;
background-color: rgb(244, 244, 244);
}
.detail-introduce-title {
padding: 1rem;
text-align: center;
font-weight: bold;
}
.detail-introduce-html {
padding: 0 1rem;
}
.book-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);
.book-price {
height: 2rem;
margin-left: 0.5rem;
display: flex;
align-items: center;
.price {
color: #EB2E2E; font-size: 1.3rem; font-weight: bold;
}
.old-price {
color: #7D7C7C; text-decoration: line-through; font-size: 0.85rem; margin-left: 5px;
}
}
.book-btn {
background-color: #6a4925;
border-radius: 1.25rem;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
height: 2rem;
line-height: 2rem;
}
}
}
.nut-swiper-item {
// line-height: 250px;
}
.nut-swiper-item img {
width: 100%;
height: 100%;
}