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.

24 lines
387 B

/* mine/pages/customerService/customerService.wxss */
page {
background-color: #f2f2f2;
}
.content {
width: 750rpx;
display: flex;
justify-content: center;
}
.content-list {
width: 710rpx;
border-radius: 20rpx;
background-color: #ffffff;
margin-top: 20rpx;
}
.content-list-item {
font-size: 28rpx;
margin-left: 20rpx;
margin-top: 20rpx;
margin-bottom: 20rpx;
}