HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.2.20
System: Linux 825a8fd6cf8c 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User: apache (48)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/frameMyrskyNew/css/public.css
/*左边菜单开始*/
.listMenu h2{
  color:#656563;
  background:#ebecee;border-bottom:1px solid #d3d3d3;height:24px;line-height:24px;padding-left:10px;border-top:1px solid #ffffff;
}
.listMenu h2 span{
  width:25px;height:24px;background:red;display:block;float:right;margin-right:10px;
  background: url(ledImages/led_background.png) 0px -45px;
  cursor:pointer;
  
}
.listMenu h2 a{
  color:#656563;text-decoration:none;
}
.listMenu h2 a:hover{
   color:#be05a0;text-decoration:underline;
}
.listMenu h2 span.arrow{
  width:25px;height:24px;background:red;display:block;float:right;margin-right:10px;
  background: url(ledImages/arrow.png)  14px 5px no-repeat;
  cursor:pointer;  
}

.listMenu ul li{
  padding-left:24px;height:20px;border-bottom:1px solid #d3d3d3;background: url(../images/led_background.png) -90px 4px;
  line-height:20px;
}
.listMenu ul li a{
  color:#656563;text-decoration:none;
}
.listMenu ul li a:hover{
  color:#be05a0;text-decoration:underline;
}
/*左边菜单结束*/