123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- .swiper-pagination-bullet-active {
- background-color: #6f6e72;
- height: 0.07rem !important;
- position: relative;
- top: 0.02rem;
- }
- .swiper-pagination-bullet {
- width: 0.54rem;
- height: 0.03rem;
- border-radius: 0;
- }
- .img_list {
- position: relative;
- margin-top: 0.15rem;
- }
- .img_words {
- color: #FFFFFF;
- position: absolute;
- bottom: 0.37rem;
- left: 0.31rem;
- }
- .img_words h3 {
- font-size: 2.6em;
- }
- .img_words span {
- font-size: 1.8em;
- }
- .img_words p {
- background: #FFFFFF;
- width: 0.47rem;
- height: 0.01rem;
- margin: 0.18rem 0;
- }
- .img_list:last-child {
- margin-bottom: 0.3rem;
- }
- .swiper-slide {
- position: relative;
- }
- .swiper-slide p {
- position: absolute;
- top: 2.46rem;
- left: 1.34rem;
- text-align: center;
- }
- .swiper-slide p > a {
- /*background: red;*/
- display: inline-block;
- width: 1.70rem;
- height: 0.65rem;
- margin-right: 0.10rem;
- }
- .swiper-slide p > a:nth-child(2) {
- width: 1.32rem;
- }
- .swiper-slide p > a:nth-child(3) {
- width: 1.56rem;
- }
- .video_div_back {
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- z-index: 99;
- background-color: rgba(0, 0, 0, 0);
- }
- .video_div_shadow {
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- z-index: 199;
- background-color: rgba(0, 0, 0, 0.6);
- }
- .video_div {
- z-index: 200;
- position: relative;
- }
- .video_mp4{
- width: 100%;
- height: auto;
- position: fixed;
- }
- video::-internal-media-controls-download-button {
- display: none;
- }
- video::-webkit-media-controls-enclosure {
- overflow: hidden;
- }
- video::-webkit-media-controls-panel {
- width: calc(100% + 30px);
- }
|