UNPKG

h5-cli

Version:

hello

113 lines (111 loc) 2.57 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>远图demo组件文档</title> <link rel="stylesheet" type="text/css" href="http://daily.yuantutech.com/yuantu/piros-ui/1.0.0/css/cssytmodule.css"> <style> root,body,html{ height:100%; overflow: hidden; } </style> </head> <body> <div class="yt-navbar"> <div class="navbar-brand"></div> <ul class="navbar-nav"> <li class="dropdown"> <a href="#"> 产品 <span class="icon-caret"></span> </a> </li> <li class="dropdown"> <a href="#"> 解决方案 <span class="icon-caret"></span> </a> </li> <li> <a href="#">文档中心</a> </li> </ul> <ul class="navbar-nav-right"> <li > <a href="#"> <span class="icon-workorder"></span> 我的工单 </a> </li> <li > <a href="#"> <span class="icon-standmail"> <span class="native-message"></span> </span> 站内信 </a> </li> </ul> <div class="user-mark"> <span class="icon-user-marklogo"></span> 罗耀秋 <span class="icon-caret"></span> </div> </div> <div class="yt-main"> <div class="yt-sidebar"> <div class="extend"> <span class="icon-ellipsis">...</span> </div> <ul class="sider-nav"> <li> <a href="http://api.uat.yuantutech.com/user-web/admin/login?url=/user-web/admin" target="iframe"> <span class="icon-portrait"></span> <span class="sider-text">用户系统管理平台</span> </a> </li> <li> <a href="3.html" target="iframe"> <span class="icon-workbench"></span> <span class="sider-text">预约挂号平台</span> </a> </li> <li> <a href="http://121.41.51.231:8180/virtualsettlement/html/views/login.html" target="iframe" > <span class="icon-money"></span> <span class="sider-text">虚拟结算平台</span> </a> </li> <li> <a href="#"> <span class="icon-tendency"></span> <span class="sider-text">运维监控平台</span> </a> </li> <li> <a href="#"> <span class="icon-location"></span> <span class="sider-text">导航导诊平台</span> </a> </li> <li> <a href="#"> <span class="icon-house"></span> <span class="sider-text">远程会诊平台</span> </a> </li> <li> <a href="#"> <span class="icon-mobile"></span> <span class="sider-text">移动互联应用平台</span> </a> </li> </ul> </div> <div class="yt-main-body"> <iframe src="2.html" name="iframe" id="iframe" width="100%" height="100%" frameborder="0"></iframe> </div> </div> </body> </html>