VIDEO
PROPERTIES
TEST METHOD (ASTM)
UNIT
TYPICAL VALUE
THICKNESS
D-2673
Micron (Mil)
20 30 40 0.8 1.2 1.6
FILM DENSITY GRAMMAGE YIELD CORONA LEVEL/ WETTING TENSILE COEFF OF FRICTION (Corona/ Non) HAZE JOINTS NUMBER SECTION FLETNESS
D-792 International International D-2578 D-1894 D-1003 International International
gm/cc gm/m2 m2/kg Dyne/cm - - m2 -
0.91 0.91 0.91 18.2 27.3 36.4 54.9 36.6 27.5 38 38 38 0.3/0.15 0.3/0.15 0.3/0.15 3.9 4.2 4.5 ≤1 ≤2mm
TENSILE STRENGTH AT BREAK
D-882
MPa (KPsi)
48 53 65 33 34 35 7.0 7.9 9.42 4.8 4.9 5.07
ELONGATION AT BREAK
MD* TD* MD* TD*
D-882
%
529 540 572 700 711 722
HEAT SEAL TEMPERATURE
MD* TM*
1s, 300MPa, 60℃for under layer
℃
130 135 140
HEAT SEALING STRENGTH
D-882
N/15mm
≥7.2 ≥7.9 ≥8.6
FINISH
No Folding, Air bubble fracture, Perforation, scratches, impurities, oi
Product dispaly
// 获取 class 为 sidebar2 的元素(若有多个,取第一个)
// 获取元素的位置和尺寸信息
// 元素底部到页面顶部的总距离(相对文档顶部)
// // 监听滚动事件
// window.addEventListener('scroll', function() {
// // 当滚动超过600像素时
// if (window.scrollY-800 > elementBottomToDocTop) {
// contactbox .setAttribute("class", 'widget-area sticky-top');
// // $("#contactbox").attr('class','widget-area sticky-top');
// // contactbox.classList.remove('shadow-md');
// } else {
// contactbox .setAttribute("class", 'widget-area');
// // $("#contactbox").attr('class','widget-area');
// // navbar.classList.add('shadow-md');
// }
// })
// const emailPattern = /^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$/;
// document.getElementById("GetdiscountForm").onsubmit = function (event) {
// const emailInput = document.getElementById("email").value;
// if (!emailPattern.test(emailInput)) {
// alert("Please enter a valid email address!");
// event.preventDefault();
// }