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

51 lines
908 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: 28rpx;
  7. position: relative;
  8. z-index: 9;
  9. &-list{
  10. padding: 26rpx 20rpx;
  11. background: #FFFFFF;
  12. border-radius: 16rpx 16rpx 16rpx 16rpx;
  13. margin-bottom: 20rpx;
  14. &-but{
  15. padding: 22rpx 40rpx;
  16. background: #FFF4E5;
  17. border-radius: 8rpx 8rpx 8rpx 8rpx;
  18. color: #A94F20;
  19. .explain {
  20. display: flex;
  21. .explain-text {
  22. .join {
  23. margin-top: 20rpx;
  24. }
  25. }
  26. .explain-img {
  27. width: 130rpx;
  28. height: auto;
  29. }
  30. }
  31. }
  32. .add-but{
  33. width: 164rpx;
  34. height: 52rpx;
  35. display: flex;
  36. justify-content: center;
  37. align-items: center;
  38. background: #FFAA48;
  39. border-radius: 54rpx;
  40. }
  41. }
  42. }
  43. .icon-list{
  44. width: 25%;
  45. display: flex;
  46. flex-direction: column;
  47. align-items: center;
  48. margin: 20rpx 0;
  49. }