sideBar.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. #sideBar .side-bar-content {
  2. width: 100%;
  3. height: 100%;
  4. background: url(../images/layout/bg-sideBar.png);
  5. overflow: hidden;
  6. position: relative;
  7. background: rgba(34, 59, 73,1);
  8. }
  9. #sideBar .side-bar-header {
  10. width: 100%;
  11. height: 59px;
  12. }
  13. #sideBar .abtn-mini-side-bar {
  14. position: absolute;
  15. top: 50%;
  16. left: 0px;
  17. cursor: pointer;
  18. width: 20px;
  19. height: 20px;
  20. background: url(../images/layout/unlock.png) no-repeat center center;
  21. z-index: 1111111;
  22. margin-top: -10px;
  23. /* display: none; */
  24. }
  25. #sideBar .abtn-mini-side-bar.close {
  26. background: url(../images/layout/lock.png) no-repeat center center;
  27. }
  28. #sideBarHeader {
  29. height: 61px;
  30. background: url(../images/layout/bg-sideBar-line.png) no-repeat left bottom;
  31. }
  32. #sideBarHeader .side-bar-mod-nav {
  33. text-align: center;
  34. }
  35. #sideBarHeader .side-bar-mod-nav li {
  36. display: inline-block;
  37. margin: 20px 10px 0 20px;
  38. }
  39. #sideBarHeader .side-bar-mod-nav li a {
  40. font-size: 16px;
  41. color: #fff;
  42. text-decoration: none;
  43. }
  44. #sideBarHeader #sideLink3dData {
  45. display: none
  46. }
  47. #sideBarHeader .side-bar-mod-nav li a:hover,
  48. #sideBarHeader .side-bar-mod-nav li a.selected {
  49. color: #58edff !important;
  50. background: url(../images/layout/acur.png) no-repeat center center;
  51. }
  52. #sideBarBody {
  53. width: 308px;
  54. position: absolute;
  55. top: 0px;
  56. left: 0px;
  57. right: 0px;
  58. bottom: 0px;
  59. /*border: 1px solid #35b0c3;*/
  60. }
  61. #sideBarFooter {
  62. width: 300px;
  63. position: relative;
  64. }
  65. /*#sideBarBody .clm{
  66. position: relative;
  67. overflow: hidden;
  68. cursor: pointer;
  69. padding: 15px 20px;
  70. font-size: 14px;
  71. background: url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom;
  72. }
  73. */
  74. #gcms-search-result-list {
  75. position: absolute;
  76. left: 0px;
  77. right: 0px;
  78. top: 0px;
  79. bottom: 0px;
  80. z-index: 3;
  81. /*display: none;*/
  82. }
  83. #gcms-search-result-list h3 {
  84. color: #fff;
  85. text-align: center;
  86. padding: 15px 0;
  87. }
  88. #gcms-search-result-list li {
  89. position: relative;
  90. overflow: hidden;
  91. cursor: pointer;
  92. padding: 15px 20px;
  93. font-size: 15px;
  94. background: url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom;
  95. color: #fff;
  96. }
  97. .gcms-search .moreLi a {
  98. color: #34bbfb;
  99. padding: 10px 25px;
  100. text-decoration: underline;
  101. }