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.
 

130 lines
2.1 KiB

/* pages/pbService/museum/info/index.wxss */
.mainimg {
display: block;
width: 100%;
height: 300rpx;
}
.swiper {
height: 300rpx;
margin-bottom: 30rpx;
}
.content {
padding: 20rpx;
color: #666666;
font-size: 28rpx;
}
page {
background: white;
}
.title {
font-size: 36rpx;
font-weight: bold;
color: #333;
margin-bottom: 10rpx;
}
.tips {
display: flex;
align-items: center;
height: 50rpx;
}
.tips .iconfont {
flex-shrink: 0;
margin-right: 10rpx;
color: #999;
}
.subtitle {
padding-left: 20rpx;
border-left: 6rpx solid #0F9095;
line-height: 30rpx;
color: #333;
font-size: 30rpx;
font-weight: bold;
margin-top: 40rpx;
margin-bottom: 20rpx;
}
/* .bg {
background: url(https://static.ticket.sz-trip.com/xcxImages/info/infobg.png);
background-size: 100% 100%;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.title {
display: flex;
align-items: flex-end;
height: 190rpx;
color: #0B898E;
font-size: 48rpx;
font-weight: bold;
margin-left: 40rpx;
margin-bottom: 20rpx;
}
.infoline1 {
display: block;
width: 720rpx;
position: absolute;
left: 0;
top: 190rpx;
}
.page {
width: 100%;
height: 100%;
}
.address {
display: flex;
align-items: center;
font-size: 28rpx;
color: #333333;
padding: 18rpx 0;
}
.address image {
display: block;
flex-shrink: 0;
margin-left: 38rpx;
width: 30rpx;
height: 30rpx;
margin-right: 16rpx;
}
.infoline3,.infoline2,.infoarrow {
position: absolute;
width: 250rpx;
bottom: 47rpx;
display: block;
}
.infoline3 {
right: 0;
}
.infoline2 {
left: 0;
}
.infoarrow {
width: 60rpx;
bottom: 26rpx;
left: 50%;
margin-left: -30rpx;
}
.infoarrow.ani {
-webkit-animation: bounce-down 1.6s linear infinite;animation: bounce-down 1.6s linear infinite;
}
.detail {
display: block;
margin: 20rpx 30rpx;
font-size: 30rpx;
}
@keyframes bounce-down {
25% {transform: translateY(-10rpx);opacity:0.3;}
50%{transform: translateY(0);opacity:1;}
75% {transform: translateY(10rpx);opacity:1;}
100% {transform: translateY(0);opacity:1;}
}
.title2 {
font-size: 36rpx;
height: 126rpx;
margin-bottom: 0;
} */