Sidebar.css 808 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .Sidebar {
  2. position: fixed;
  3. top: 70%;
  4. right: 20px;
  5. text-align: center;
  6. background-color: rgba(255, 255, 255, 1);
  7. border-radius: 100px;
  8. box-shadow: 0px 4px 10px 0px #1D398314;
  9. box-shadow: 1px 1px 20px 4px #1D39830D;
  10. padding: 20px 0;
  11. font-size: 0.10rem;
  12. div {
  13. padding: 10px;
  14. font-weight: 400;
  15. color: #000000;
  16. cursor: pointer;
  17. }
  18. }
  19. .Model_h3_title {
  20. font-weight: 600;
  21. text-align: center;
  22. font-size: 0.16rem;
  23. margin-bottom: 32px;
  24. }
  25. .model_checkbox_i{
  26. font-style: normal;
  27. color: #3681FC;
  28. font-weight: 600;
  29. padding: 0 3px;
  30. cursor: pointer;
  31. }
  32. .model_p_text{
  33. font-size: 0.12rem;
  34. font-weight: 400;
  35. line-height: 20px;
  36. color: #00000099;
  37. margin-top: 16px;
  38. margin-bottom: 8px;
  39. }