roomdetail.wxss
1.7 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
.roomtop {
width: 750rpx;
height: 284rpx;
font-size: 0;
position: relative;
}
.jiudianbox {
width: 750rpx;
background: #fff;
/* height: 500rpx; */
opacity: 1;
border-radius: 20rpx 20rpx 0rpx 0rpx;
position: absolute;
top: 260rpx;
margin-bottom:40rpx;
}
.jiudianname {
color: #06121e;
font-size: 32rpx;
padding: 28rpx 32rpx;
}
/* 轮播图 */
.swiper_image {
width: 686rpx;
height: 344rpx;
font-size: 0;
margin: 0 auto 0;
position: relative;
box-shadow: 0px -1px 6px 0px rgba(212, 137, 96, 0.11);
}
.swiper_item_img {
height: 344rpx;
}
.swiper_image image {
width: 100%;
height: 100%;
/* box-shadow:0px -1px 6px 0px rgba(212,137,96,0.11); */
}
.swiper_item_img swiper-item {
width: 686rpx;
height: 344rpx;
box-shadow: 0px -1px 6px 0px rgba(212, 137, 96, 0.11);
display: felx;
align-items: center;
justify-content: center;
}
.swiper_item_img swiper-item image {
width: 100%;
height: 100%;
}
.rulelist {
padding: 0 50rpx 48rpx 50rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #f5f5f5;
padding-bottom: 48rpx;
}
.ruleitem {
display: flex;
align-items: center;
margin-top: 48rpx;
}
.ruleitemleft {
width: 300rpx;
display: flex;
align-items: center;
}
.leftname {
color: #8c9198;
font-size: 24rpx;
}
.rightname {
color: #06121e;
font-size: 24rpx;
margin-left: 40rpx;
}
.ruleitemright {
display: flex;
align-items: center;
margin-left: 115rpx;
}
.lijiding {
width: 684rpx;
height: 88rpx;
background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
opacity: 1;
border-radius: 48rpx;
color:#fff;
font-size: 32rpx;
text-align: center;
line-height: 88rpx;
margin:68rpx auto 0;
}