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

49 lines
759 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. }
  24. .header-buts{
  25. background: #FFBF60;
  26. height: 96rpx;
  27. }
  28. .header-buts{
  29. .buts-box{
  30. border-radius: 12rpx;
  31. border: 2rpx solid #FFFFFF;
  32. overflow: hidden;
  33. .buts{
  34. padding: 22rpx 54rpx;
  35. color: #FFFFFF;
  36. font-size: 28rpx;
  37. }
  38. .buts-active{
  39. font-size: 32rpx;
  40. font-weight: 500rpx;
  41. background: #FFFFFF;
  42. color: #FFBF60;
  43. }
  44. }
  45. }