猫妈狗爸伴宠师小程序前端代码
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.

18 lines
292 B

  1. .cell-box {
  2. background: #FFFFFF;
  3. border-radius: 20rpx;
  4. margin-top: 20rpx;
  5. padding: 20rpx;
  6. margin-bottom: 150rpx;
  7. }
  8. .personal-pet-info-title {
  9. font-size: 28rpx;
  10. color: #333;
  11. font-weight: bold;
  12. padding-bottom: 20rpx;
  13. }
  14. .border-bottom {
  15. border-bottom: 1px solid #efefef;
  16. }