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.
|
|
|
|
/* pages/info/showInfo/index.wxss */
|
|
|
|
|
page {
|
|
|
|
|
background: #f6f6f6;
|
|
|
|
|
}
|
|
|
|
|
.swiper,.swiper image {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 330rpx;
|
|
|
|
|
}
|
|
|
|
|
.top-box {
|
|
|
|
|
border-bottom: 1rpx solid #ccc;
|
|
|
|
|
padding: 22rpx 27rpx;
|
|
|
|
|
}
|
|
|
|
|
.top-box .title {
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
|
}
|
|
|
|
|
.top-box .tags {
|
|
|
|
|
display: flex;
|
|
|
|
|
color: #0B898E;
|
|
|
|
|
font-size: 20rpx;
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.top-box .tag {
|
|
|
|
|
margin-right: 20rpx;
|
|
|
|
|
padding: 0 15rpx;
|
|
|
|
|
line-height: 30rpx;
|
|
|
|
|
border-radius: 16rpx;
|
|
|
|
|
border: 1rpx solid;
|
|
|
|
|
}
|
|
|
|
|
.top-box .time {
|
|
|
|
|
font-size: 27rpx;
|
|
|
|
|
color: #333;
|
|
|
|
|
padding-bottom: 20rpx;
|
|
|
|
|
border-bottom: 1rpx solid #ccc;
|
|
|
|
|
}
|
|
|
|
|
.show-location {
|
|
|
|
|
margin: 20rpx 0;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
.show-address {
|
|
|
|
|
color: #999999;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
|
}
|
|
|
|
|
.show-location .iconfont {
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
margin-right: 10rpx;
|
|
|
|
|
}
|
|
|
|
|
.all-title {
|
|
|
|
|
margin: 27rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 35rpx;
|
|
|
|
|
}
|
|
|
|
|
.detail {
|
|
|
|
|
padding: 0 27rpx;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.fixed-bottom {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 104rpx;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
box-shadow: -1rpx 1rpx 16rpx 0px rgba(6, 0, 1, 0.1);
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
.fixed-bottom .btn {
|
|
|
|
|
width: 391rpx;
|
|
|
|
|
line-height: 74rpx;
|
|
|
|
|
background: #D62828;
|
|
|
|
|
border-radius: 37rpx;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 31rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
.fixed-bottom .btn.disable {
|
|
|
|
|
background: #ccc;
|
|
|
|
|
}
|