myBase.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #gui .pinBottom.right {
  2. /* height: 60px; */
  3. display: flex;
  4. align-items: end;
  5. }
  6. .pinBottom-container.drawerOpen {
  7. bottom: 0;
  8. }
  9. #drawer-container.drawerOpen #drawer.open {
  10. height: 140px;
  11. }
  12. #drawer-container.drawerOpen #drawer.open.noScroll,
  13. #drawer.open.noScroll.playing {
  14. height: 137px;
  15. }
  16. #thumb-container .thumbImg .overlay {
  17. color: #fff;
  18. }
  19. #thumb-container .active .overlay {
  20. color: #D6B970;
  21. }
  22. #thumb-container .active > img {
  23. border: 3px solid #D6B970;
  24. }
  25. #drawer {
  26. background-color: #911212;
  27. border-radius: 30px 30px 0 0;
  28. }
  29. #drawer .darkGlass {
  30. background-color: transparent;
  31. }
  32. #progressBar .step.active::before,
  33. #progressBar .step.recent::before {
  34. background-color: #D6B970;
  35. }
  36. #popup {
  37. background: none;
  38. }
  39. #popup .popup-content {
  40. overflow: hidden;
  41. }
  42. #cad path {
  43. stroke-width: 0.5;
  44. fill: #911212;
  45. stroke: #fff;
  46. }
  47. #ele1 circle {
  48. fill: #911212;
  49. r: 1;
  50. }
  51. #share-modal {
  52. display: none !important;
  53. }
  54. @media screen and (max-width: 1000px) {
  55. #drawer.open.noScroll {
  56. height: 118px !important;
  57. }
  58. #scrollFrame {
  59. padding: 8px 15px 0;
  60. }
  61. #scrollFrame .thumbImg .overlay {
  62. font-size: 12px;
  63. }
  64. #closepop {
  65. top: 4px;
  66. right: 4px;
  67. }
  68. }