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

36 lines
418 B

1 month ago
1 month ago
  1. .box{
  2. width: 100vw;
  3. height: 100vh;
  4. .top{
  5. width: 100vw;
  6. height: 100rpx;
  7. padding: 3% 4%;
  8. background-color: #FFF;
  9. color: #FFBF60;
  10. font-size: 30rpx;
  11. .line{
  12. width: 106rpx;
  13. height: 6rpx;
  14. background-color: #FFBF60;
  15. margin: 10rpx 0 0 8rpx;
  16. }
  17. }
  18. .center{
  19. width: 100vw;
  20. height: auto;
  21. background-color: #fff;
  22. }
  23. }
  24. .box-size{
  25. box-sizing: border-box;
  26. }
  27. .level{
  28. display: flex;
  29. }