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
804 B

/* pages/pbService/index.wxss */
page {
background: url(https://static.ticket.sz-trip.com/uploads/20211105/835875f38dd733eb6374eba108db373a.png);
background-size: 100%;
background-color: none;
}
.pb-box {
margin: 35rpx 25rpx;
/* background: white; */
border-radius: 13rpx;
padding: 0 25rpx;
}
.pb-title {
line-height: 32rpx;
font-size: 34rpx;
color: #333;
font-weight: 500;
}
.title-img {
width: 587rpx;
display: block;
}
.pb-list {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.pb-item {
flex-shrink: 0;
width: 25%;
color: #666;
font-size: 26rpx;
line-height: 24rpx;
margin-bottom: 45rpx;
padding-top: 12rpx;
text-align: center;
}
.pb-item image {
width: 60rpx;
height: 60rpx;
display: block;
margin: 0 auto;
margin-bottom: 26rpx;
}