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/pbService/museum/info/index.wxss */
|
|
|
|
|
.bg {
|
|
|
|
|
background: url(https://sz-qd.oss-cn-hangzhou.aliyuncs.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.title{
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
height: 126rpx;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|