-
MORE
植绒 U 型枕方形午睡充氣氣枕
* {
-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;
}
/* 人气热销样式 结束 */
材質:PVC植絨
尺寸:25*35CM眼罩
包裝方式:單套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'
}
植绒 U 型枕方形午睡充氣氣枕
-
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皮
尺寸:14.5*10.2CM
包裝方式:單套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;
}
/* 人气热销样式 结束 */
材質:滌綸
尺寸:150CM*7mm直徑
重量 : 65g
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
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
LED 矽膠磁鐵燈領口夜間戶外運動彩色騎行夜跑警示燈
* {
-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;
}
/* 人气热销样式 结束 */
材質:ABS+矽膠
尺寸:總長16.5cm,頭部寬3.5cm、厚1.3cm;尾部寬3cm、厚0.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'
}
LED 矽膠磁鐵燈領口夜間戶外運動彩色騎行夜跑警示燈
-
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;
}
/* 人气热销样式 结束 */
材質:塑膠
尺寸:22.5*16*7CM
包裝方式: 單套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
可加工定製 LOGO 金屬彩桿多種顏色免削黑科技素描永恆筆
* {
-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.8*180mm
單支22.2g
包裝方式:單套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'
}
可加工定製 LOGO 金屬彩桿多種顏色免削黑科技素描永恆筆
-
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;
}
/* 人气热销样式 结束 */
材質:牛皮
尺寸12*15CM
單本
包裝方式: 單套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;
}
/* 人气热销样式 结束 */
工藝印刷, 水轉印, 膠印
尺寸:11*8*2CM
包裝方式:單個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
手提廣告折疊牛津布購物袋印 logo
* {
-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;
}
/* 人气热销样式 结束 */
材質:牛津布
尺寸:45.5*32CM 印製工藝絲印
淨重150g
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
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'
}
手提廣告折疊牛津布購物袋印 logo
-
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;
}
/* 人气热销样式 结束 */
材質:尼龍
尺寸:14*20CM
淨重0.09kg
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
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;
}
/* 人气热销样式 结束 */
材質:繩子
尺寸:35*40CM
絲印工藝
包裝方式:單個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
石頭圓珠筆批發 Stonepen 可降解外殼多色可选可印 logo 圓珠筆
* {
-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;
}
/* 人气热销样式 结束 */
材質: 石頭材質
尺寸:138mmW x 17mmH x 12mmD
UV印工藝
圓珠筆
顏色鮮艷 : 時尚設計,顏色多樣,吸引眼球
廣告贈品優勢:實用性強,提昇品牌形象, 是理想的廣告贈品選擇
詢價頁面
網頁訊息
即將前往詢價
繼續瀏覽
前往詢價
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'
}
石頭圓珠筆批發 Stonepen 可降解外殼多色可选可印 logo 圓珠筆