set.css 543 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .mui-content .mui-icon {
  2. line-height: 1.9;
  3. color: rgb(218, 218, 218);
  4. }
  5. .my-conts {
  6. margin-top: 7px;
  7. height: 45px;
  8. line-height: 47px;
  9. padding: 0 5px 0 10px;
  10. background: #FFFFFF;
  11. }
  12. .my-conts:first-child {
  13. border-bottom: 1px solid rgba(200, 199, 204, 0.2);
  14. }
  15. .my-contss {
  16. height: 45px;
  17. line-height: 47px;
  18. padding: 0 5px 0 10px;
  19. background: #FFFFFF;
  20. }
  21. .close-btn {
  22. width: 92%;
  23. margin: 0 auto;
  24. margin-top: 50px;
  25. }
  26. .close-btn button {
  27. width: 100%;
  28. height: 40px;
  29. border: none;
  30. color: #FFFFFF;
  31. background: rgb(255, 86, 86);
  32. }