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.

77 lines
1.2 KiB

5 years ago
/* pages/pbService/museum/info/index.wxss */
5 years ago
.main-img {
display: block;
width: 100%;
}
4 years ago
.subtitle {
display: flex;
align-items: center;
5 years ago
color: #333;
4 years ago
font-size: 28rpx;
height: 70rpx;
5 years ago
}
4 years ago
.subtitle image {
display: block;
width: 30rpx;
margin-right: 18rpx;
flex-shrink: 0;
5 years ago
}
4 years ago
.top-info {
position: relative;
z-index: 1;
margin-top: -20rpx;
border-radius: 20rpx 20rpx 0 0;
background: white;
padding: 30rpx;
5 years ago
}
4 years ago
.top-info .title {
5 years ago
color: #0B898E;
font-size: 48rpx;
5 years ago
font-weight: bold;
4 years ago
margin-bottom: 40rpx;
5 years ago
}
4 years ago
.logo {
5 years ago
position: absolute;
4 years ago
right: 49rpx;
bottom: 19rpx;
width: 204rpx;
display: block;
5 years ago
}
4 years ago
.content {
position: relative;
background: #0B898E;
padding: 30rpx;
padding-bottom: 50rpx;
}
.content .tip {
color: #fff;
font-size: 32rpx;
font-weight: bold;
line-height: 80rpx;
5 years ago
}
4 years ago
.content .detail {
padding: 20rpx;
border-radius: 10rpx;
background: white;
margin-top: 20rpx;
5 years ago
}
4 years ago
.titleimg {
5 years ago
position: absolute;
4 years ago
left: 0;
5 years ago
display: block;
4 years ago
width: 100%;
top: 20rpx;
5 years ago
}
4 years ago
.bottomimg {
position: absolute;
5 years ago
left: 0;
4 years ago
bottom: 0;
5 years ago
display: block;
4 years ago
width: 100%;
5 years ago
}
4 years ago
.mypage {
background: #0B898E;
min-height: 100vh;
position: relative;
}