liuyg
2021-11-22 f6002b22ea5c6284812c231e56cf4a2ca602d78d
public/zhiwenDemo/app.css
@@ -22,14 +22,14 @@
    flex-direction: column;
}
#main {
    width: 100%;
    width: 96%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#imgs {
    width: 100%;
    width: 256px;
    height: 180px;
    /* border: 1px  dashed #fff; */
    /* border-image:url(/img/zhiwen/zhi.png) 30 300 round; */
@@ -52,7 +52,7 @@
    opacity: 0.9;
}
#butDiv {
    width: 100%;
    width: 200px;
    height: 180px;
    display: flex;
    align-items: center;
@@ -88,8 +88,9 @@
}
#connect_server {
    width: 66px;
    height: 40px;
    height: 35px;
    border: none;
    font-size: 16px;
    background-color: #409eff;
    border-radius: 5px;
    color: #fff;
@@ -109,13 +110,14 @@
    left: 13px;
}
#onceGgin {
    width: 66px;
    height: 40px;
    width: 60px;
    height: 31px;
    font-size: 12px;
    border: none;
    background-color: #409eff;
    border-radius: 5px;
    color: #fff;
    display: none;
    position: relative;
    left: 13px;
    left: 8px;
}