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

  1. .container{
  2. width: 100vw;
  3. height: 103rpx;
  4. background-color: #FFFAF2;
  5. padding: 25rpx 250rpx;
  6. }
  7. .box{
  8. width: 100vw;
  9. height: auto;
  10. padding: 20rpx;
  11. position: absolute;
  12. .top{
  13. width: 710rpx;
  14. height: auto;
  15. background-color: #fff;
  16. padding: 0 20rpx 20rpx 20rpx;
  17. }
  18. .buttom{
  19. width: 750rpx;
  20. height: 163rpx;
  21. background-color: #fff;
  22. position: relative;
  23. bottom: 32rpx;
  24. left: -20rpx;
  25. padding: 40rpx 85rpx;
  26. .buttom-item{
  27. width: 594rpx;
  28. height: 94rpx;
  29. background-color: #FFBF60;
  30. align-items: center;
  31. justify-content: center;
  32. }
  33. }
  34. }
  35. .box-size{
  36. box-sizing: border-box;
  37. }
  38. .level{
  39. display: flex;
  40. }
  41. .jus-center{
  42. justify-content: center;
  43. }