123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="renderer" content="webkit">
- <title>基卫后台管理系统</title>
- <link href="/common/css/bootstrap/bootstrap.min.css?v=3.4.0" rel="stylesheet">
- <link href="/common/css/bootstrap/font-awesome.min.css?v=4.3.0" rel="stylesheet">
- <link href="/common/css/bootstrap/animate.min.css" rel="stylesheet">
- <link href="/common/css/bootstrap/style.min.css?v=3.0.0" rel="stylesheet">
- </head>
- <body class="fixed-sidebar full-height-layout gray-bg">
- <div id="wrapper">
- <!--左侧导航开始-->
- <nav class="navbar-default navbar-static-side" role="navigation">
- <div class="nav-close"><i class="fa fa-times-circle"></i>
- </div>
- <div class="sidebar-collapse">
- <ul class="nav" id="side-menu">
- <li class="nav-header">
- <div class="dropdown profile-element">
- <span><img alt="image" class="img-circle" src="img/profile_small.jpg"/></span>
- <a data-toggle="dropdown" class="dropdown-toggle" href="#">
- <span class="clear">
- <span class="block m-t-xs"><strong class="font-bold">Beaut-zihan</strong></span>
- <span class="text-muted text-xs block">超级管理员<b class="caret"></b></span>
- </span>
- </a>
- <ul class="dropdown-menu animated fadeInRight m-t-xs">
- <li><a class="J_menuItem" href="form_avatar.html">修改头像</a>
- </li>
- <li><a class="J_menuItem" href="profile.html">个人资料</a>
- </li>
- <li><a class="J_menuItem" href="contacts.html">联系我们</a>
- </li>
- <li><a class="J_menuItem" href="mailbox.html">信箱</a>
- </li>
- <li class="divider"></li>
- <li>
- <a href="javascript:void(0)" onclick="loginout()" >安全退出</a>
- </li>
- </ul>
- </div>
- <div class="logo-element">
- </div>
- </li>
- <!--循环遍历出菜单-->
- <li v-for="menu in menus">
- <a href="javascript:void(0)">
- <i class="fa fa-home"></i>
- <span class="nav-label">{{menu.parentMenu.name}}</span>
- <span class="fa arrow"></span>
- </a>
- <ul class="nav nav-second-level" v-for="childMenu in menu.childMenus">
- <li>
- <a class="J_menuItem" :href="childMenu.url" >{{childMenu.name}}</a>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- </nav>
- <!--左侧导航结束-->
- <!--右侧部分开始-->
- <div id="page-wrapper" class="gray-bg dashbard-1">
- <div class="row border-bottom">
- <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
- <div class="navbar-header"><a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i
- class="fa fa-bars"></i> </a>
- <form role="search" class="navbar-form-custom" method="post" action="search_results.html">
- <div class="form-group">
- <input type="text" placeholder="请输入您需要查找的内容 …" class="form-control" name="top-search"
- id="top-search">
- </div>
- </form>
- </div>
- </nav>
- </div>
- <div class="row content-tabs">
- <button class="roll-nav roll-left J_tabLeft"><i class="fa fa-backward"></i>
- </button>
- <nav class="page-tabs J_menuTabs">
- <div class="page-tabs-content">
- <a href="javascript:;" class="active J_menuTab" data-id="">首页</a>
- </div>
- </nav>
- <button class="roll-nav roll-right J_tabRight"><i class="fa fa-forward"></i>
- </button>
- <button class="roll-nav roll-right dropdown J_tabClose">
- <span class="dropdown-toggle" data-toggle="dropdown">
- 关闭操作
- <span class="caret"></span>
- </span>
- <ul role="menu" class="dropdown-menu dropdown-menu-right">
- <li class="J_tabShowActive"><a>定位当前选项卡</a>
- </li>
- <li class="divider"></li>
- <li class="J_tabCloseAll"><a>关闭全部选项卡</a>
- </li>
- <li class="J_tabCloseOther"><a>关闭其他选项卡</a>
- </li>
- </ul>
- </button>
- <a href="javascript:void(0)" onclick="loginout()" class="roll-nav roll-right J_tabExit"><i class="fa fa fa-sign-out"></i> 退出</a>
- </div>
- <div class="row J_mainContent" id="content-main">
- <iframe class="J_iframe" name="iframe0" width="100%" height="100%" src="/index/index_v1.html" frameborder="0"
- data-id="/index/index_v1.html" ></iframe>
- </div>
- <div class="footer">
- </div>
- </div>
- <!--右侧部分结束-->
- <!--右侧边栏开始-->
- <div id="right-sidebar">
- <div class="sidebar-container">
- </div>
- </div>
- <!--mini聊天窗口结束-->
- </div>
- <!-- 全局js -->
- <script type="text/javascript" src="/common/js/jquery/jquery-2.1.1.min.js"></script>
- <script type="text/javascript" src="/common/js/bootstrap/bootstrap.min.js"></script>
- <script type="text/javascript" src="/common/js/jquery/jquery.metisMenu.js"></script><!--菜单插件-->
- <script type="text/javascript" src="/common/js/jquery/jquery.slimscroll.min.js"></script>
- <script type="text/javascript"src="/common/js/layer/layer.min.js"></script>
- <script type="text/javascript" src="/common/js/util/util.js"></script>
- <script type="text/javascript" src="/common/js/vue/vue.min.js"></script>
- <!-- 自定义js -->
- <script type="text/javascript" src="/common/js/common.js"></script>
- <script type="text/javascript" src="/index/hplus.min.js?v=3.0.0"></script>
- <script type="text/javascript" src="/index/contabs.min.js"></script>
- <script type="text/javascript" src="/index/index.js"></script>
- <!-- 第三方插件 -->
- <script type="text/javascript" src="/common/js/pace/pace.min.js"></script>
- <div class="theme-config">
- <div class="theme-config-box">
- <div class="spin-icon">
- <i class="fa fa-cog fa-spin"></i>
- </div>
- <div class="skin-setttings">
- <div class="title">主题设置</div>
- <div class="setings-item">
- <span>
- 收起左侧菜单
- </span>
- <div class="switch">
- <div class="onoffswitch">
- <input type="checkbox" name="collapsemenu" class="onoffswitch-checkbox" id="collapsemenu">
- <label class="onoffswitch-label" for="collapsemenu">
- <span class="onoffswitch-inner"></span>
- <span class="onoffswitch-switch"></span>
- </label>
- </div>
- </div>
- </div>
- <div class="setings-item">
- <span>
- 固定顶部
- </span>
- <div class="switch">
- <div class="onoffswitch">
- <input type="checkbox" name="fixednavbar" class="onoffswitch-checkbox" id="fixednavbar">
- <label class="onoffswitch-label" for="fixednavbar">
- <span class="onoffswitch-inner"></span>
- <span class="onoffswitch-switch"></span>
- </label>
- </div>
- </div>
- </div>
- <div class="setings-item">
- <span>
- 固定宽度
- </span>
- <div class="switch">
- <div class="onoffswitch">
- <input type="checkbox" name="boxedlayout" class="onoffswitch-checkbox" id="boxedlayout">
- <label class="onoffswitch-label" for="boxedlayout">
- <span class="onoffswitch-inner"></span>
- <span class="onoffswitch-switch"></span>
- </label>
- </div>
- </div>
- </div>
- <div class="title">皮肤选择</div>
- <div class="setings-item default-skin">
- <span class="skin-name ">
- <a href="#" class="s-skin-0">
- 默认皮肤
- </a>
- </span>
- </div>
- <div class="setings-item blue-skin">
- <span class="skin-name ">
- <a href="#" class="s-skin-1">
- 蓝色主题
- </a>
- </span>
- </div>
- <div class="setings-item yellow-skin">
- <span class="skin-name ">
- <a href="#" class="s-skin-3">
- 黄色/紫色主题
- </a>
- </span>
- </div>
- </div>
- </div>
- </div>
- <style>
- .fixed-nav .slimScrollDiv #side-menu {
- padding-bottom: 60px;
- }
- </style>
- <div id="HUABAN_WIDGETS">
- <div class="HUABAN-f-button" style="display: none;">采集</div>
- <style>#HUABAN_WIDGETS {
- font-family: "helvetica neue", arial, sans-serif;
- color: #444;
- font-size: 14px;
- }
- #HUABAN_WIDGETS * {
- box-sizing: content-box;
- }
- #HUABAN_WIDGETS .HUABAN-main {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: #e5e5e5;
- background: rgba(229, 229, 229, .95);
- max-height: 100%;
- overflow: hidden;
- z-index: 9999999999999;
- }
- #HUABAN_WIDGETS a img {
- border: 0;
- }
- #HUABAN_WIDGETS .HUABAN-header {
- height: 50px;
- background: white;
- box-shadow: 0 0 4px rgba(0, 0, 0, .2);
- width: 100%;
- left: 0;
- top: 0;
- position: absolute;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-inner {
- margin: 0 auto;
- position: relative;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-close {
- width: 60px;
- height: 50px;
- border-left: 1px solid #ddd;
- position: absolute;
- right: 0;
- top: 0;
- background: url(//huaban.com/img/widgets/btn_close.png) 20px 14px no-repeat;
- cursor: pointer;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-close:hover {
- background-position: 20px -26px;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-close:active {
- background-position: 20px -66px;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-logo {
- display: block;
- position: absolute;
- top: 12px;
- }
- #HUABAN_WIDGETS .HUABAN-waterfall-holder {
- position: relative;
- overflow-y: auto;
- height: 100%;
- }
- #HUABAN_WIDGETS .HUABAN-waterfall {
- position: relative;
- margin-top: 50px;
- }
- #HUABAN_WIDGETS .HUABAN-waterfall .HUABAN-empty {
- position: absolute;
- left: 50%;
- top: 30px;
- height: 36px;
- line-height: 36px;
- width: 216px;
- text-align: left;
- margin-left: -128px;
- color: #777;
- background: url(//huaban.com/img/widgets/icon_notice.png) 12px 8px no-repeat white;
- padding-left: 40px;
- font-size: 15px;
- }
- #HUABAN_WIDGETS .HUABAN-btn {
- display: inline-block;
- border-radius: 2px;
- font-size: 14px;
- padding: 0 12px;
- height: 30px;
- line-height: 30px;
- cursor: pointer;
- text-decoration: none;
- white-space: nowrap;
- -moz-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- text-align: center;
- background: #D53939;
- color: white;
- }
- #HUABAN_WIDGETS .HUABAN-btn:hover {
- background: #E54646;
- }
- #HUABAN_WIDGETS .HUABAN-btn:active {
- background: #C52424;
- }
- #HUABAN_WIDGETS .HUABAN-wbtn {
- background: #EDEDED;
- color: #444;
- }
- #HUABAN_WIDGETS .HUABAN-wbtn:hover {
- background: #F2F2F2;
- }
- #HUABAN_WIDGETS .HUABAN-wbtn:active {
- background: #DDD;
- }
- #HUABAN_WIDGETS .HUABAN-f-button {
- position: absolute;
- display: none;
- z-index: 9999999999998;
- box-shadow: 0 0 0 2px rgba(255, 255, 255, .2);
- background: #aaa;
- background: rgba(0, 0, 0, .3);
- color: white;
- cursor: pointer;
- padding: 0 12px;
- height: 30px;
- line-height: 30px;
- border-radius: 2px;
- font-size: 14px
- }
- #HUABAN_WIDGETS .HUABAN-f-button:hover {
- background-color: #999;
- background-color: rgba(0, 0, 0, .5);
- }
- #HUABAN_WIDGETS .HUABAN-f-button:active {
- background-color: rgba(0, 0, 0, .6);
- }
- #HUABAN_WIDGETS .HUABAN-red-normal-icon-button {
- width: 36px;
- height: 24px;
- border: 0px;
- line-height: 24px;
- padding-left: 24px;
- padding-right: 0px;
- text-align: left;
- background: url(//huaban.com/img/widgets/widget_icons.png) 0 -200px no-repeat;
- box-shadow: none !important;
- font-size: 14px;
- background-color: transparent !important;
- }
- #HUABAN_WIDGETS .HUABAN-red-normal-icon-button:hover {
- background-position: -130px -200px;
- }
- #HUABAN_WIDGETS .HUABAN-red-normal-icon-button:active {
- background-position: -260px -200px;
- }
- #HUABAN_WIDGETS .HUABAN-red-large-icon-button {
- width: 80px;
- height: 24px;
- border: 0px;
- line-height: 24px;
- padding-left: 24px;
- padding-right: 0px;
- text-align: left;
- background: url(//huaban.com/img/widgets/widget_icons.png) 0 -150px no-repeat;
- box-shadow: none !important;
- font-size: 14px;
- background-color: transparent !important;
- }
- #HUABAN_WIDGETS .HUABAN-red-large-icon-button:hover {
- background-position: -130px -150px;
- }
- #HUABAN_WIDGETS .HUABAN-red-large-icon-button:active {
- background-position: -260px -150px;
- }
- #HUABAN_WIDGETS .HUABAN-red-small-icon-button {
- width: 30px;
- height: 21px;
- border: 0px;
- line-height: 21px;
- padding-left: 20px;
- padding-right: 0px;
- text-align: left;
- background: url(//huaban.com/img/widgets/widget_icons.png) 0 -250px no-repeat;
- box-shadow: none !important;
- font-size: 12px;
- background-color: transparent !important;
- }
- #HUABAN_WIDGETS .HUABAN-red-small-icon-button:hover {
- background-position: -130px -250px;
- }
- #HUABAN_WIDGETS .HUABAN-red-small-icon-button:active {
- background-position: -260px -250px;
- }
- #HUABAN_WIDGETS .HUABAN-white-normal-icon-button {
- width: 36px;
- height: 24px;
- border: 0px;
- line-height: 24px;
- padding-left: 24px;
- padding-right: 0px;
- text-align: left;
- background: url(//huaban.com/img/widgets/widget_icons.png) 0 -500px no-repeat;
- box-shadow: none !important;
- color: #444;
- font-size: 14px;
- background-color: transparent !important;
- }
- #HUABAN_WIDGETS .HUABAN-white-normal-icon-button:hover {
- background-position: -130px -500px;
- }
- #HUABAN_WIDGETS .HUABAN-white-normal-icon-button:active {
- background-position: -260px -500px;
- }
- #HUABAN_WIDGETS .HUABAN-white-large-icon-button {
- width: 80px;
- height: 24px;
- border: 0px;
- line-height: 24px;
- padding-left: 24px;
- padding-right: 0px;
- text-align: left;
- background: url(//huaban.com/img/widgets/widget_icons.png) 0 -450px no-repeat;
- box-shadow: none !important;
- color: #444;
- font-size: 14px;
- background-color: transparent !important;
- }
- #HUABAN_WIDGETS .HUABAN-white-large-icon-button:hover {
- background-position: -130px -450px;
- }
- #HUABAN_WIDGETS .HUABAN-white-large-icon-button:active {
- background-position: -260px -450px;
- }
- #HUABAN_WIDGETS .HUABAN-white-small-icon-button {
- width: 30px;
- height: 21px;
- border: 0px;
- line-height: 21px;
- padding-left: 20px;
- padding-right: 0px;
- text-align: left;
- background: url(//huaban.com/img/widgets/widget_icons.png) 0 -550px no-repeat;
- box-shadow: none !important;
- color: #444;
- font-size: 12px;
- background-color: transparent !important;
- }
- #HUABAN_WIDGETS .HUABAN-white-small-icon-button:hover {
- background-position: -130px -550px;
- }
- #HUABAN_WIDGETS .HUABAN-white-small-icon-button:active {
- background-position: -260px -550px;
- }
- #HUABAN_WIDGETS .HUABAN-cell {
- width: 236px;
- position: absolute;
- background: white;
- box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
- transition: left .3s ease-in-out, top .3s linear;
- }
- #HUABAN_WIDGETS .HUABAN-cell .HUABAN-img-holder {
- overflow: hidden;
- position: relative;
- }
- #HUABAN_WIDGETS .HUABAN-cell .HUABAN-img-holder:hover img.HUABAN-cell-img {
- opacity: .8
- }
- #HUABAN_WIDGETS .HUABAN-cell .HUABAN-video-icon {
- width: 72px;
- height: 62px;
- position: absolute;
- left: 50%;
- top: 50%;
- margin: -31px auto auto -36px;
- background: url(//huaban.com/img/widgets/media_video.png) 0 0 no-repeat;
- display: none;
- }
- #HUABAN_WIDGETS .HUABAN-cell.HUABAN-video .HUABAN-video-icon {
- display: block;
- }
- #HUABAN_WIDGETS .HUABAN-cell .HUABAN-over {
- display: none;
- }
- #HUABAN_WIDGETS .HUABAN-cell:hover .HUABAN-over {
- display: block;
- }
- #HUABAN_WIDGETS .HUABAN-cell .HUABAN-over .HUABAN-btn {
- width: 60px;
- height: 34px;
- padding: 0;
- position: absolute;
- left: 50%;
- top: 50%;
- margin: -18px 0 0 -31px;
- line-height: 34px;
- box-shadow: 0 0 0 2px rgba(255, 255, 255, .2);
- font-size: 16px;
- }
- #HUABAN_WIDGETS .HUABAN-cell.HUABAN-long .HUABAN-img-holder {
- height: 600px;
- }
- #HUABAN_WIDGETS .HUABAN-cell.HUABAN-long .HUABAN-img-holder:after {
- content: "";
- display: block;
- position: absolute;
- width: 236px;
- height: 12px;
- left: 0;
- bottom: 0;
- background: url(//huaban.com/img/widgets/long_image_shadow_2.png) repeat-x 4px top;
- }
- #HUABAN_WIDGETS .HUABAN-cell img {
- width: 236px;
- display: block;
- }
- #HUABAN_WIDGETS .HUABAN-cell .HUABAN-size {
- margin: 8px 16px;
- font-size: 12px;
- color: #999
- }
- #HUABAN_WIDGETS .HUABAN-cell .HUABAN-description {
- display: block;
- width: 202px;
- margin: 0 6px 6px;
- padding: 6px 10px;
- border: 0;
- resize: none;
- outline: 0;
- border: 1px solid transparent;
- line-height: 18px;
- font-size: 13px;
- overflow: hidden;
- word-wrap: break-word;
- background: url(//huaban.com/img/widgets/icon_edit.png) 500px center no-repeat;
- }
- #HUABAN_WIDGETS .HUABAN-cell:hover .HUABAN-description {
- background-color: #fff9e0;
- background-position: right top;
- }
- #HUABAN_WIDGETS .HUABAN-cell .HUABAN-description:focus {
- background-color: #F9F9F9;
- background-position: 500px center;
- }
- #HUABAN_WIDGETS .HUABAN-cell .HUABAN-select-btn {
- width: 34px;
- height: 34px;
- background: url(//huaban.com/img/widgets/checkbox.png) 0 0 no-repeat;
- position: absolute;
- right: 5px;
- top: 5px;
- cursor: pointer;
- }
- #HUABAN_WIDGETS .HUABAN-cell .HUABAN-pinned-label {
- position: absolute;
- left: 0;
- top: 10px;
- height: 24px;
- line-height: 24px;
- padding: 0 10px;
- background: #CE0000;
- background: rgba(200, 0, 0, 0.9);
- color: white;
- font-size: 12px;
- display: none;
- }
- #HUABAN_WIDGETS .HUABAN-cell.HUABAN-pinned .HUABAN-pinned-label {
- display: block;
- }
- #HUABAN_WIDGETS .HUABAN-selected .HUABAN-select-btn {
- background-position: 0 -40px;
- }
- #HUABAN_WIDGETS .HUABAN-multi .HUABAN-cell .HUABAN-img-holder {
- cursor: pointer;
- }
- #HUABAN_WIDGETS .HUABAN-multi .HUABAN-cell .HUABAN-cell-pin-btn {
- display: none;
- }
- #HUABAN_WIDGETS .HUABAN-multi .HUABAN-cell .HUABAN-over {
- display: block;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-multi-buttons {
- position: absolute;
- top: 10px;
- left: 0;
- display: none;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-multi-buttons .HUABAN-btn {
- margin-right: 10px;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-multi-noti {
- display: none;
- height: 50px;
- line-height: 50px;
- text-align: center;
- font-size: 16px;
- color: #999;
- font-weight: bold;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-multi-noti span {
- font-weight: normal;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-multi-noti i {
- font-style: normal;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-notice {
- padding: 0 10px;
- height: 30px;
- line-height: 30px;
- position: absolute;
- left: 50%;
- top: 10px;
- margin-left: -83px;
- background: #fff9e2;
- text-align: center;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-notice i {
- display: inline-block;
- width: 18px;
- height: 18px;
- background: url(//huaban.com/img/widgets/icon_notice.png) 0 0 no-repeat;
- vertical-align: top;
- margin: 6px 6px 0 0;
- }
- #HUABAN_WIDGETS .HUABAN-switcher {
- height: 50px;
- width: 100px;
- position: relative;
- }
- #HUABAN_WIDGETS .HUABAN-switcher .HUABAN-title {
- position: absolute;
- right: 75px;
- top: 13px;
- color: #999;
- white-space: nowrap;
- line-height: 24px;
- opacity: 0;
- visibility: hidden;
- }
- #HUABAN_WIDGETS .HUABAN-switcher:hover .HUABAN-title {
- visibility: visible;
- opacity: 1;
- -webkit-transition: opacity .2s linear;
- -webkit-transition-delay: .2s;
- transition: opacity .2s linear;
- transition-delay: .2s;
- }
- #HUABAN_WIDGETS .HUABAN-switcher .HUABAN-bar {
- width: 40px;
- height: 24px;
- background: #EB595F;
- border-radius: 12px;
- color: white;
- position: absolute;
- right: 0;
- top: 13px;
- cursor: pointer;
- font-size: 14px;
- -webkit-transition: all .2s linear;
- transition: all .2s linear;
- }
- #HUABAN_WIDGETS .HUABAN-switcher:hover .HUABAN-bar {
- width: 64px;
- }
- #HUABAN_WIDGETS .HUABAN-switcher.HUABAN-on .HUABAN-bar {
- background: #7DD100;
- }
- #HUABAN_WIDGETS .HUABAN-switcher .HUABAN-bar .HUABAN-round {
- width: 20px;
- height: 20px;
- background: white;
- border-radius: 50%;
- position: absolute;
- left: 2px;
- top: 2px;
- -webkit-transition: left .2s linear;
- box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
- transition: left .2s linear;
- box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
- }
- #HUABAN_WIDGETS .HUABAN-switcher.HUABAN-on .HUABAN-bar .HUABAN-round {
- left: 17px;
- }
- #HUABAN_WIDGETS .HUABAN-switcher.HUABAN-on:hover .HUABAN-bar .HUABAN-round {
- left: 41px;
- }
- #HUABAN_WIDGETS .HUABAN-switcher .HUABAN-bar .HUABAN-text-1 {
- height: 24px;
- line-height: 24px;
- position: absolute;
- right: 17px;
- top: 0;
- opacity: 0;
- visibility: hidden;
- -webkit-transition: all .2s linear;
- transition: all .2s linear;
- }
- #HUABAN_WIDGETS .HUABAN-switcher:hover .HUABAN-bar .HUABAN-text-1 {
- right: 9px;
- opacity: 1;
- visibility: visible;
- }
- #HUABAN_WIDGETS .HUABAN-switcher.HUABAN-on:hover .HUABAN-bar .HUABAN-text-1 {
- right: 17px;
- opacity: 0;
- visibility: hidden;
- }
- #HUABAN_WIDGETS .HUABAN-switcher .HUABAN-bar .HUABAN-text-2 {
- height: 24px;
- line-height: 24px;
- position: absolute;
- left: 17px;
- top: 0;
- opacity: 0;
- visibility: hidden;
- -webkit-transition: all .2s linear;
- transition: all .2s linear;
- }
- #HUABAN_WIDGETS .HUABAN-switcher:hover .HUABAN-bar .HUABAN-text-2 {
- left: 17px;
- opacity: 0;
- visibility: hidden;
- }
- #HUABAN_WIDGETS .HUABAN-switcher.HUABAN-on:hover .HUABAN-bar .HUABAN-text-2 {
- left: 9px;
- opacity: 1;
- visibility: visible;
- }
- #HUABAN_WIDGETS .HUABAN-header .HUABAN-switcher {
- position: absolute;
- right: 0;
- top: 0;
- }
- <!--
- [if IE 6 ]
- >
- #HUABAN_WIDGETS .HUABAN-red-normal-icon-button, .HUABAN-red-large-icon-button, .HUABAN-red-small-icon-button, .HUABAN-white-normal-icon-button, .HUABAN-white-large-icon-button, .HUABAN-white-small-icon-button {
- background-image: url({{imgBase}}/widget_icons_ie6.png) < ! [ endif ] --></style>
- </div>
- </body>
- </html>
|