2 files modified
1 files added
| | |
| | | </select> --> |
| | | <div id="zhiwenOur"> |
| | | |
| | | <img id="img" border="0" width="256" height="360" /> |
| | | <img id="img" width="256" height="360" /> |
| | | <div id="butDiv"> |
| | | |
| | | <button id="connect_server" onclick="connect()">开始采集</button> |
| | |
| | | #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; |
| | |
| | | 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; |