123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- #gui .pinBottom.right {
- height: 60px;
- display: flex;
- align-items: center;
- }
- .pinBottom-container.drawerOpen {
- bottom: 0;
- }
- #drawer-container.drawerOpen #drawer.open {
- height: 140px;
- }
- #drawer-container.drawerOpen #drawer.open.noScroll,
- #drawer.open.noScroll.playing {
- height: 137px;
- }
- #thumb-container .thumbImg .overlay {
- color: #fff;
- }
- #thumb-container .active .overlay {
- color: #D6B970;
- }
- #thumb-container .active > img {
- border: 3px solid #D6B970;
- }
- #drawer {
- background-color: rgba(185, 12, 12, 0.8);
- }
- #drawer .darkGlass {
- background-color: transparent;
- }
- #progressBar .step.active::before,
- #progressBar .step.recent::before {
- background-color: #D6B970;
- }
- #popup {
- background: none;
- }
- #popup .popup-content {
- overflow: hidden;
- }
- #cad path {
- stroke-width: 0.5;
- fill: rgba(185, 12, 12, 0.8);
- stroke: #d1b198;
- }
- #ele1 circle {
- fill: rgba(185, 12, 12, 0.8);
- r: 1;
- }
- #share-modal {
- display: none !important;
- }
- @media screen and (max-width: 1000px) {
- #drawer.open.noScroll {
- height: 118px !important;
- }
- #scrollFrame {
- padding: 8px 15px 0;
- }
- #scrollFrame .thumbImg .overlay {
- font-size: 12px;
- }
- }
|