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.
45 lines
705 B
45 lines
705 B
|
5 years ago
|
/* 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;
|
||
|
|
}
|