index.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="renderer" content="webkit">
  7. <title>基卫后台管理系统</title>
  8. <link href="/common/css/bootstrap/bootstrap.min.css?v=3.4.0" rel="stylesheet">
  9. <link href="/common/css/bootstrap/font-awesome.min.css?v=4.3.0" rel="stylesheet">
  10. <link href="/common/css/bootstrap/animate.min.css" rel="stylesheet">
  11. <link href="/common/css/bootstrap/style.min.css?v=3.0.0" rel="stylesheet">
  12. </head>
  13. <body class="fixed-sidebar full-height-layout gray-bg">
  14. <div id="wrapper">
  15. <!--左侧导航开始-->
  16. <nav class="navbar-default navbar-static-side" role="navigation">
  17. <div class="nav-close"><i class="fa fa-times-circle"></i>
  18. </div>
  19. <div class="sidebar-collapse">
  20. <ul class="nav" id="side-menu">
  21. <li class="nav-header">
  22. <div class="dropdown profile-element">
  23. <span><img alt="image" class="img-circle" src="img/profile_small.jpg"/></span>
  24. <a data-toggle="dropdown" class="dropdown-toggle" href="#">
  25. <span class="clear">
  26. <span class="block m-t-xs"><strong class="font-bold">Beaut-zihan</strong></span>
  27. <span class="text-muted text-xs block">超级管理员<b class="caret"></b></span>
  28. </span>
  29. </a>
  30. <ul class="dropdown-menu animated fadeInRight m-t-xs">
  31. <li><a class="J_menuItem" href="form_avatar.html">修改头像</a>
  32. </li>
  33. <li><a class="J_menuItem" href="profile.html">个人资料</a>
  34. </li>
  35. <li><a class="J_menuItem" href="contacts.html">联系我们</a>
  36. </li>
  37. <li><a class="J_menuItem" href="mailbox.html">信箱</a>
  38. </li>
  39. <li class="divider"></li>
  40. <li>
  41. <a href="javascript:void(0)" onclick="loginout()" >安全退出</a>
  42. </li>
  43. </ul>
  44. </div>
  45. <div class="logo-element">
  46. </div>
  47. </li>
  48. <!--循环遍历出菜单-->
  49. <li v-for="menu in menus">
  50. <a href="javascript:void(0)">
  51. <i class="fa fa-home"></i>
  52. <span class="nav-label">{{menu.parentMenu.name}}</span>
  53. <span class="fa arrow"></span>
  54. </a>
  55. <ul class="nav nav-second-level" v-for="childMenu in menu.childMenus">
  56. <li>
  57. <a class="J_menuItem" :href="childMenu.url[0]" >{{childMenu.name}}</a>
  58. </li>
  59. </ul>
  60. </li>
  61. </ul>
  62. </div>
  63. </nav>
  64. <!--左侧导航结束-->
  65. <!--右侧部分开始-->
  66. <div id="page-wrapper" class="gray-bg dashbard-1">
  67. <div class="row border-bottom">
  68. <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
  69. <div class="navbar-header"><a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i
  70. class="fa fa-bars"></i> </a>
  71. </div>
  72. </nav>
  73. </div>
  74. <div class="row content-tabs">
  75. <button class="roll-nav roll-left J_tabLeft"><i class="fa fa-backward"></i>
  76. </button>
  77. <nav class="page-tabs J_menuTabs">
  78. <div class="page-tabs-content">
  79. <a href="javascript:;" class="active J_menuTab" data-id="">首页</a>
  80. </div>
  81. </nav>
  82. <button class="roll-nav roll-right J_tabRight"><i class="fa fa-forward"></i>
  83. </button>
  84. <button class="roll-nav roll-right dropdown J_tabClose">
  85. <span class="dropdown-toggle" data-toggle="dropdown">
  86. 关闭操作
  87. <span class="caret"></span>
  88. </span>
  89. <ul role="menu" class="dropdown-menu dropdown-menu-right">
  90. <li class="J_tabShowActive"><a>定位当前选项卡</a>
  91. </li>
  92. <li class="divider"></li>
  93. <li class="J_tabCloseAll"><a>关闭全部选项卡</a>
  94. </li>
  95. <li class="J_tabCloseOther"><a>关闭其他选项卡</a>
  96. </li>
  97. </ul>
  98. </button>
  99. <a href="javascript:void(0)" onclick="loginout()" class="roll-nav roll-right J_tabExit"><i class="fa fa fa-sign-out"></i> 退出</a>
  100. </div>
  101. <div class="row J_mainContent" id="content-main">
  102. <iframe class="J_iframe" name="iframe0" width="100%" height="100%" src="/index/index_v1.html" frameborder="0"
  103. data-id="/index/index_v1.html" ></iframe>
  104. </div>
  105. <div class="footer">
  106. </div>
  107. </div>
  108. <!--右侧部分结束-->
  109. <!--右侧边栏开始-->
  110. <div id="right-sidebar">
  111. <div class="sidebar-container">
  112. </div>
  113. </div>
  114. <!--mini聊天窗口结束-->
  115. </div>
  116. <!-- 全局js -->
  117. <script type="text/javascript" src="/common/js/jquery/jquery-2.1.1.min.js"></script>
  118. <script type="text/javascript" src="/common/js/bootstrap/bootstrap.min.js"></script>
  119. <script type="text/javascript" src="/common/js/jquery/jquery.metisMenu.js"></script><!--菜单插件-->
  120. <script type="text/javascript" src="/common/js/jquery/jquery.slimscroll.min.js"></script>
  121. <script type="text/javascript"src="/common/js/layer/layer.min.js"></script>
  122. <script type="text/javascript" src="/common/js/util/util.js"></script>
  123. <script type="text/javascript" src="/common/js/vue/vue.min.js"></script>
  124. <!-- 自定义js -->
  125. <script type="text/javascript" src="/common/js/common.js"></script>
  126. <script type="text/javascript" src="/index/hplus.min.js?v=3.0.0"></script>
  127. <script type="text/javascript" src="/index/contabs.min.js"></script>
  128. <script type="text/javascript" src="/index/index.js"></script>
  129. <!-- 第三方插件 -->
  130. <script type="text/javascript" src="/common/js/pace/pace.min.js"></script>
  131. <div class="theme-config">
  132. <div class="theme-config-box">
  133. <div class="spin-icon">
  134. <i class="fa fa-cog fa-spin"></i>
  135. </div>
  136. <div class="skin-setttings">
  137. <div class="title">主题设置</div>
  138. <div class="setings-item">
  139. <span>
  140. 收起左侧菜单
  141. </span>
  142. <div class="switch">
  143. <div class="onoffswitch">
  144. <input type="checkbox" name="collapsemenu" class="onoffswitch-checkbox" id="collapsemenu">
  145. <label class="onoffswitch-label" for="collapsemenu">
  146. <span class="onoffswitch-inner"></span>
  147. <span class="onoffswitch-switch"></span>
  148. </label>
  149. </div>
  150. </div>
  151. </div>
  152. <div class="setings-item">
  153. <span>
  154. 固定顶部
  155. </span>
  156. <div class="switch">
  157. <div class="onoffswitch">
  158. <input type="checkbox" name="fixednavbar" class="onoffswitch-checkbox" id="fixednavbar">
  159. <label class="onoffswitch-label" for="fixednavbar">
  160. <span class="onoffswitch-inner"></span>
  161. <span class="onoffswitch-switch"></span>
  162. </label>
  163. </div>
  164. </div>
  165. </div>
  166. <div class="setings-item">
  167. <span>
  168. 固定宽度
  169. </span>
  170. <div class="switch">
  171. <div class="onoffswitch">
  172. <input type="checkbox" name="boxedlayout" class="onoffswitch-checkbox" id="boxedlayout">
  173. <label class="onoffswitch-label" for="boxedlayout">
  174. <span class="onoffswitch-inner"></span>
  175. <span class="onoffswitch-switch"></span>
  176. </label>
  177. </div>
  178. </div>
  179. </div>
  180. <div class="title">皮肤选择</div>
  181. <div class="setings-item default-skin">
  182. <span class="skin-name ">
  183. <a href="#" class="s-skin-0">
  184. 默认皮肤
  185. </a>
  186. </span>
  187. </div>
  188. <div class="setings-item blue-skin">
  189. <span class="skin-name ">
  190. <a href="#" class="s-skin-1">
  191. 蓝色主题
  192. </a>
  193. </span>
  194. </div>
  195. <div class="setings-item yellow-skin">
  196. <span class="skin-name ">
  197. <a href="#" class="s-skin-3">
  198. 黄色/紫色主题
  199. </a>
  200. </span>
  201. </div>
  202. </div>
  203. </div>
  204. </div>
  205. <style>
  206. .fixed-nav .slimScrollDiv #side-menu {
  207. padding-bottom: 60px;
  208. }
  209. </style>
  210. <div id="HUABAN_WIDGETS">
  211. <div class="HUABAN-f-button" style="display: none;">采集</div>
  212. <style>#HUABAN_WIDGETS {
  213. font-family: "helvetica neue", arial, sans-serif;
  214. color: #444;
  215. font-size: 14px;
  216. }
  217. #HUABAN_WIDGETS * {
  218. box-sizing: content-box;
  219. }
  220. #HUABAN_WIDGETS .HUABAN-main {
  221. position: fixed;
  222. left: 0;
  223. top: 0;
  224. width: 100%;
  225. height: 100%;
  226. background: #e5e5e5;
  227. background: rgba(229, 229, 229, .95);
  228. max-height: 100%;
  229. overflow: hidden;
  230. z-index: 9999999999999;
  231. }
  232. #HUABAN_WIDGETS a img {
  233. border: 0;
  234. }
  235. #HUABAN_WIDGETS .HUABAN-header {
  236. height: 50px;
  237. background: white;
  238. box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  239. width: 100%;
  240. left: 0;
  241. top: 0;
  242. position: absolute;
  243. }
  244. #HUABAN_WIDGETS .HUABAN-header .HUABAN-inner {
  245. margin: 0 auto;
  246. position: relative;
  247. }
  248. #HUABAN_WIDGETS .HUABAN-header .HUABAN-close {
  249. width: 60px;
  250. height: 50px;
  251. border-left: 1px solid #ddd;
  252. position: absolute;
  253. right: 0;
  254. top: 0;
  255. background: url(//huaban.com/img/widgets/btn_close.png) 20px 14px no-repeat;
  256. cursor: pointer;
  257. }
  258. #HUABAN_WIDGETS .HUABAN-header .HUABAN-close:hover {
  259. background-position: 20px -26px;
  260. }
  261. #HUABAN_WIDGETS .HUABAN-header .HUABAN-close:active {
  262. background-position: 20px -66px;
  263. }
  264. #HUABAN_WIDGETS .HUABAN-header .HUABAN-logo {
  265. display: block;
  266. position: absolute;
  267. top: 12px;
  268. }
  269. #HUABAN_WIDGETS .HUABAN-waterfall-holder {
  270. position: relative;
  271. overflow-y: auto;
  272. height: 100%;
  273. }
  274. #HUABAN_WIDGETS .HUABAN-waterfall {
  275. position: relative;
  276. margin-top: 50px;
  277. }
  278. #HUABAN_WIDGETS .HUABAN-waterfall .HUABAN-empty {
  279. position: absolute;
  280. left: 50%;
  281. top: 30px;
  282. height: 36px;
  283. line-height: 36px;
  284. width: 216px;
  285. text-align: left;
  286. margin-left: -128px;
  287. color: #777;
  288. background: url(//huaban.com/img/widgets/icon_notice.png) 12px 8px no-repeat white;
  289. padding-left: 40px;
  290. font-size: 15px;
  291. }
  292. #HUABAN_WIDGETS .HUABAN-btn {
  293. display: inline-block;
  294. border-radius: 2px;
  295. font-size: 14px;
  296. padding: 0 12px;
  297. height: 30px;
  298. line-height: 30px;
  299. cursor: pointer;
  300. text-decoration: none;
  301. white-space: nowrap;
  302. -moz-user-select: none;
  303. -webkit-user-select: none;
  304. user-select: none;
  305. text-align: center;
  306. background: #D53939;
  307. color: white;
  308. }
  309. #HUABAN_WIDGETS .HUABAN-btn:hover {
  310. background: #E54646;
  311. }
  312. #HUABAN_WIDGETS .HUABAN-btn:active {
  313. background: #C52424;
  314. }
  315. #HUABAN_WIDGETS .HUABAN-wbtn {
  316. background: #EDEDED;
  317. color: #444;
  318. }
  319. #HUABAN_WIDGETS .HUABAN-wbtn:hover {
  320. background: #F2F2F2;
  321. }
  322. #HUABAN_WIDGETS .HUABAN-wbtn:active {
  323. background: #DDD;
  324. }
  325. #HUABAN_WIDGETS .HUABAN-f-button {
  326. position: absolute;
  327. display: none;
  328. z-index: 9999999999998;
  329. box-shadow: 0 0 0 2px rgba(255, 255, 255, .2);
  330. background: #aaa;
  331. background: rgba(0, 0, 0, .3);
  332. color: white;
  333. cursor: pointer;
  334. padding: 0 12px;
  335. height: 30px;
  336. line-height: 30px;
  337. border-radius: 2px;
  338. font-size: 14px
  339. }
  340. #HUABAN_WIDGETS .HUABAN-f-button:hover {
  341. background-color: #999;
  342. background-color: rgba(0, 0, 0, .5);
  343. }
  344. #HUABAN_WIDGETS .HUABAN-f-button:active {
  345. background-color: rgba(0, 0, 0, .6);
  346. }
  347. #HUABAN_WIDGETS .HUABAN-red-normal-icon-button {
  348. width: 36px;
  349. height: 24px;
  350. border: 0px;
  351. line-height: 24px;
  352. padding-left: 24px;
  353. padding-right: 0px;
  354. text-align: left;
  355. background: url(//huaban.com/img/widgets/widget_icons.png) 0 -200px no-repeat;
  356. box-shadow: none !important;
  357. font-size: 14px;
  358. background-color: transparent !important;
  359. }
  360. #HUABAN_WIDGETS .HUABAN-red-normal-icon-button:hover {
  361. background-position: -130px -200px;
  362. }
  363. #HUABAN_WIDGETS .HUABAN-red-normal-icon-button:active {
  364. background-position: -260px -200px;
  365. }
  366. #HUABAN_WIDGETS .HUABAN-red-large-icon-button {
  367. width: 80px;
  368. height: 24px;
  369. border: 0px;
  370. line-height: 24px;
  371. padding-left: 24px;
  372. padding-right: 0px;
  373. text-align: left;
  374. background: url(//huaban.com/img/widgets/widget_icons.png) 0 -150px no-repeat;
  375. box-shadow: none !important;
  376. font-size: 14px;
  377. background-color: transparent !important;
  378. }
  379. #HUABAN_WIDGETS .HUABAN-red-large-icon-button:hover {
  380. background-position: -130px -150px;
  381. }
  382. #HUABAN_WIDGETS .HUABAN-red-large-icon-button:active {
  383. background-position: -260px -150px;
  384. }
  385. #HUABAN_WIDGETS .HUABAN-red-small-icon-button {
  386. width: 30px;
  387. height: 21px;
  388. border: 0px;
  389. line-height: 21px;
  390. padding-left: 20px;
  391. padding-right: 0px;
  392. text-align: left;
  393. background: url(//huaban.com/img/widgets/widget_icons.png) 0 -250px no-repeat;
  394. box-shadow: none !important;
  395. font-size: 12px;
  396. background-color: transparent !important;
  397. }
  398. #HUABAN_WIDGETS .HUABAN-red-small-icon-button:hover {
  399. background-position: -130px -250px;
  400. }
  401. #HUABAN_WIDGETS .HUABAN-red-small-icon-button:active {
  402. background-position: -260px -250px;
  403. }
  404. #HUABAN_WIDGETS .HUABAN-white-normal-icon-button {
  405. width: 36px;
  406. height: 24px;
  407. border: 0px;
  408. line-height: 24px;
  409. padding-left: 24px;
  410. padding-right: 0px;
  411. text-align: left;
  412. background: url(//huaban.com/img/widgets/widget_icons.png) 0 -500px no-repeat;
  413. box-shadow: none !important;
  414. color: #444;
  415. font-size: 14px;
  416. background-color: transparent !important;
  417. }
  418. #HUABAN_WIDGETS .HUABAN-white-normal-icon-button:hover {
  419. background-position: -130px -500px;
  420. }
  421. #HUABAN_WIDGETS .HUABAN-white-normal-icon-button:active {
  422. background-position: -260px -500px;
  423. }
  424. #HUABAN_WIDGETS .HUABAN-white-large-icon-button {
  425. width: 80px;
  426. height: 24px;
  427. border: 0px;
  428. line-height: 24px;
  429. padding-left: 24px;
  430. padding-right: 0px;
  431. text-align: left;
  432. background: url(//huaban.com/img/widgets/widget_icons.png) 0 -450px no-repeat;
  433. box-shadow: none !important;
  434. color: #444;
  435. font-size: 14px;
  436. background-color: transparent !important;
  437. }
  438. #HUABAN_WIDGETS .HUABAN-white-large-icon-button:hover {
  439. background-position: -130px -450px;
  440. }
  441. #HUABAN_WIDGETS .HUABAN-white-large-icon-button:active {
  442. background-position: -260px -450px;
  443. }
  444. #HUABAN_WIDGETS .HUABAN-white-small-icon-button {
  445. width: 30px;
  446. height: 21px;
  447. border: 0px;
  448. line-height: 21px;
  449. padding-left: 20px;
  450. padding-right: 0px;
  451. text-align: left;
  452. background: url(//huaban.com/img/widgets/widget_icons.png) 0 -550px no-repeat;
  453. box-shadow: none !important;
  454. color: #444;
  455. font-size: 12px;
  456. background-color: transparent !important;
  457. }
  458. #HUABAN_WIDGETS .HUABAN-white-small-icon-button:hover {
  459. background-position: -130px -550px;
  460. }
  461. #HUABAN_WIDGETS .HUABAN-white-small-icon-button:active {
  462. background-position: -260px -550px;
  463. }
  464. #HUABAN_WIDGETS .HUABAN-cell {
  465. width: 236px;
  466. position: absolute;
  467. background: white;
  468. box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  469. transition: left .3s ease-in-out, top .3s linear;
  470. }
  471. #HUABAN_WIDGETS .HUABAN-cell .HUABAN-img-holder {
  472. overflow: hidden;
  473. position: relative;
  474. }
  475. #HUABAN_WIDGETS .HUABAN-cell .HUABAN-img-holder:hover img.HUABAN-cell-img {
  476. opacity: .8
  477. }
  478. #HUABAN_WIDGETS .HUABAN-cell .HUABAN-video-icon {
  479. width: 72px;
  480. height: 62px;
  481. position: absolute;
  482. left: 50%;
  483. top: 50%;
  484. margin: -31px auto auto -36px;
  485. background: url(//huaban.com/img/widgets/media_video.png) 0 0 no-repeat;
  486. display: none;
  487. }
  488. #HUABAN_WIDGETS .HUABAN-cell.HUABAN-video .HUABAN-video-icon {
  489. display: block;
  490. }
  491. #HUABAN_WIDGETS .HUABAN-cell .HUABAN-over {
  492. display: none;
  493. }
  494. #HUABAN_WIDGETS .HUABAN-cell:hover .HUABAN-over {
  495. display: block;
  496. }
  497. #HUABAN_WIDGETS .HUABAN-cell .HUABAN-over .HUABAN-btn {
  498. width: 60px;
  499. height: 34px;
  500. padding: 0;
  501. position: absolute;
  502. left: 50%;
  503. top: 50%;
  504. margin: -18px 0 0 -31px;
  505. line-height: 34px;
  506. box-shadow: 0 0 0 2px rgba(255, 255, 255, .2);
  507. font-size: 16px;
  508. }
  509. #HUABAN_WIDGETS .HUABAN-cell.HUABAN-long .HUABAN-img-holder {
  510. height: 600px;
  511. }
  512. #HUABAN_WIDGETS .HUABAN-cell.HUABAN-long .HUABAN-img-holder:after {
  513. content: "";
  514. display: block;
  515. position: absolute;
  516. width: 236px;
  517. height: 12px;
  518. left: 0;
  519. bottom: 0;
  520. background: url(//huaban.com/img/widgets/long_image_shadow_2.png) repeat-x 4px top;
  521. }
  522. #HUABAN_WIDGETS .HUABAN-cell img {
  523. width: 236px;
  524. display: block;
  525. }
  526. #HUABAN_WIDGETS .HUABAN-cell .HUABAN-size {
  527. margin: 8px 16px;
  528. font-size: 12px;
  529. color: #999
  530. }
  531. #HUABAN_WIDGETS .HUABAN-cell .HUABAN-description {
  532. display: block;
  533. width: 202px;
  534. margin: 0 6px 6px;
  535. padding: 6px 10px;
  536. border: 0;
  537. resize: none;
  538. outline: 0;
  539. border: 1px solid transparent;
  540. line-height: 18px;
  541. font-size: 13px;
  542. overflow: hidden;
  543. word-wrap: break-word;
  544. background: url(//huaban.com/img/widgets/icon_edit.png) 500px center no-repeat;
  545. }
  546. #HUABAN_WIDGETS .HUABAN-cell:hover .HUABAN-description {
  547. background-color: #fff9e0;
  548. background-position: right top;
  549. }
  550. #HUABAN_WIDGETS .HUABAN-cell .HUABAN-description:focus {
  551. background-color: #F9F9F9;
  552. background-position: 500px center;
  553. }
  554. #HUABAN_WIDGETS .HUABAN-cell .HUABAN-select-btn {
  555. width: 34px;
  556. height: 34px;
  557. background: url(//huaban.com/img/widgets/checkbox.png) 0 0 no-repeat;
  558. position: absolute;
  559. right: 5px;
  560. top: 5px;
  561. cursor: pointer;
  562. }
  563. #HUABAN_WIDGETS .HUABAN-cell .HUABAN-pinned-label {
  564. position: absolute;
  565. left: 0;
  566. top: 10px;
  567. height: 24px;
  568. line-height: 24px;
  569. padding: 0 10px;
  570. background: #CE0000;
  571. background: rgba(200, 0, 0, 0.9);
  572. color: white;
  573. font-size: 12px;
  574. display: none;
  575. }
  576. #HUABAN_WIDGETS .HUABAN-cell.HUABAN-pinned .HUABAN-pinned-label {
  577. display: block;
  578. }
  579. #HUABAN_WIDGETS .HUABAN-selected .HUABAN-select-btn {
  580. background-position: 0 -40px;
  581. }
  582. #HUABAN_WIDGETS .HUABAN-multi .HUABAN-cell .HUABAN-img-holder {
  583. cursor: pointer;
  584. }
  585. #HUABAN_WIDGETS .HUABAN-multi .HUABAN-cell .HUABAN-cell-pin-btn {
  586. display: none;
  587. }
  588. #HUABAN_WIDGETS .HUABAN-multi .HUABAN-cell .HUABAN-over {
  589. display: block;
  590. }
  591. #HUABAN_WIDGETS .HUABAN-header .HUABAN-multi-buttons {
  592. position: absolute;
  593. top: 10px;
  594. left: 0;
  595. display: none;
  596. }
  597. #HUABAN_WIDGETS .HUABAN-header .HUABAN-multi-buttons .HUABAN-btn {
  598. margin-right: 10px;
  599. }
  600. #HUABAN_WIDGETS .HUABAN-header .HUABAN-multi-noti {
  601. display: none;
  602. height: 50px;
  603. line-height: 50px;
  604. text-align: center;
  605. font-size: 16px;
  606. color: #999;
  607. font-weight: bold;
  608. }
  609. #HUABAN_WIDGETS .HUABAN-header .HUABAN-multi-noti span {
  610. font-weight: normal;
  611. }
  612. #HUABAN_WIDGETS .HUABAN-header .HUABAN-multi-noti i {
  613. font-style: normal;
  614. }
  615. #HUABAN_WIDGETS .HUABAN-header .HUABAN-notice {
  616. padding: 0 10px;
  617. height: 30px;
  618. line-height: 30px;
  619. position: absolute;
  620. left: 50%;
  621. top: 10px;
  622. margin-left: -83px;
  623. background: #fff9e2;
  624. text-align: center;
  625. }
  626. #HUABAN_WIDGETS .HUABAN-header .HUABAN-notice i {
  627. display: inline-block;
  628. width: 18px;
  629. height: 18px;
  630. background: url(//huaban.com/img/widgets/icon_notice.png) 0 0 no-repeat;
  631. vertical-align: top;
  632. margin: 6px 6px 0 0;
  633. }
  634. #HUABAN_WIDGETS .HUABAN-switcher {
  635. height: 50px;
  636. width: 100px;
  637. position: relative;
  638. }
  639. #HUABAN_WIDGETS .HUABAN-switcher .HUABAN-title {
  640. position: absolute;
  641. right: 75px;
  642. top: 13px;
  643. color: #999;
  644. white-space: nowrap;
  645. line-height: 24px;
  646. opacity: 0;
  647. visibility: hidden;
  648. }
  649. #HUABAN_WIDGETS .HUABAN-switcher:hover .HUABAN-title {
  650. visibility: visible;
  651. opacity: 1;
  652. -webkit-transition: opacity .2s linear;
  653. -webkit-transition-delay: .2s;
  654. transition: opacity .2s linear;
  655. transition-delay: .2s;
  656. }
  657. #HUABAN_WIDGETS .HUABAN-switcher .HUABAN-bar {
  658. width: 40px;
  659. height: 24px;
  660. background: #EB595F;
  661. border-radius: 12px;
  662. color: white;
  663. position: absolute;
  664. right: 0;
  665. top: 13px;
  666. cursor: pointer;
  667. font-size: 14px;
  668. -webkit-transition: all .2s linear;
  669. transition: all .2s linear;
  670. }
  671. #HUABAN_WIDGETS .HUABAN-switcher:hover .HUABAN-bar {
  672. width: 64px;
  673. }
  674. #HUABAN_WIDGETS .HUABAN-switcher.HUABAN-on .HUABAN-bar {
  675. background: #7DD100;
  676. }
  677. #HUABAN_WIDGETS .HUABAN-switcher .HUABAN-bar .HUABAN-round {
  678. width: 20px;
  679. height: 20px;
  680. background: white;
  681. border-radius: 50%;
  682. position: absolute;
  683. left: 2px;
  684. top: 2px;
  685. -webkit-transition: left .2s linear;
  686. box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  687. transition: left .2s linear;
  688. box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  689. }
  690. #HUABAN_WIDGETS .HUABAN-switcher.HUABAN-on .HUABAN-bar .HUABAN-round {
  691. left: 17px;
  692. }
  693. #HUABAN_WIDGETS .HUABAN-switcher.HUABAN-on:hover .HUABAN-bar .HUABAN-round {
  694. left: 41px;
  695. }
  696. #HUABAN_WIDGETS .HUABAN-switcher .HUABAN-bar .HUABAN-text-1 {
  697. height: 24px;
  698. line-height: 24px;
  699. position: absolute;
  700. right: 17px;
  701. top: 0;
  702. opacity: 0;
  703. visibility: hidden;
  704. -webkit-transition: all .2s linear;
  705. transition: all .2s linear;
  706. }
  707. #HUABAN_WIDGETS .HUABAN-switcher:hover .HUABAN-bar .HUABAN-text-1 {
  708. right: 9px;
  709. opacity: 1;
  710. visibility: visible;
  711. }
  712. #HUABAN_WIDGETS .HUABAN-switcher.HUABAN-on:hover .HUABAN-bar .HUABAN-text-1 {
  713. right: 17px;
  714. opacity: 0;
  715. visibility: hidden;
  716. }
  717. #HUABAN_WIDGETS .HUABAN-switcher .HUABAN-bar .HUABAN-text-2 {
  718. height: 24px;
  719. line-height: 24px;
  720. position: absolute;
  721. left: 17px;
  722. top: 0;
  723. opacity: 0;
  724. visibility: hidden;
  725. -webkit-transition: all .2s linear;
  726. transition: all .2s linear;
  727. }
  728. #HUABAN_WIDGETS .HUABAN-switcher:hover .HUABAN-bar .HUABAN-text-2 {
  729. left: 17px;
  730. opacity: 0;
  731. visibility: hidden;
  732. }
  733. #HUABAN_WIDGETS .HUABAN-switcher.HUABAN-on:hover .HUABAN-bar .HUABAN-text-2 {
  734. left: 9px;
  735. opacity: 1;
  736. visibility: visible;
  737. }
  738. #HUABAN_WIDGETS .HUABAN-header .HUABAN-switcher {
  739. position: absolute;
  740. right: 0;
  741. top: 0;
  742. }
  743. <!--
  744. [if IE 6 ]
  745. >
  746. #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 {
  747. background-image: url({{imgBase}}/widget_icons_ie6.png) < ! [ endif ] --></style>
  748. </div>
  749. </body>
  750. </html>