
BLAVOR Smallest Power Bank PN-W40(10,000mAh, 20W Fast Charging, in-Cable)
samueldiv { background: #f4f4f4; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color: #333; margin: 0; padding: 0; } .swiper { width: 100%; height: auto; margin: 10px auto; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center; } .append-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .append-buttons a { flex: 1 1 120px; max-width: 160px; height: 40px; display: flex; justify-content: center; align-items: center; text-align: center; border: 2px solid #ff6500; border-radius: 5px; color: #ff6500; font-size: 16px; } .append-buttons a:hover { background-color: #ff6500; color: #fff; } .append-buttons a.active { background-color: #ff6500; color: #fff; } /**************video********************/ .product-Description-samuel-video{ position: relative; width: 100%; margin: 0px 0 10px 0; } .product-Description-samuel-video video { display: block; width: 100%; cursor: pointer; } /**************************************/ /**************双图********************/ .image-grid-two-description { display: grid; grid-template-columns: repeat(2, 1fr); /* 电脑端每行2个图片 */ gap: 10px; /* 图片间距 */ max-width: 100%; margin: 0px 0 10px 0; } /* 响应式布局,手机端自适应 */ @media screen and (max-width: 600px) { .image-grid-two-description { grid-template-columns: 1fr; /* 手机端一行一个图片 */ gap: 5px; /* 图片间距 */ } } /* 图片容器样式 */ .image-container-two-description { position: relative; } /* 图片样式 */ .image-container-two-description img { width: 100%; display: block; } /* 文本样式 */ .image-container-two-description p { text-align: center; color: #000000; /* 字体颜色:黑色 */ font-size: 18px; /* 字体大小 */ font-weight: bold; /* 加粗 */ margin: 8px 0 0px 0; /* 控制文本与图片的间距 */ } /**************************************/ /**************单长图********************/ /* 图片容器的基本布局 */ .single-image-container-description { max-width: 100%; /* 最大宽度,调整以适应你的需求 */ margin: auto; /* 居中对齐 */ margin: 0px 0 10px 0; } /* 响应式布局 */ @media screen and (max-width: 600px) { .single-image-container-description img { height: 180px; /* 手机端图片固定高度 */ object-fit: cover; /* 图片覆盖,保持比例 */ } } /* 图片样式 */ .single-image-container-description img { width: 100%; height:100%; display: block; } /**************************************/ Portable Charger 10000mAh PD 20W Power Bank for iPhone, USB C in/Output Fast Charging,Smallest Battery Pack Charger with Built in Cable for iPhone 15 14 13 12 11 SE // Function to update images function updateImages01() { const imgSrcs = [ "https://cdn.shopify.com/s/files/1/0515/3937/8330/files/1_3fe2dd7b-c7a1-40bf-9d34-a50066d8a5aa.jpg",//img01 "https://cdn.shopify.com/s/files/1/0515/3937/8330/files/2_d3c73cfb-0a11-43e7-a161-eed8cf4b0b81.jpg",//img02 "https://cdn.shopify.com/s/files/1/0515/3937/8330/files/3_d435b2af-3f5a-43b0-88ae-a4b991972013.jpg",//img03 "https://cdn.shopify.com/s/files/1/0515/3937/8330/files/4_104973af-369e-4a48-a95b-cbd66f140dc7.jpg",//img04 "https://cdn.shopify.com/s/files/1/0515/3937/8330/files/5_419cb9b8-4f60-41b2-b057-ed3dc104e3ff.jpg",//img05 "https://cdn.shopify.com/s/files/1/0515/3937/8330/files/6_c8ff56f1-8336-4953-8ee6-cd1ac71f73c4.jpg",//img06 "https://cdn.shopify.com/s/files/1/0515/3937/8330/files/7_58ba5479-e4d1-4b8d-bb2d-780a0e6c065b.jpg",//img07 "https://cdn.shopify.com/s/files/1/0515/3937/8330/files/8_771eaa18-15bb-4528-a4f4-122c8b6ffe28.jpg"//img08 ]; imgSrcs.forEach((src, index) => { document.getElementById(`img-slide-01-${index}`).src = src; }); } // Update images for mobile view if (window.innerWidth