/* pages/pbService/museum/info/index.wxss */ .mainimg { display: block; width: 100%; height: 300rpx; } .swiper { width: 100%; 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; }