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

38 lines
748 B

3 months ago
3 months ago
  1. .swiper-container {
  2. height: 370rpx;
  3. }
  4. .container{
  5. padding: 0 20rpx 20rpx;
  6. margin-top: 20rpx;
  7. &-list{
  8. padding: 26rpx 20rpx;
  9. background: #FFFFFF;
  10. border-radius: 16rpx 16rpx 16rpx 16rpx;
  11. margin-bottom: 20rpx;
  12. &-but{
  13. padding: 22rpx 40rpx;
  14. background: #FFF4E5;
  15. border-radius: 8rpx 8rpx 8rpx 8rpx;
  16. color: #A94F20;
  17. image{
  18. width: 123rpx;
  19. height: 154rpx;
  20. }
  21. }
  22. .add-but{
  23. width: 164rpx;
  24. height: 52rpx;
  25. display: flex;
  26. justify-content: center;
  27. align-items: center;
  28. background: #FFAA48;
  29. border-radius: 54rpx;
  30. }
  31. }
  32. }
  33. .icon-list{
  34. width: 25%;
  35. display: flex;
  36. flex-direction: column;
  37. align-items: center;
  38. margin: 20rpx 0;
  39. }