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.
93 lines
1.3 KiB
93 lines
1.3 KiB
|
2 years ago
|
/* pages/pbService/museum/info/index.wxss */
|
||
|
|
.box {
|
||
|
|
padding: 0 26.67rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.title {
|
||
|
|
font-size: 35rpx;
|
||
|
|
font-family: PingFang SC;
|
||
|
|
font-weight: bold;
|
||
|
|
color: #000000;
|
||
|
|
margin: 28rpx 0 58rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.address {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.address-icon {
|
||
|
|
width: 29.33rpx;
|
||
|
|
height: 29.33rpx;
|
||
|
|
flex-shrink: 0;
|
||
|
|
margin-right: 22rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.map-icon {
|
||
|
|
width: 24rpx;
|
||
|
|
height: 26.67rpx;
|
||
|
|
flex-shrink: 0;
|
||
|
|
margin: 0 12.67rpx 0 21.33rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.address-text {
|
||
|
|
font-size: 24rpx;
|
||
|
|
font-family: PingFang SC;
|
||
|
|
font-weight: 500;
|
||
|
|
color: #999999;
|
||
|
|
max-width: 450rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.go-there {
|
||
|
|
font-size: 24rpx;
|
||
|
|
font-family: PingFang SC;
|
||
|
|
font-weight: 500;
|
||
|
|
color: #0B898E;
|
||
|
|
}
|
||
|
|
|
||
|
|
.call-icon {
|
||
|
|
width: 29.33rpx;
|
||
|
|
height: 29.33rpx;
|
||
|
|
margin-right: 24rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.call {
|
||
|
|
font-size: 24rpx;
|
||
|
|
font-family: PingFangSC;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #999999;
|
||
|
|
}
|
||
|
|
|
||
|
|
.line {
|
||
|
|
width: 697rpx;
|
||
|
|
height: 1rpx;
|
||
|
|
background: #D8D8D8;
|
||
|
|
margin-bottom: 43.33rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.h-title {
|
||
|
|
padding-left: 6.67rpx;
|
||
|
|
font-size: 32rpx;
|
||
|
|
font-family: PingFang SC;
|
||
|
|
font-weight: bold;
|
||
|
|
color: #333333;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btm-line {
|
||
|
|
width: 173rpx;
|
||
|
|
height: 19rpx;
|
||
|
|
background: #0B898E;
|
||
|
|
opacity: 0.2;
|
||
|
|
margin-top: -15rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.text {
|
||
|
|
margin: 41.33rpx 0 64.67rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.h-title2 {
|
||
|
|
font-size: 36rpx;
|
||
|
|
font-family: PingFang SC;
|
||
|
|
font-weight: bold;
|
||
|
|
color: #333333;
|
||
|
|
}
|