* {
padding:0px;
margin:0px;
}
.names {
width:100%;
height:200px;
line-height:200px;
font-size:70px;
text-align:center;
color:#ff9800;
}
.btn {
width:100%;
height:50px;
line-height:50px;
position:fixed;
bottom:0px;
display:flex;
justify-content:space-between;
}
.btns {
width:49.5%;
float:left;
background-color:#ff9800;
color:white;
text-align:center;
background:-webkit-linear-gradient(left,orangered,orange);
background:-o-linear-gradient(right,orangered,orange);
background:-moz-linear-gradient(right,orangered,orange);
background:linear-gradient(to right,orangered,orange);
}
更新时间:2020-09-09 00:49:02
只需要替换names里面的内容即可
var names = new array('李某人', '王某人', '赵小刚', '刘小红', );