index.html 26 KB

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