liuxiaolong
2019-11-02 046305f178960ad0024f111e7f042e54befc66c7
fix style
2个文件已修改
17 ■■■■ 已修改文件
src/main/resources/index.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/count.css 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/index.html
@@ -73,7 +73,7 @@
                        <!--</div>-->
                    </div>
                </div>
                <div class="curInDiv">
                <div class="curInDiv" style="margin-left:10px;">
                    <div class="curOutBg">
                        <!--<div style="margin:30px auto;text-align:left;height:137px; width:200px">-->
                        <span>
@@ -290,8 +290,8 @@
    $(function () {
        startRequest();
        setInterval("startRequest()", 10000 );
        setInterval("nowPeople()", 10000);
        setInterval("startRequest()", 3000 );
        setInterval("nowPeople()", 3000);
    });
    function update() {
        $.messager.confirm('消息','确定进行基础设置吗?',function(r){
src/main/resources/static/count.css
@@ -54,6 +54,8 @@
    background:#3C3C3C;
    display:inline;
    border: none;
    width: 34px;
    margin-left:15px;
}
.reloadImg{
    background-image: url('zz.png');
@@ -66,23 +68,22 @@
}
.curInDiv{
    background:#F0F4F7;
    width:153px;
    width:173px;
}
.curInBg{
    background-image:url('03.jpg');
    backround-repeat: no-repeat;
    text-align:center;
    height:40px;
    width:153px;
    margin-left:10px;
    margin-right:10px;
    width:173px;
    margin-left:5px;
}
.curOutBg{
    background-image:url('02.jpg');
    backround-repeat: no-repeat;
    text-align:center;
    height:40px;
    width:153px;
    width:173px;
}
.rightDiv{
    width:100%;