| | |
| | | <!-- <div class="mask"></div> -->
|
| | | <div class="video_close" @click="showVideo = false">
|
| | | <!-- <img src="../../assets/img/about_dot18.png"> -->
|
| | | <span class="icon iconfont"></span>
|
| | | <!-- <span class="icon iconfont"></span> -->
|
| | | <i class="el-icon-close"></i>
|
| | |
|
| | | |
| | | </div>
|
| | | </div>
|
| | | </div>
|
| | |
| | | }
|
| | |
|
| | | .videolist_appbox .video_t {
|
| | | // left: 19%;
|
| | | // top: 15%;
|
| | | // position: absolute;
|
| | | // height: 655px;
|
| | | // width: 1164px;
|
| | | z-index: 2;
|
| | | // background: #000;
|
| | |
|
| | | }
|
| | |
|
| | | .videolist_appbox .mask {
|
| | |
| | | background: lightgray;
|
| | | padding: 10px;
|
| | | border-radius: 20px;
|
| | | i{
|
| | | font-size: 20px;
|
| | | }
|
| | | }
|
| | | }
|
| | | </style> |