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

2 months ago
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. .explain {
  18. display: flex;
  19. .explain-text {
  20. .join {
  21. margin-top: 20rpx;
  22. }
  23. }
  24. .explain-img {
  25. width: 130rpx;
  26. height: auto;
  27. }
  28. }
  29. }
  30. .add-but{
  31. width: 164rpx;
  32. height: 52rpx;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. background: #FFAA48;
  37. border-radius: 54rpx;
  38. }
  39. }
  40. }
  41. .icon-list{
  42. width: 25%;
  43. display: flex;
  44. flex-direction: column;
  45. align-items: center;
  46. margin: 20rpx 0;
  47. }