@imgSrc: '@/assets/images/demonstration'; .demonstration { height: 100%; width: 100%; overflow: hidden; display: flex; background:rgba(8, 33, 77, 1) url('@{imgSrc}/背景.png') no-repeat center center; background-size: 100% 100%; position: relative; font-size: 14px; font-family: Microsoft YaHei; font-weight: 400; color: #FFFFFF; align-items: center; justify-content: center; .iframeExitIcon { position: absolute; top: 36px; width: 100px; height: 14px; left: calc(50% - 50px); line-height: 14px; text-align: center; } .iframeExitIcon::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; transform: perspective(0.35em) rotateX(-5deg); transform-origin: bottom; line-height: 20px; text-align: center; } .iframeExit:hover { transform: translateY(0); } .iframeExit:hover .iframeExitIcon { display: none; } .iframeExit { width: 100px; height: 30px; position: absolute; top: 0; left: calc(50% - 50px); transform: translateY(-100%); display: flex; align-items: center; justify-content: center; color: #FFF; cursor: pointer; user-select: none; position: absolute; z-index: 110; } .iframeExit::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; transform: perspective(.5em) rotateX(-5deg); transform-origin: bottom; background: rgba(0, 0, 0, 0.5); line-height: 0.2rem; text-align: center; } .demonstrationLoad { width: 100%; height: 100%; position: absolute; display: flex; align-items: center; justify-content: center; top: 0; left: 0; z-index: 1080; padding-bottom: 50px; background-color: rgba(0, 0, 0, 0.6); } .demonstrationWrap { height: 100%; width: 100%; overflow: hidden; transform-origin: left top; position: absolute; left: 50%; top: 50%; display: flex; flex-direction: column; justify-content: space-between; } .CV_exit { cursor: pointer; position: absolute; right: 0; top: 0; z-index: 10; } .top { color: #fff; display: flex; justify-content: space-between; align-items: flex-end; flex: none; .top_l { width: 281px; padding-left: 33px; .top_l_btn:active { opacity: 0.8; } .top_l_btn { width: 160px; height: 32px; background: rgba(110, 146, 188, 0.25); border-radius: 16px; text-align: center; display: flex; align-items: center; justify-content: center; cursor: pointer; img { width: 16px; height: 16px; margin-right: 5px; } } } .top_r { width: 281px; height: 35px; .top_r_text { width: 100%; height: 35px; line-height: 35px; padding-left: 60px; background: url('@{imgSrc}/引领中国智慧水务.png') no-repeat center center; background-size: 100% 100%; font-size: 15px; letter-spacing: 3px; } } .top_c { padding-top: 15px; .top_c_title { font-size: 34px; font-weight: bold; padding-left: 80px; color: #FFFFFF; letter-spacing: 1px; text-shadow: 0 8px 8px rgba(30, 64, 121, 0.35); background: url('@{imgSrc}/熊猫图标.png') no-repeat left center; background-size: 65px; position: relative; top: 10px; line-height: 1; } } } .row { padding: 0 33px; display: flex; overflow: hidden; z-index: 10; flex: none; .row_l { width: 372px; flex: none; } .row_r { width: 372px; flex: none; } .row_c { flex: 1; } } .center_wrap { position: relative; flex: none; } .center_tip { position: absolute; left: 50%; top: -38px; transform: translateX(-50%); width: 130px; height: 82px; z-index: 0; background: url('@{imgSrc}/箭头.png') no-repeat center/100% 100%; } .center { z-index: 10; display: flex; padding: 0 28px 5px; width: 100%; overflow: hidden; line-height: 1; align-items: flex-end; .center_title { height: 89px; padding-top: 43px; text-align: center; background: url('@{imgSrc}/熊猫智慧水务系列支撑能力平台.png') no-repeat center/100% 100%; z-index: 10; div { font-size: 22px; font-weight: bold; color: #FFFFFF; background: linear-gradient(0deg, #92D2FF 0%, #FFFFFF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } } .center_col { height: 61px; font-size: 15px; font-weight: bold; display: flex; align-items: center; justify-content: center; position: relative; top: 0; transition: all 0.3s; margin-bottom: 5px; img { width: 36px; height: 36px; } } .center_col[isJump='yes'] { cursor: pointer; } .center_col[isJump='yes']:hover { top: -8px; filter: brightness(130%) } .center_col[isJump='yes']:active { opacity: 0.8; } .center_col[type='水务统一接入平台'] { background: url('@{imgSrc}/水务统一接入平台.png') no-repeat center/100% 100%; } .center_col[type='水务web组态平台'] { background: url('@{imgSrc}/水务web组态平台.png') no-repeat center/100% 100%; } .center_col[type='水务数据中台'] { background: url('@{imgSrc}/水务数据中台.png') no-repeat center/100% 100%; } .center_col[type='水务门户网站'] { background: url('@{imgSrc}/水务门户网站.png') no-repeat center/100% 100%; } .center_col[type='水务全场景低代码平台'] { background: url('@{imgSrc}/水务全场景低代码平台.png') no-repeat center/100% 100%; } .center_col[type='水务AI平台'] { background: url('@{imgSrc}/水务AI平台.png') no-repeat center/100% 100%; } } .bottom { flex: none; height: 290px; overflow: hidden; } } .loadingWrap { position: absolute; width: 100%; height: 100%; position: absolute; display: flex; align-items: center; justify-content: center; top: 0; left: 0; z-index: 1080; padding-bottom: 50px; }