| | |
| | | position: absolute; |
| | | height: auto; |
| | | // background-color: #fff; |
| | | background-image: linear-gradient( // 135deg, |
| | | background-image: linear-gradient( |
| | | // 135deg, |
| | | // rgba(40,187,240, 0.5) 50%, |
| | | // transparent 50% |
| | | rgba(40, 187, 240, 0.5) 35px, |
| | | rgba(40, 187, 240, 0.5) 35px, |
| | | rgba(40, 187, 240, 0.5) calc(100% - 34px), |
| | | transparent calc(100% - 34px)), |
| | | linear-gradient( // -45deg, |
| | | transparent calc(100% - 34px) |
| | | ), |
| | | linear-gradient( |
| | | // -45deg, |
| | | // rgba(40,187,240, 0.5) 50.1%, |
| | | // transparent 50% |
| | | transparent 35px, |
| | | rgba(40, 187, 240, 0.5) 35px, |
| | | rgba(40, 187, 240, 0.5) calc(100% - 0px), |
| | | transparent calc(100% - 0px)); |
| | | transparent calc(100% - 0px) |
| | | ); |
| | | // background-image: linear-gradient(135deg, transparent 30px, rgba(40,187,240, 0.5) 30px, rgba(40,187,240, 0.5) 50%, transparent 50%), |
| | | // linear-gradient(-45deg, transparent 30px, rgba(40,187,240, 0.5) 30px, rgba(40,187,240, 0.5) 50.1%, transparent 50%); |
| | | border-radius: 10px; |
| | |
| | | width: 100%; |
| | | height: 35px; |
| | | // background-image: linear-gradient(135deg, transparent 25px, #29baf1 25px); |
| | | background-image: linear-gradient(rgba(41,186,241, 0.5), rgba(41,186,241, 0.5)); |
| | | background-image: linear-gradient(rgba(41, 186, 241, 0.5), rgba(41, 186, 241, 0.5)); |
| | | |
| | | // background-image: linear-gradient(#29baf1, #28bbf0); |
| | | // background-color: #f7f7f7; |
| | |
| | | text-align: justify; |
| | | letter-spacing: 1px; |
| | | box-sizing: border-box; |
| | | |
| | | video { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | img { |
| | | margin-left: calc(50% - 35px); |
| | | width: 70px; |
| | |
| | | border-radius: 0 0 10px 10px; |
| | | display: flex; |
| | | align-items: center; |
| | | background-image: linear-gradient(rgba(41,186,241, 0.5), rgba(41,186,241, 0.5)); |
| | | background-image: linear-gradient(rgba(41, 186, 241, 0.5), rgba(41, 186, 241, 0.5)); |
| | | // background-image: linear-gradient(#29baf1, #28bbf0); |
| | | justify-content: center; |
| | | position: relative; |
| | |
| | | height: 0px; |
| | | // background-image: linear-gradient(rgba(41,186,241, 0.5), rgba(41,186,241, 0.5)); |
| | | border-top: 8px solid transparent; |
| | | border-bottom: 8px solid rgba(25,179,240, 0.5); |
| | | border-bottom: 8px solid rgba(25, 179, 240, 0.5); |
| | | border-left: 8px solid transparent; |
| | | border-right: 8px solid rgba(25,179,240, 0.5); |
| | | border-right: 8px solid rgba(25, 179, 240, 0.5); |
| | | position: absolute; |
| | | bottom: -8px; |
| | | left: calc(50% - 8px); |
| | |
| | | $controllerw: 35px !important; |
| | | |
| | | #mobile-viewer-container { |
| | | |
| | | // 继承类 |
| | | .flexCenter { |
| | | display: flex !important; |
| | |
| | | width: $size; |
| | | height: $size; |
| | | } |
| | | } |
| | | } |