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.
32 lines
452 B
32 lines
452 B
.swiper {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
}
|
|
.swiper image {
|
|
height: 400rpx;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
page {
|
|
background: #fff;
|
|
}
|
|
.top-box {
|
|
padding: 20rpx 39rpx;
|
|
background: white;
|
|
border-radius: 20rpx 20rpx 0px 0px;
|
|
margin-bottom: 25rpx;
|
|
}
|
|
.title {
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
font-weight:500;
|
|
}
|
|
.info-address {
|
|
color: #666;
|
|
font-size: 27rpx;
|
|
}
|
|
.content {
|
|
font-size: 30rpx;
|
|
padding: 40rpx;
|
|
background: white;
|
|
}
|