body {
|
width: 100%;
|
height: 174px;
|
font-family: 'Segoe UI', sans-serif;
|
padding: 0 !important;
|
margin-left: 0 !important;
|
margin-right: 0 !important;
|
margin-bottom: 0 !important;
|
}
|
|
span {
|
font-style: italic;
|
}
|
#zhiwenOur{
|
width: 100%;
|
height: 174px;
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
|
}
|
#img{
|
width: 180px;
|
height: 180px;
|
border: 1px dashed rgb(245, 245, 245);
|
/* border: 1px dashed #fff; */
|
border-radius: 6px;
|
/* border-image:url(/img/zhiwen/zhi.png) 30 300 round; */
|
}
|
img[src=""],img:not([src]){opacity:0.5;}
|
#butDiv{
|
width:calc(100% - 180px);
|
height: 180px;
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
}
|
#zhiwentip{
|
font-size: 12px;
|
position: relative;
|
top: 20px;
|
display: none;
|
color: #606266;
|
}
|
#zhiwentipok{
|
font-size: 12px;
|
position: relative;
|
top: 20px;
|
display: none;
|
color: #606266;
|
}
|
#zhiwentipno{
|
font-size: 12px;
|
position: relative;
|
top: 20px;
|
display: none;
|
color: #606266;
|
}
|
#connect_server{
|
height: 40px;
|
border: none;
|
background-color: #409EFF;
|
border-radius: 5px;
|
color: #fff;
|
position: relative;
|
left: 13px;
|
display: none;
|
}
|
#closeG{
|
height: 40px;
|
border: none;
|
background-color: #E6A23C;
|
border-radius: 5px;
|
color: #fff;
|
display: none;
|
position: relative;
|
left: 13px;
|
}
|
#onceGgin{
|
height: 40px;
|
border: none;
|
background-color: #409EFF;
|
border-radius: 5px;
|
color: #fff;
|
display: none;
|
position: relative;
|
left: 13px;
|
}
|