| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <hsc-window-style-metal class="windown-model"> |
| | | <!-- <hsc-window-style-metal class="windown-model"> |
| | | <hsc-window |
| | | v-for="(item, index) in CardList.addBaseList" |
| | | :closeButton="true" |
| | |
| | | </div> |
| | | </div> |
| | | </hsc-window> |
| | | </hsc-window-style-metal> |
| | | </hsc-window-style-metal>--> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import Card from "@/components/subComponents/Card"; |
| | | import UploadImg from "@/components/searching/UploadImg"; |
| | | //import CardWindow from "../components/cardWindow"; |
| | | import bus from "./main"; |
| | | export default { |
| | | components: { |
| | |
| | | }) |
| | | }, |
| | | getDetails(ev, index) { |
| | | debugger |
| | | //let obj = this.CardList.datalist[index]; |
| | | this.CardList.datalist = this.VideoPhotoData.cards; |
| | | let obj = this.CardList.datalist[index]; |
| | |
| | | height: 100%; |
| | | padding: 0px 20px; |
| | | box-sizing: border-box; |
| | | |
| | | //临时 |
| | | .el-carousel__item.is-active { |
| | | z-index: 0 !important; |
| | | } |
| | | //临时 |
| | | |
| | | .searching-right-nav { |
| | | height: 50px; |
| | | width: 100%; |
| | |
| | | width: 100%; |
| | | height: 100%; |
| | | .el-loading-spinner-search { |
| | | background: url("../../../assets/gif/searchLoading.gif") no-repeat; |
| | | background: url("/images/search/searchLoading.gif") no-repeat; |
| | | } |
| | | } |
| | | } |