html,
|
body {
|
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;
|
margin-bottom: 0 !important;
|
}
|
|
span {
|
font-style: italic;
|
}
|
#zhiwenOur {
|
/* border: 1px solid red; */
|
width: 139px;
|
/* min-width: 208px; */
|
height: 214px;
|
display: flex;
|
align-items: center;
|
/* justify-content: center; */
|
flex-direction: column;
|
}
|
#main {
|
width: 96%;
|
height: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
}
|
#imgs {
|
width: 138px;
|
height: 180px;
|
/* border: 1px dashed #fff; */
|
/* border-image:url(/img/zhiwen/zhi.png) 30 300 round; */
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
}
|
#img {
|
border-radius: 6px;
|
border: 1px dashed rgb(209, 209, 209);
|
/* width: 180px;
|
height: 180px; */
|
height: 182px;
|
width: 138px;
|
position: relative;
|
top: 6px;
|
}
|
img[src=""],
|
img:not([src]) {
|
opacity: 0.9;
|
}
|
#butDiv {
|
width: 100%;
|
height: auto;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
#down {
|
width: 100%;
|
height: 20px;
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
}
|
#zhiwentip {
|
font-size: 12px;
|
position: relative;
|
top: 20px;
|
text-align: center;
|
width: 100%;
|
display: none;
|
color: #606266;
|
}
|
#zhiwentipok {
|
font-size: 12px;
|
position: relative;
|
top: 20px;
|
text-align: center;
|
width: 100%;
|
display: none;
|
color: #606266;
|
}
|
#zhiwentipno {
|
font-size: 12px;
|
position: relative;
|
top: 20px;
|
text-align: center;
|
width: 100%;
|
display: none;
|
color: #606266;
|
}
|
#connect_server {
|
width: 75px;
|
height: 25px;
|
border: none;
|
font-size: 12px;
|
background-color: #409eff;
|
border-radius: 5px;
|
color: #fff;
|
position: relative;
|
top: 23px;
|
/*left: 13px; */
|
display: none;
|
}
|
#closeG {
|
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; */
|
}
|
#onceGgin {
|
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; */
|
}
|