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.
39 lines
629 B
39 lines
629 B
/* pages/pbService/index.wxss */
|
|
page {
|
|
background: #f6f6f6;
|
|
}
|
|
.pb-box {
|
|
margin: 35rpx 25rpx;
|
|
background: white;
|
|
border-radius: 13rpx;
|
|
padding: 0 25rpx;
|
|
}
|
|
.pb-title {
|
|
padding: 40rpx 0;
|
|
line-height: 32rpx;
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
font-weight: 500;
|
|
}
|
|
.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;
|
|
}
|