wzp
2023-03-02 374ce4ffd0c459bb4067e8d5765f972668aff9b1
web/web/Welcome.aspx
@@ -4,21 +4,21 @@
    <style type="text/css">
        .dotRed {
        //position: absolute;
        /*position: absolute;*/
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background: #FF0000;
        //box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);*/
      }
        
        .dotGreen {
        //position: absolute;
        /*//position: absolute;*/
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background: #00FF00;
        //box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        /*//box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);*/
      }
    </style>
    <script type="text/javascript">