Commit c0ffb970 authored by GaiaXalter's avatar GaiaXalter 💬

fix:问卷调查颜色

parent 721268d3
Pipeline #14169 failed with stages
in 2 minutes and 9 seconds
......@@ -292,7 +292,7 @@
id: 'layerDemo'
// ,skin: 'demo-class'
,
content: '<div style="padding: 20px;margin-bottom: -20px; text-align: center">' +
content: '<div class=voteLayer style="padding: 20px;margin-bottom: -20px; text-align: center">' +
'是否参与问卷调查? <br><p class="voteFoot">参与调查可以改善您游戏体验与获得EXP!</p> ' + '</div>',
btn: ['投票Start!', '但是我拒绝!'],
btnAlign: 'c' //按钮居中
......@@ -324,7 +324,7 @@
id: 'layerDemo'
// ,skin: 'demo-class'
,
content: '<div style="padding: 20px;margin-bottom: -20px; text-align: center">' +
content: '<div class=voteLayer style="padding: 20px;margin-bottom: -20px; text-align: center">' +
'是否参与问卷调查? <br><p class="voteFoot">参与调查可以改善您游戏体验与获得EXP!</p> ' + '</div>',
btn: '好的',
btnAlign: 'c' //按钮居中
......@@ -596,11 +596,35 @@
</script>
<style>
.voteTitle {
.voteLayer
{
}
.layui-layer1 {
background-color: #161b22!important;
font-size: 22px;
margin-left: 20px;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.layui-layer-title {
padding: 0 80px 0 20px;
height: 42px;
line-height: 42px;
border-bottom: 1px solid #eee;
font-size: 14px;
color: white;
overflow: hidden;
background-color: #161b22;
border-radius: 2px 2px 0 0;
}
#layerDemo{
background-color: #283044;
}
.voteFoot {
/*margin-left: 20px;*/
......@@ -611,7 +635,22 @@
width: 260px;
/*word-break:break-all; width:100px; overflow:auto;*/
}
.layui-layer-btn{
background-color: #161b22;
}
.layui-layer-btn0{
background-color:#1a4861!important;
border-color:black!important;
}
.layui-layer-page .layui-layer-content {
position: relative;
overflow: hidden;
}
/*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 a{background:#333;}
......
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