/* 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; }