home.scss 661 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .home {
  2. width: 100%;
  3. font-size: 13px;
  4. &__top {
  5. padding: 0px 10px;
  6. height: 40px;
  7. text-align: center;
  8. &_recordbtn {
  9. width: 100px;
  10. }
  11. }
  12. &__bottom {
  13. width: 100%;
  14. }
  15. &__param {
  16. border: 1px solid;
  17. margin: 5px;
  18. padding: 10px;
  19. &_txt {
  20. width: 100%;
  21. height: 25px;
  22. line-height: 25px;
  23. color: #000;
  24. font-size: 15px;
  25. display: flex;
  26. &_item1 {
  27. width: 100%;
  28. }
  29. &_item2 {
  30. width: 50%;
  31. }
  32. }
  33. }
  34. }