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

27 lines
375 B

  1. .container-tabs {
  2. background: #FFBF60;
  3. .u-tabs {
  4. background: #FFBF60;
  5. }
  6. }
  7. .container {
  8. padding: 20rpx;
  9. &-list {
  10. background: #FFFFFF;
  11. padding: 28rpx 20rpx;
  12. font-size: 24rpx;
  13. color: #7D8196;
  14. }
  15. }
  16. .address {
  17. background: #F6FAFC;
  18. border-radius: 8rpx 8rpx 8rpx 8rpx;
  19. padding: 14rpx 20rpx;
  20. }
  21. .container-list-item {
  22. background: #FFFFFF;
  23. }