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.
 

51 lines
875 B

/* pages/pbService/PRpark/index.wxss */
page {
background: #EDEDED;
}
.park-item {
margin: 30rpx;
background: white;
border-radius: 20rpx;
padding: 0 20rpx;
color: #333;
font-size: 30rpx;
padding-bottom: 30rpx;
}
.park-top {
display: flex;
align-items: center;
min-height: 98rpx;
padding: 20rpx 0;
justify-content: space-between;
border-bottom: 1rpx solid #D8D8D8;
}
.park-item image {
width: 80rpx;
flex-shrink: 0;
margin-left: 20rpx;
}
.park-tips {
font-size: 26rpx;
margin-top: 20rpx;
}
.park-tips text {
color: #FC9132;
margin-right: 70rpx;
margin-left: 10rpx;
}
.park-box {
display: flex;
font-size: 26rpx;
margin-top: 20rpx;
}
.park-bg {
width: 80rpx;
line-height: 40rpx;
height: 40rpx;
background: #FC9132;
border-radius: 20rpx;
color: #fff;
text-align: center;
flex-shrink: 0;
margin-right: 20rpx;
}