3f535f30
杨鑫
'初始'
|
1
|
.page {
|
e5b57447
杨鑫
'分包问卷'
|
2
|
position: relative;
|
3f535f30
杨鑫
'初始'
|
3
4
5
6
7
|
width: 100%;
// height: 100%;
overflow-x: hidden;
// overflow-y: auto;
}
|
440bccda
wesley88
1
|
8
|
|
e5b57447
杨鑫
'分包问卷'
|
9
10
|
// 图片
.banner-img {
|
3f535f30
杨鑫
'初始'
|
11
|
width: 100%;
|
e5b57447
杨鑫
'分包问卷'
|
12
|
height: 30vh;
|
440bccda
wesley88
1
|
13
|
line-height: 80rpx;
|
3f535f30
杨鑫
'初始'
|
14
|
}
|
e5b57447
杨鑫
'分包问卷'
|
15
16
17
18
19
|
// 商铺信息
.banner {
position: absolute;
top: calc(30vh - 30rpx);
width: 100%;
|
8f8dbfb8
wesley88
1
|
20
|
// margin-top: -20rpx;
|
e5b57447
杨鑫
'分包问卷'
|
21
22
23
24
25
26
27
28
29
30
31
|
border-radius: 30rpx;
background-color: #fff;
padding: 26rpx 34rpx 100rpx;
.banner-item {
border-bottom: 2rpx solid #EBEBEB;
padding-bottom: 32rpx;
.banner-item-title {
font-size: 28rpx;
font-weight: 700;
line-height: 48rpx;
margin-top: 30rpx;
|
3f535f30
杨鑫
'初始'
|
32
|
}
|
e5b57447
杨鑫
'分包问卷'
|
33
34
35
36
37
38
39
40
41
42
43
44
|
.banner-item-form {
.form-item {
line-height: 30rpx;
font-size: 24rpx;
display: flex;
justify-content: flex-start;
align-items: top;
padding: 14rpx 0;
}
}
&:last-child {
border-bottom: unset;
|
3f535f30
杨鑫
'初始'
|
45
46
|
}
}
|
e5b57447
杨鑫
'分包问卷'
|
47
48
49
50
51
|
// 基础信息
.info {
.info-title {
font-weight: bold;
font-size: 32rpx;
|
3f950a0f
wesley88
1
|
52
|
// margin-bottom: 24rpx;
|
e5b57447
杨鑫
'分包问卷'
|
53
54
55
56
57
58
59
60
61
|
span {
display: inline-block;
padding: 0 8rpx;
}
}
.info-text {
margin-bottom: 30rpx;
}
.info-racord {
|
3f535f30
杨鑫
'初始'
|
62
|
display: flex;
|
e5b57447
杨鑫
'分包问卷'
|
63
|
justify-content: space-between;
|
3f535f30
杨鑫
'初始'
|
64
|
align-items: center;
|
e5b57447
杨鑫
'分包问卷'
|
65
66
67
68
69
70
71
|
.info-price {
color: #31AA6A;
span {
font-size: 40rpx;
font-weight: 700;
margin-right: 4rpx;
}
|
3f535f30
杨鑫
'初始'
|
72
73
|
}
}
|
e5b57447
杨鑫
'分包问卷'
|
74
75
76
77
78
|
}
// 场地信息
// 位置信息
.position {
.position-info {
|
3f535f30
杨鑫
'初始'
|
79
80
|
display: flex;
align-items: center;
|
e5b57447
杨鑫
'分包问卷'
|
81
|
flex-direction: row;
|
1dbc0b2d
wesley88
1
|
82
|
margin: 53rpx 22rpx;
|
e5b57447
杨鑫
'分包问卷'
|
83
84
85
86
87
88
89
|
background-color: #fff;
font-size: 24rpx;
padding: 20rpx 16rpx;
line-height: 30rpx;
border-radius: 14rpx;
text {
margin-left: 10rpx;
|
3f535f30
杨鑫
'初始'
|
90
91
92
|
}
}
}
|
e5b57447
杨鑫
'分包问卷'
|
93
94
95
96
|
// 周边商铺
.other-business {
.scroll-view_H {
white-space: nowrap;
|
3f535f30
杨鑫
'初始'
|
97
|
width: 100%;
|
e5b57447
杨鑫
'分包问卷'
|
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
|
}
.scroll-view-item_H {
display: inline-block;
width: 210rpx;
margin-right: 22rpx;
&:last-child {
margin-right: 0;
}
.business-card {
width: 100%;
.u-image {
overflow: hidden !important;
border-radius: 20rpx !important;
}
.business-card-title {
width: 100%;
overflow : hidden;/*必须结合的属性,当内容溢出元素框时发生的事情*/
text-overflow: ellipsis;/*可以用来多行文本的情况下,用省略号“…”隐藏超出范围的文本 。*/
// display: -webkit-box;/*必须结合的属性 ,将对象作为弹性伸缩盒子模型显示 。*/
// -webkit-line-clamp: 2;/*用来限制在一个块元素显示的文本的行数。*/
// -webkit-box-orient: vertical;/*必须结合的属性 ,设置或检索伸缩盒对象的子元素的排*/
line-height: 30rpx;
margin: 10rpx 0;
padding: 0 10rpx;
}
.business-card-item {
padding: 0 10rpx;
font-weight: 400;
font-size: 20rpx;
color: #676767;
line-height: 1.5;
span {
font-weight: 700;
font-size: 30rpx;
color: #000000;
}
|
3f535f30
杨鑫
'初始'
|
134
135
136
137
138
|
}
}
}
}
}
|
e5b57447
杨鑫
'分包问卷'
|
139
|
|
3f535f30
杨鑫
'初始'
|
140
141
142
143
144
145
|
/* 底部 */
.page-footer{
position: fixed;
left: 0;
bottom: 0;
display: flex;
|
e5b57447
杨鑫
'分包问卷'
|
146
147
|
align-items: center;
justify-content: center;
|
3f535f30
杨鑫
'初始'
|
148
|
width: 100%;
|
e3789a75
杨鑫
'最新'
|
149
|
height: 60px;
|
3f535f30
杨鑫
'初始'
|
150
|
background-color: #FFFFFF;
|
e3789a75
杨鑫
'最新'
|
151
|
|
e5b57447
杨鑫
'分包问卷'
|
152
|
.footer-btn {
|
3f535f30
杨鑫
'初始'
|
153
|
display: flex;
|
0fd8b750
杨鑫
'最新落地1'
|
154
|
width: 90%;
|
e5b57447
杨鑫
'分包问卷'
|
155
156
157
158
|
}
.footer-service {
display: flex;
flex-direction: column;
|
3f535f30
杨鑫
'初始'
|
159
|
align-items: center;
|
e5b57447
杨鑫
'分包问卷'
|
160
161
162
|
text {
margin-top: 6rpx;
line-height: 32rpx;
|
3f535f30
杨鑫
'初始'
|
163
164
|
}
}
|
e5b57447
杨鑫
'分包问卷'
|
165
|
}
|