-
MORE
戶外運動鋁製水壺便携式水杯刻字印標誌登山吊環小口單層杯
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:pp
尺寸:215*65mm 500ml,絲印工藝
包裝方式: 單個牛皮紙盒包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
戶外運動鋁製水壺便携式水杯刻字印標誌登山吊環小口單層杯
-
MORE
夏季高顏值噴噴水杯男女迷你隨身杯兒童小學生便携吸管塑料杯訂製
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:塑膠
尺寸:8.5*11.5CM 容量330ml ,絲印工藝
包裝方式: 單個opp袋包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
夏季高顏值噴噴水杯男女迷你隨身杯兒童小學生便携吸管塑料杯訂製
-
MORE
收納盒玄關鑰匙皮革收納盒桌面化妝品遙控雜物儲物籃
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:PU皮
尺寸:10*10*9CM,壓印工藝
包裝方式: 單個opp袋包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
收納盒玄關鑰匙皮革收納盒桌面化妝品遙控雜物儲物籃
-
MORE
高檔皮革紙巾盒酒店客房家用客廳輕奢創意設計
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:PU皮
尺寸:19*11*13CM,壓印工藝
包裝方式: 單個opp袋包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
高檔皮革紙巾盒酒店客房家用客廳輕奢創意設計
-
MORE
旅行收納袋分裝袋多功能衣服行李箱整理袋七件套裝可壓縮收納包
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:滌綸
尺寸:鞋袋33*20CM
衣物包39*29*10CM
束口袋35*27CM
平口袋25*16CM
四件套
包裝方式: 單個收納袋包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
旅行收納袋分裝袋多功能衣服行李箱整理袋七件套裝可壓縮收納包
-
MORE
旅行收納六件套行李箱衣物收納整理袋旅行出差洗漱用品分裝包
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:牛津紡+滌綸網
七件套收納包32*22*12CM
衣物收納包32*28*12CM
鎖物包26*17*1CM
鞋包32*15*12CM
小袋27*6*33CM
包裝方式: 單個收納包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
旅行收納六件套行李箱衣物收納整理袋旅行出差洗漱用品分裝包
-
MORE
盎司手提汽车杯304不銹鋼保温杯戶外旅行便携冰霸杯
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:201不銹鋼
容量600ml
包裝方式: 單個白盒包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
盎司手提汽车杯304不銹鋼保温杯戶外旅行便携冰霸杯
-
MORE
雜誌附錄包安逸猿折疊收納多功能洗漱包便携式出行妝化包
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:尼龍
尺寸:71.5*25.5CM
折疊:24*25.5CM
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
雜誌附錄包安逸猿折疊收納多功能洗漱包便携式出行妝化包
-
MORE
腰包便携尾插膠囊充電寶帶線小巧迷你便携式緊急快充通用移 電源
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:塑膠
尺寸:81*28.5*49mm ,5000毫安培
包裝方式: 單個白盒包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
腰包便携尾插膠囊充電寶帶線小巧迷你便携式緊急快充通用移 電源
-
MORE
旅行折疊洗漱包 男士便携乾濕分離 出差洗護防水
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:滌綸
材質:SUS316不鏽鋼、矽膠吸嘴
尺寸:展開33.5*8*23.5CM,收納11*23.5CM,燙畫工藝
包裝方式:單個PE袋包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
旅行折疊洗漱包 男士便携乾濕分離 出差洗護防水
-
MORE
狗狗外出旅行水瓶飲水器便携式水壺寵物戶外喝水隨行杯喂水器
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:食品級矽膠
尺寸:8.9*8.9*13.9CM,絲印工藝
包裝方式: 單個彩盒包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
狗狗外出旅行水瓶飲水器便携式水壺寵物戶外喝水隨行杯喂水器
-
MORE
美容棒款式豐富美容按摩棒 T 型電動按摩美妝工具
* {
-webkit-user-select: none;
/* Chrome, Safari, Opera */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE 10 and IE 11 */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
/* 人气热销 样式 */
.buybox {
padding-top: 1rem;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
color: #fff;
cursor: pointer;
}
.box:hover {
box-shadow: 4px 7px 16px #575656;
text-decoration: underline;
}
.box:hover .MsgTitle {
color: #8ae94b;
}
.line {
width: 45%;
height: 0.2rem;
background-color: #d1d1d1;
/* padding: 1rem; */
box-sizing: border-box;
background: linear-gradient(to bottom, #cdcdcd 30%, #f0f0f0 70%)
}
.box {
width: 10rem;
height: 3rem;
line-height: 3rem;
background-color: #b1dbcd;
border-radius: 10rem;
box-shadow: 2px 7px 6px #ccc;
transition: all 1s;
text-align: center;
}
@media (min-width: 200px) and (max-width: 900px) {
.box {
font-size: .75rem;
width: 7rem;
}
.line {
width: 40%;
}
}
/* 这里是 弹出框 */
.poxUpBox {
display: none;
position: fixed;
z-index: 999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
height: 140px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 3px 18px #ccc;
color: #333;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 300px) and (max-width: 500px) {
.poxUpBox {
width: 300px;
}
}
.bottomline {
width: 100%;
border-bottom: 1px solid #ccc;
}
.wenzi {
padding: 18px 20px;
}
.wenzi p {
padding: 0;
margin: 0;
padding-top: 8px;
}
.anniu {
display: flex;
justify-content: end;
gap: 10px;
padding-right: 20px;
}
.bottomline p {
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
svg {
cursor: pointer;
}
}
.jixu button {
border: 1px solid #adadad;
background-color: #fff;
padding: 6px 12px;
border-radius: 5px;
cursor: pointer;
box-sizing: border-box;
}
.jixu button:hover {
background-color: #cdcdcd;
}
.xunjia button {
background-color: #428bca;
color: #fff;
padding: 6px 12px;
border-radius: 5px;
border: 1px solid #285e8e;
cursor: pointer;
}
.xunjia button:hover {
background-color: #3276b1;
}
/* 遮盖层 */
.mask {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: .5;
}
/* 人气热销样式 结束 */
材質:鋅合金加鋁合金
尺寸:14.2*3.2CM
包裝方式:單個天地盒包裝
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
const buyshop = document.getElementById('buy')
const poxUpBox = document.getElementById('poxUpBox')
// 点击了 添加到 本地存储, 得注意 每个都得对准 图片 获取的id
function buy() {
poxUpBox.style.display = 'block'
mask.style.display = 'block'
}
buyshop.onclick = buy
// 关闭按钮
function closebox() {
poxUpBox.style.display = 'none'
mask.style.display = 'none'
}
function tiaozhuan() {
location.href = 'https://www.tian.com.tw/autopage/2'
}
美容棒款式豐富美容按摩棒 T 型電動按摩美妝工具