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.
 

128 lines
2.2 KiB

/* pages/info/museumInfo/index.wxss */
.swiper,.swiper image {
width: 100%;
height: 330rpx;
display: block;
}
.info {
margin: 0 25rpx;
margin-top: -30rpx;
position: relative;
z-index: 1;
background: #FFFFFF;
box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1);
border-radius: 13rpx;
padding: 30rpx;
}
.info .title {
font-size: 31rpx;
color: #000;
margin-bottom: 20rpx;
}
.info .location {
color: #999999;
font-size: 24rpx;
margin-bottom: 20rpx;
}
.info .location .iconfont {
margin-right: 10rpx;
font-size: 26rpx;
}
.detail-title {
font-weight: 500;
font-size: 35rpx;
color: #000;
margin: 26rpx;
margin-top: 45rpx;
}
.detail {
display: block;
padding: 26rpx;
}
.fixed-btn {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 104rpx;
background: #FFFFFF;
box-shadow: -1rpx 1rpx 16rpx 0px rgba(6, 0, 1, 0.1);
display: flex;
align-items: center;
justify-content: center;
}
.fixed-btn .btn {
width: 391rpx;
line-height: 73rpx;
background: #D62828;
border-radius: 37rpx;
text-align: center;
color: #fff;
font-size: 31rpx;
font-weight: 500;
}
.menu-box {
display: flex;
align-items: center;
justify-content: space-around;
height: 100rpx;
border-bottom: 1rpx solid #CCCCCC;
}
.menu-item {
font-size: 35rpx;
line-height: 100rpx;
position: relative;
}
.menu-item.active {
font-size: 37rpx;
font-weight: bold;
}
.menu-item.active::after {
content:"!";
font-size: 0;
display: block;
position: absolute;
width: 66rpx;
height: 7rpx;
background: #0B898E;
border-radius: 3rpx;
left: 50%;
margin-left: -33rpx;
top: 93rpx;
}
.activity-item {
display: flex;
background: #F4F4F4;
border-radius: 10rpx;
margin: 27rpx;
font-size: 24rpx;
color: #999999;
padding: 22rpx;
justify-content: space-between;
}
.activity-item .textOver2 {
font-size: 31rpx;
color: #333;
}
.activity-info {
display: flex;
height: 193rpx;
flex-direction: column;
justify-content: space-between;
}
.activity-item image {
flex-shrink: 0;
display: block;
width: 287rpx;
height: 193rpx;
margin-left: 15rpx;
}
.activity-info .textOver {
margin-bottom: 10rpx;
}
.menu-fixed {
position: fixed;
left: 0;
background:white;
right: 0;
}