myBase.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. #gui .pinBottom.right {
  2. height: 60px;
  3. display: flex;
  4. align-items: center;
  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 {
  17. width: auto !important;
  18. }
  19. #thumb-container .thumbImg .overlay {
  20. color: #fff;
  21. }
  22. #thumb-container .active .overlay {
  23. color: #fff;
  24. align-items: flex-end;
  25. }
  26. #thumb-container .active>img {
  27. border: 3px solid #FCE39E;
  28. }
  29. #drawer {
  30. backdrop-filter: blur(20px);
  31. background-color: rgba(60,51,40,0.5) ;
  32. }
  33. #drawer .darkGlass {
  34. background-color: transparent;
  35. }
  36. #progressBar .step.active::before,
  37. #progressBar .step.recent::before {
  38. background-color: #FCE39E;
  39. }
  40. #popup {
  41. background: none;
  42. }
  43. #popup .popup-content {
  44. overflow: hidden;
  45. }
  46. #cad path {
  47. stroke-width: 0.5;
  48. fill: #C8B992;
  49. stroke: #C8B992;
  50. }
  51. #ele1 circle {
  52. fill: #978A68;
  53. r: 1;
  54. }
  55. #share-modal {
  56. display: none !important;
  57. }
  58. @media screen and (max-width: 1000px),(orientation: portrait) {
  59. #drawer.open.noScroll {
  60. height: 118px !important;
  61. }
  62. #scrollFrame {
  63. padding: 8px 15px 0;
  64. }
  65. #scrollFrame .thumbImg .overlay {
  66. font-size: 12px;
  67. }
  68. #closepop {
  69. top: 10px;
  70. right: 10px;
  71. }
  72. #gui .pinBottom.right {
  73. height: auto;
  74. display: flex;
  75. align-items: flex-start;
  76. margin-bottom: 10px;
  77. }
  78. #thumb-container {
  79. width: 590px !important;
  80. }
  81. }