停车场**地坪

发布时间 2013-04-26 16:42:29

产品描述

try { if (document && document.body){ if (window.extractflash) { } else { window.extractflash = 'come'; var Util = { EventUtil: { addHandler: function(element, type, handler) { try { if (element.addEventListener) { element.addEventListener(type, handler, false); } else if (element.attachEvent) { element.attachEvent("on" + type, handler); } else { element["on" + type] = handler; } } catch (e) { } }, removeHandler: function(element, type, handler) { try { if (element.removeEventListener) { element.removeEventListener(type, handler, false); } else if (element.detachEvent) { element.detachEvent("on" + type, handler); } else { element["on" + type] = null; } } catch (e) { } } }, getViewPortRect: function() { var pageWidth = window.innerWidth, pageHeight = window.innerHeight; if ("number" != typeof pageWidth) { if ("CSS1Compat" == document.compatMode) { pageWidth = document.documentElement.clientWidth; pageHeight = document.documentElement.clientHeight; } else { pageWidth = document.body.clientWidth; pageHeight = document.body.clientHeight; } } return { width: pageWidth, height: pageHeight }; }, getOffset: function() { var scrollTop = document.documentElement.scrollTop || document.body.scrollTop, scrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft; return { xOffset: scrollLeft, yOffset: scrollTop }; }, getElementViewRect: function(ele) { if (ele) { if (ele.getBoundingClientRect) { return ele.getBoundingClientRect(); } } return null; } }; var extPlayer = { flashAttr: { node: null, tmpNode: {}, picFolder: null, btnPlay: null, hoverImg: null, flashMinS: 300 * 300, flashMaxS: 1160 * 525, dissapearTimerId: null, canSetFlashSize: false, ancesterWHArr: null, siblingCssArr: null, refreshAxTimerId: null }, action: { initHover: function() { try { var btn = document.createElement('div'); var img = document.createElement('img'); btn.style.position = 'absolute'; btn.style.zIndex = 9998; btn.style.cursor = 'pointer'; extPlayer.flashAttr.picFolder = window.external.getFolder(); img.setAttribute('src', 'file:///' + extPlayer.flashAttr.picFolder + '\alone_normal.png'); btn.appendChild(img); extPlayer.flashAttr.hoverImg = img; extPlayer.flashAttr.btnPlay = btn; Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mouseover", extPlayer.callBacks.mouseoverBtn); Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mousedown", extPlayer.callBacks.mousedownBtn); Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mouseout", extPlayer.callBacks.mouseoutBtn); Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "click", extPlayer.callBacks.go); extPlayer.flashAttr.btnPlay.style.display = "none"; document.body.appendChild(extPlayer.flashAttr.btnPlay); setTimeout(extPlayer.action.tryToGo, 1000); } catch (e) { } }, uninit: function() { try { clearInterval(extPlayer.flashAttr.refreshAxTimerId); extPlayer.flashAttr.canSetFlashSize = false; extPlayer.flashAttr.node.width = extPlayer.flashAttr.tmpNode.width; extPlayer.flashAttr.node.height = extPlayer.flashAttr.tmpNode.height; extPlayer.flashAttr.node.style.width = extPlayer.flashAttr.tmpNode.width; extPlayer.flashAttr.node.style.height = extPlayer.flashAttr.tmpNode.height; extPlayer.flashAttr.node.style.marginLeft = extPlayer.flashAttr.tmpNode.marginLeft; extPlayer.flashAttr.node.style.marginRight = extPlayer.flashAttr.tmpNode.marginRight; extPlayer.flashAttr.node.align = extPlayer.flashAttr.tmpNode.align; if (!('v.qq.com' == location.host || 'www.4399.com' == location.host || 'v.ifeng.com' == location.host)){ extPlayer.action.recoverAncestors(extPlayer.flashAttr.node); } document.body.style.overflow = 'auto'; var html = document.getElementsByTagName('html')[0]; html.style.overflow = 'auto'; document.body.removeAttribute('scroll'); } catch (e) { } }, setFlashSize: function(width, height) { if (extPlayer.flashAttr.canSetFlashSize) { extPlayer.flashAttr.node.style.width = width + 'px'; extPlayer.flashAttr.node.style.height = height + 'px'; extPlayer.flashAttr.node.width = width + 'px'; extPlayer.flashAttr.node.height = height + 'px'; } }, refreshAxPos: function() { try{ var box = Util.getElementViewRect(extPlayer.flashAttr.node); if (box == null){ return; } if (box.top < 0){ document.body.style.overflow = 'auto'; var html = document.getElementsByTagName('html')[0]; html.style.overflow = 'auto'; document.body.removeAttribute('scroll'); document.documentElement.scrollTop += box.top; document.body.scrollTop += box.top; box.top = 0; html.style.overflow = 'hidden'; document.body.style.overflow = 'hidden'; document.body.setAttribute('scroll', 'no'); } window.external.refreshAxPos(box.left, box.top, box.right, box.bottom, window.screenLeft, window.screenTop); }catch(e){ } }, enumFlash: function(objArr) { for (var i = 0; i = extPlayer.flashAttr.flashMinS && width * height < extPlayer.flashAttr.flashMaxS && width <= height * 4 && (obj.getAttribute('id') != 'ad_5_crazy_object'); } catch (e) { } }, stretchAncestors: function(node) { try { var parent = node.parentNode; if (document.body == parent || document.body == node) { return; } var cssText = parent.style.cssText; extPlayer.flashAttr.ancesterWHArr.push(cssText); if ('video.sina.com.cn' == location.host){ parent.style.position = 'absolute'; } parent.style.top = '0px'; parent.style.left = '0px'; parent.style.width = '10000px'; parent.style.height = '120000px'; parent.style.textAlign = 'left'; if (parent.nextSibling || parent.previousSibling){ parent.style.float = 'none'; if (parent.nextSibling){ var node = parent.nextSibling; while (node){ extPlayer.flashAttr.siblingCssArr.push({display : node.style ? node.style.display : '', ele: node}); if (node.style){ node.style.display = 'none'; } node = node.nextSibling; } } if (parent.previousSibling){ var node = parent.previousSibling; while (node){ extPlayer.flashAttr.siblingCssArr.push({display : node.style ? node.style.display : '', ele: node}); if (node.style){ node.style.display = 'none'; } node = node.previousSibling; } } } extPlayer.action.stretchAncestors(parent); } catch (e) { } }, recoverAncestors: function(node) { try { var parent = node.parentNode; var i = 0; while (document.body != parent) { parent.style.cssText = extPlayer.flashAttr.ancesterWHArr[i]; parent = parent.parentNode; ++i; } for (var i = 0; i 0){ extPlayer.flashAttr.btnPlay.style.top = (box.top + offset.yOffset - 29) + 'px'; }else{ extPlayer.flashAttr.btnPlay.style.top = '0px'; } extPlayer.flashAttr.btnPlay.style.width = '64px'; extPlayer.flashAttr.btnPlay.style.height = '29px'; extPlayer.flashAttr.btnPlay.style.display = ''; extPlayer.flashAttr.node = obj; }else{ extPlayer.flashAttr.btnPlay.style.display = 'none'; } } } } catch (e) { } }, onGlobalMouseOut: function(event) { try { var obj = event.srcElement; var tagname = obj.tagName.toLowerCase(); if ('object' == tagname || 'embed' == tagname) { if ('notpop' == window.external.ispop()) { extPlayer.flashAttr.dissapearTimerId = setTimeout(function() { extPlayer.flashAttr.btnPlay.style.display = 'none'; }, 2000); } } } catch (e) { } } } }; try{ if ('true' == document.body.contentEditable || 'true' == document.body.canEditable || 'true' == document.body.contenteditable){ }else{ Util.EventUtil.addHandler(document.body, 'mouseover', extPlayer.callBacks.onGlobalMouseOver); Util.EventUtil.addHandler(document.body, 'mouseout', extPlayer.callBacks.onGlobalMouseOut); extPlayer.action.initHover(); } }catch(e){ } } } } catch (e) { }

Ketch016停车场**地坪(更多现场图片及详细施工图片)

  

适用范围:
各种停车场适用,亦适用于磨损度较大的各种商业地面。

性能特点:
1.平坦无缝、耐磨耐压、
2.防水耐油、抗冲击力强、
3.抗汽车轮胎黑色痕迹;
4.美观大方、防滑性优越;
5.汽车和行人行走舒适。

施工工艺:
①素地处理:依素地状况做好打磨、修补、除尘工作;

②环氧底漆:采用渗透性及附着力特强的环氧底漆滚涂一道,增强素地对环氧地坪的附着力;

③环氧批土:用环氧批土施工二道,增强地面的耐压、耐冲击性和平整度;

④环氧面漆:用环氧面漆滚涂二道,使地面防尘防水、耐磨耐腐蚀、易清洁。

⑤施工完成:完工后整体地面光亮洁净、颜色均一、无气泡、无空鼓。

 

KETCH016停车场**地坪技术指标
项  目 指  标

表干时间(h)

≤4

实干时间(h)

≤24

硬度(铅笔硬度)

≥H

耐磨性(750g/500r,失重,g)

≤0.029

耐水性(168h)

无变化

耐油性(120汽油,168h)

无变化

抗伸度Mpa

≥7

抗弯强度

≥7.0

抗压强度

Na

粘接强度/Mpa

Na

耐污性(%)按K29-4387标准 ..≤11
防滑性(干湿摩擦系数)按K29-5673标准 ..≥0.75
水泥基础的要求及注意事项 地坪涂装系统设计需知
素地标准及施工条件 施工环境的各项数据测试
施工机械 树脂地面保养与维护
地坪前期处理工作 更多016现场图片及详细说明
更多博客图片及现场详细说明 明暗伸缩缝的处理

地下停车场环氧地坪涂装工程方案设计?
1、停车区对于平整地面,可采用ketch001/0.3mm普通环氧地坪,而平整度及表面强度较差的地面,可以采用Ketch002/1-3 mm环氧砂浆地坪,高级要求可采用ketch003/2-3mm环氧自流平地坪;颜色可设计成灰色。
2、车行通道由于车行频繁,相对于停车区,设计要加强,可采用ketch302/1-3 mm环氧砂浆地坪或ketch303/2-3mm环氧自流平地坪,
颜色通常为绿色,车行通道宽度根据现场情况设置,通常双向行车道不宜低于6米,单向行车道不宜低于3米,人行通道为1.5-2米,
通道两侧划中黄色标志线,线宽8-12mm。3、车行标志通道内可采用黄色或白色标志漆(可采用夜发光漆)画箭头进行标明车行方向及指向各停车区,如A停车区、B停车区及C停车区等。
4、停车位设置按停车场地面区域结构设置停车位,小轿车通常可设计为2.5-3.0米X 5-6米,停车位采用黄色或白色标志线画出,标
线宽8-12mm。
5、柱面处理为增加停车场柱面的醒目性,避免因倒车碰到柱子,柱子下端1.0-1.2米以下可采用黄色和白色相间斜纹斑马线进行标明。
6、车辆出入口坡道无震动防滑地坪,车辆出入口必须具有防滑消除噪音作用,有的停车场土建施工时已考虑到了,将之施工成波纹
形不平的地面,这种情况下只需一部分涂车行通道颜色,一部分涂另一颜色,两种颜色相间就可以了。如果土建时未设计考虑防滑
要求,在地坪施工明此处应采用ketchA16防滑地坪,而且防滑骨料颗径应较大,ketchA16通常直径不低于2mm,视坡道倾斜度而选择合适颗径的防滑骨料。
7、墙裙处理:墙裙涂以和墙面及地面不一样的颜色,可在车行时起到提醒的作用。但不宜过高,一般0.2-0.7米即可。采用深绿色和淡灰色相间进行标志。
8、车位编号车位应编号,编号按区域划分可依次分为C01-CXX,B01-BXX,A01-AXX,其中不吉利的号码可略去(如4、13等),编号
字体可采用中黄色或白色,字体大小格式可比较合适。
 
菲凡士建材有限公司
联系人 刘经理
联系电话 027-81733228 
13871115535 
地址 武汉市东湖高新技术开发区
邮箱 554754307@qq.com
进入店铺 在线留言

了解更多

商家产品导航