You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.3 KiB
79 lines
1.3 KiB
|
5 years ago
|
/* pages/pbService/gym/index.wxss */
|
||
|
|
page {
|
||
|
|
background: #f6f6f6;
|
||
|
|
}
|
||
|
|
.feiyi-picker {
|
||
|
|
position: fixed;
|
||
|
|
left: 0;
|
||
|
|
right: 0;
|
||
|
|
height: 100rpx;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
color: #0B898E;
|
||
|
|
font-size: 26rpx;
|
||
|
|
font-weight: bold;
|
||
|
|
background: white;
|
||
|
|
}
|
||
|
|
.feiyi-picker .iconfont {
|
||
|
|
font-size: 24rpx;
|
||
|
|
margin-left: 10rpx;
|
||
|
|
}
|
||
|
|
.gym-item {
|
||
|
|
margin: 25rpx 30rpx;
|
||
|
|
height: 200rpx;
|
||
|
|
border-radius: 20rpx;
|
||
|
|
background: white;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.gym-item image {
|
||
|
|
width: 200rpx;
|
||
|
|
height: 200rpx;
|
||
|
|
display: block;
|
||
|
|
flex-shrink: 0;
|
||
|
|
}
|
||
|
|
.gym-info {
|
||
|
|
width: 450rpx;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #888;
|
||
|
|
margin-right: 20rpx;
|
||
|
|
}
|
||
|
|
.gym-name {
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #333;
|
||
|
|
line-height: 48rpx;
|
||
|
|
margin: 10rpx 0;
|
||
|
|
}
|
||
|
|
.gym-tip {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
width: 450rpx;
|
||
|
|
margin-bottom: 15rpx;
|
||
|
|
}
|
||
|
|
.gym-tip image {
|
||
|
|
width: 30rpx;
|
||
|
|
height: 30rpx;
|
||
|
|
margin-right: 12rpx;
|
||
|
|
}
|
||
|
|
.distance {
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
.order-btn {
|
||
|
|
padding: 0 20rpx;
|
||
|
|
width: 100rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
height: 100rpx;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
position: fixed;
|
||
|
|
right: 30rpx;
|
||
|
|
bottom: 40rpx;
|
||
|
|
border-radius: 50%;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #fff;
|
||
|
|
background: #0B898E;
|
||
|
|
}
|