Commit 761c2f78ff9f9faafa714a7cf1fadff751db6709

Authored by 李小慧
1 parent 0e9d173e
Exists in dev

style: 样式调整

platform/src/main/webapp/template/web/home/contact.html
... ... @@ -119,9 +119,9 @@ var bodyContent = {
119 119 var index = i;
120 120 var _iw = createInfoWindow(i);
121 121 var _marker = marker;
122   - _marker.addEventListener("click", function () {
123   - this.openInfoWindow(_iw);
124   - });
  122 + // _marker.addEventListener("click", function () {
  123 + // this.openInfoWindow(_iw);
  124 + // });
125 125 _iw.addEventListener("open", function () {
126 126 _marker.getLabel().hide();
127 127 })
... ...
platform/src/main/webapp/template/web/static/css/product.css
... ... @@ -255,6 +255,10 @@
255 255 max-width: 120px;
256 256 }
257 257  
  258 +.demand-table .row td:first-child {
  259 + padding: 0 0 0 10px;
  260 +}
  261 +
258 262 .demand-container .demand-table .row:nth-child(odd) td {
259 263 background: #F0FAFF;
260 264 }
261 265 \ No newline at end of file
... ...