layer弹出层想把标题背景色蓝色改成绿色
(1)自定义样式名
(2)在本页面编写样式,而不是弹出层页面,其它样式也可以用类似方法
<style type="text/css">
.title-style .layui-layer-title {
background-color: #00a65a;
}
</style>
(3)测试
layer弹出层想把标题背景色蓝色改成绿色
(1)自定义样式名
(2)在本页面编写样式,而不是弹出层页面,其它样式也可以用类似方法
<style type="text/css">
.title-style .layui-layer-title {
background-color: #00a65a;
}
</style>
(3)测试