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 @@ ...@@ -596,13 +596,7 @@
</script> </script>
<style> <style>
.voteLayer
{
}
.layui-layer1 { .layui-layer1 {
background-color: #161b22!important; background-color: #161b22!important;
font-size: 22px; font-size: 22px;
...@@ -615,9 +609,9 @@ ...@@ -615,9 +609,9 @@
line-height: 42px; line-height: 42px;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
font-size: 14px; font-size: 14px;
color: white;
overflow: hidden; overflow: hidden!important;
background-color: #161b22; background-color: white!important;
border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;
} }
#layerDemo{ #layerDemo{
...@@ -625,7 +619,10 @@ ...@@ -625,7 +619,10 @@
background-color: #283044; background-color: #283044;
} }
.layui-layer-page .layui-layer-content {
position: relative;
overflow: hidden;
}
.voteFoot { .voteFoot {
/*margin-left: 20px;*/ /*margin-left: 20px;*/
} }
...@@ -649,7 +646,7 @@ background-color: #283044; ...@@ -649,7 +646,7 @@ background-color: #283044;
} }
.layui-layer-page .layui-layer-content { .layui-layer-page .layui-layer-content {
position: relative; position: relative;
overflow: hidden; overflow: hidden!important;
} }
/*body .demo-class .layui-layer-title{background:#c00; color:#fff; border: none;} /*body .demo-class .layui-layer-title{background:#c00; color:#fff; border: none;}
body .demo-class .layui-layer-btn{border-top:1px solid #E9E7E7} 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