Commit 019ad167 authored by GaiaXalter's avatar GaiaXalter 💬

fix:调整为白色标题

parent c0ffb970
Pipeline #14180 failed with stages
in 4 minutes and 15 seconds
......@@ -596,13 +596,7 @@
</script>
<style>
.voteLayer
{
}
.layui-layer1 {
background-color: #161b22!important;
font-size: 22px;
......@@ -615,9 +609,9 @@
line-height: 42px;
border-bottom: 1px solid #eee;
font-size: 14px;
color: white;
overflow: hidden;
background-color: #161b22;
overflow: hidden!important;
background-color: white!important;
border-radius: 2px 2px 0 0;
}
#layerDemo{
......@@ -625,7 +619,10 @@
background-color: #283044;
}
.layui-layer-page .layui-layer-content {
position: relative;
overflow: hidden;
}
.voteFoot {
/*margin-left: 20px;*/
}
......@@ -649,7 +646,7 @@ background-color: #283044;
}
.layui-layer-page .layui-layer-content {
position: relative;
overflow: hidden;
overflow: hidden!important;
}
/*body .demo-class .layui-layer-title{background:#c00; color:#fff; border: none;}
body .demo-class .layui-layer-btn{border-top:1px solid #E9E7E7}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment