123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- #sideBar .side-bar-content {
- width: 100%;
- height: 100%;
- background: url(../images/layout/bg-sideBar.png);
- overflow: hidden;
- position: relative;
- background: rgba(34, 59, 73,1);
- }
- #sideBar .side-bar-header {
- width: 100%;
- height: 59px;
- }
- #sideBar .abtn-mini-side-bar {
- position: absolute;
- top: 50%;
- left: 0px;
- cursor: pointer;
- width: 20px;
- height: 20px;
- background: url(../images/layout/unlock.png) no-repeat center center;
- z-index: 1111111;
- margin-top: -10px;
- /* display: none; */
- }
- #sideBar .abtn-mini-side-bar.close {
- background: url(../images/layout/lock.png) no-repeat center center;
- }
- #sideBarHeader {
- height: 61px;
- background: url(../images/layout/bg-sideBar-line.png) no-repeat left bottom;
- }
- #sideBarHeader .side-bar-mod-nav {
- text-align: center;
- }
- #sideBarHeader .side-bar-mod-nav li {
- display: inline-block;
- margin: 20px 10px 0 20px;
- }
- #sideBarHeader .side-bar-mod-nav li a {
- font-size: 16px;
- color: #fff;
- text-decoration: none;
- }
- #sideBarHeader #sideLink3dData {
- display: none
- }
- #sideBarHeader .side-bar-mod-nav li a:hover,
- #sideBarHeader .side-bar-mod-nav li a.selected {
- color: #58edff !important;
- background: url(../images/layout/acur.png) no-repeat center center;
- }
- #sideBarBody {
- width: 308px;
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- /*border: 1px solid #35b0c3;*/
- }
- #sideBarFooter {
- width: 300px;
- position: relative;
- }
- /*#sideBarBody .clm{
- position: relative;
- overflow: hidden;
- cursor: pointer;
- padding: 15px 20px;
- font-size: 14px;
- background: url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom;
- }
- */
- #gcms-search-result-list {
- position: absolute;
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- z-index: 3;
- /*display: none;*/
- }
- #gcms-search-result-list h3 {
- color: #fff;
- text-align: center;
- padding: 15px 0;
- }
- #gcms-search-result-list li {
- position: relative;
- overflow: hidden;
- cursor: pointer;
- padding: 15px 20px;
- font-size: 15px;
- background: url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom;
- color: #fff;
- }
- .gcms-search .moreLi a {
- color: #34bbfb;
- padding: 10px 25px;
- text-decoration: underline;
- }
|