liuyg
2021-12-10 b8154654b1f83b94f62874a0462b0cd2d5db7cd5
public/zhiwenDemo/app.css
@@ -1,8 +1,9 @@
html,
body {
    width: 100%;
    width: 140px;
    height: 174px;
    font-family: "Segoe UI", sans-serif;
    margin-top: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
@@ -13,12 +14,13 @@
    font-style: italic;
}
#zhiwenOur {
    width: 100%;
    min-width: 208px;
    height: 174px;
    /* border: 1px solid red; */
    width: 139px;
    /* min-width: 208px; */
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* justify-content: center; */
    flex-direction: column;
}
#main {
@@ -29,7 +31,7 @@
    justify-content: space-around;
}
#imgs {
    width: 256px;
    width: 138px;
    height: 180px;
    /* border: 1px  dashed #fff; */
    /* border-image:url(/img/zhiwen/zhi.png) 30 300 round; */
@@ -52,11 +54,11 @@
    opacity: 0.9;
}
#butDiv {
    width: 200px;
    height: 180px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    justify-content: center;
}
#down {
    width: 100%;
@@ -69,6 +71,8 @@
    font-size: 12px;
    position: relative;
    top: 20px;
    text-align: center;
    width: 100%;
    display: none;
    color: #606266;
}
@@ -76,6 +80,8 @@
    font-size: 12px;
    position: relative;
    top: 20px;
    text-align: center;
    width: 100%;
    display: none;
    color: #606266;
}
@@ -83,41 +89,48 @@
    font-size: 12px;
    position: relative;
    top: 20px;
    text-align: center;
    width: 100%;
    display: none;
    color: #606266;
}
#connect_server {
    width: 65px;
    height: 35px;
    width: 75px;
    height: 25px;
    border: none;
    font-size: 16px;
    font-size: 12px;
    background-color: #409eff;
    border-radius: 5px;
    color: #fff;
    position: relative;
    left: 13px;
    top: 23px;
    /*left: 13px; */
    display: none;
}
#closeG {
    width: 65px;
    height: 40px;
    width: 75px;
    height: 25px;
    border: none;
    background-color: #e6a23c;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 12px;
    top: 23px;
    position: relative;
    left: 13px;
    /* left: 13px; */
}
#onceGgin {
    width: 65px;
    height: 31px;
    width: 75px;
    height: 25px;
    font-size: 12px;
    border: none;
    background-color: #409eff;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    top: 23px;
    display: none;
    position: relative;
    left: 8px;
    /* left: 8px; */
}