|  |  |  | 
|---|
|  |  |  | position: absolute; | 
|---|
|  |  |  | height: 120px; | 
|---|
|  |  |  | width: 400px; | 
|---|
|  |  |  | right: 1%; | 
|---|
|  |  |  | right: 1px; | 
|---|
|  |  |  | top: 20px; | 
|---|
|  |  |  | z-index: 1; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .tools_box .charts_btn { | 
|---|
|  |  |  | 
|---|
|  |  |  | border: 0; | 
|---|
|  |  |  | height: 85px; | 
|---|
|  |  |  | width: 85px; | 
|---|
|  |  |  | background:url(/img/charts_btn_bg_1.png) left top no-repeat | 
|---|
|  |  |  | background:url(/img/charts_btn_bg_1.png) left top no-repeat; | 
|---|
|  |  |  | background-size: 70%; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .tools_box .charts_btn:hover { | 
|---|
|  |  |  | cursor:pointer; | 
|---|
|  |  |  | background:url(/img/charts_btn_bg_2.png) left top no-repeat | 
|---|
|  |  |  | background:url(/img/charts_btn_bg_2.png) left top no-repeat; | 
|---|
|  |  |  | background-size: 70%; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | </style> | 
|---|
|  |  |  | <body> | 
|---|
|  |  |  | 
|---|
|  |  |  | mac: (_obj['mac']).toLowerCase(), | 
|---|
|  |  |  | longitude: _obj['longitude'], | 
|---|
|  |  |  | latitude: _obj['latitude'], | 
|---|
|  |  |  | monitorPointId: _obj['monitorPointId'], | 
|---|
|  |  |  | version:_obj['deviceVersion']['version'] | 
|---|
|  |  |  | } | 
|---|
|  |  |  | var equStr = JSON.stringify(equ); | 
|---|