十字绣/金鑫/中格 黄金满地JX-1080
<H1>金品小屋【十字绣/金鑫/中格】 黄金满地JX-1080</H1><P> </P>
<P><SPAN style="MARGIN-TOP: 5px">一 口 价:</SPAN> <FONT face=Verdana color=#ff5500 size=5>85.00</FONT> 元 </P>
<LI id=CurrentPrice style="POSITION: relative">
<DIV class="fav-card-icon favcard-cash-3 favcard-line favcard-line-long" style="LEFT: 10px; LINE-HEIGHT: 14px; POSITION: absolute; TOP: 5px; HEIGHT: 14px"> 省 3 元 </DIV>
<LI id=ShippingCost style="MARGIN-LEFT: -10px"><SPAN>至<A id=PostfeeTopToggle href="http://auction1.taobao.com/auction/item_detail-db1-a2aa8ba4e03f8def0cd2a236368d6014.jhtml#FreightList"><FONT face=Arial color=#0044dd>浙江</FONT></A>:</SPAN><SPAN id=PostfeeTopList style="WIDTH: 220px; TEXT-ALIGN: left">平邮: 6元 快递: 5元 EMS: 23元</SPAN>
<SCRIPT src="http://www.taobao.com/home/js/sys/postage.js?t=20070108" type=text/javascript></SCRIPT>
<SCRIPT type=text/javascript>
//<![CDATA[
/**
* "全国"的地区名称
*/
var ALL_DIVISION_NAME = "全国";
/**
* 其它地区名称
*/
var ALL_DIVISION_OTHER = "其它地区";
//ChinaDivision表
var chinaDivision = {
"110000":"北京",
"120000":"天津",
"130000":"河北",
"140000":"山西",
"150000":"内蒙古",
"210000":"辽宁",
"220000":"吉林",
"230000":"黑龙江",
"310000":"上海",
"320000":"江苏",
"330000":"浙江",
"340000":"安徽",
"350000":"福建",
"360000":"江西",
"370000":"山东",
"410000":"河南",
"420000":"湖北",
"430000":"湖南",
"440000":"广东",
"450000":"广西",
"460000":"海南",
"500000":"重庆",
"510000":"四川",
"520000":"贵州",
"530000":"云南",
"540000":"西藏",
"610000":"陕西",
"620000":"甘肃",
"630000":"青海",
"640000":"宁夏",
"650000":"新疆",
"710000":"台湾",
"810000":"香港",
"820000":"澳门",
"990000":"海外",
"1":"全国"};
//输入: destCodes=Array{"1","2","3"}
//输出: destNames='name1,name2,name3';
function getDestNamesByCodes(destCodes) {
if(null == destCodes || 0 == destCodes.length) {
return "";
}
var destNames = '';
for(var i = 0; i < destCodes.length; i++) {
var destCode = destCodes<i>;
var destName = chinaDivision[destCode];
if(null != destName) {
destNames += destName + ',';
}
}
var index = destNames.lastIndexOf(',');
if(index == destNames.length-1) {
destNames = destNames.substring(0, index);
}
return destNames;
}
//构造Postage
var postage = new Postage();
postage.id = 844254;
postage.userid = "12607a49c7414539197def9906541df4";
postage.name = "快递2";
postage.memo = "快递一公斤以内,超重另加.邮局快递和EMS一斤以内,超重另加";
//PostageItems对象
buildPostageItem(6994141, "844254", 1, "1", 6.0, 3.0);
buildPostageItem(6994142, "844254", 4, "1", 10.0, 3.0);
buildPostageItem(6994143, "844254", 5, "1", 23.0, 6.0);
buildPostageItem(6994144, "844254", 7, "1", 23.0, 6.0);
buildPostageItem(6994145, "844254", 1, "150000,540000,650000", 10.0, 3.0);
buildPostageItem(6994146, "844254", 1, "140000,230000,450000,460000,530000,610000,620000,630000,640000", 8.0, 3.0);
buildPostageItem(6994147, "844254", 1, "110000,120000,130000,210000,220000,310000,320000,330000,340000,350000,360000,370000,410000,420000,430000,440000,500000,510000,520000", 6.0, 2.0);
buildPostageItem(6994148, "844254", 4, "150000,540000,610000,620000,630000,640000,650000", 15.0, 3.0);
buildPostageItem(6994149, "844254", 4, "110000,120000,130000,140000,210000,220000,230000,340000,350000,360000,370000,410000,420000,430000,440000,450000,460000,500000,510000,520000,530000", 10.0, 2.0);
buildPostageItem(6994150, "844254", 4, "310000,320000,330000", 5.0, 2.0);
buildPostageItem(6994151, "844254", 5, "150000,540000,650000", 25.0, 15.0);
buildPostageItem(6994152, "844254", 7, "150000,540000,650000", 25.0, 15.0);
//当前用户选择的运费目的地
var currentDestCode = "330000";
var currentDestName = getDestNamesByCodes(currentDestCode.split(","));
//当前用户选择的目的地对应的PostageItems
var currentPostageItems = postage.getPostageItemsByDestCode(currentDestCode);
//构造当前Postfees对象
var currentPostfees = new Postagefees();
currentPostfees.ordFee = 6.00 ;
currentPostfees.corpFastFee = 5.00 ;
currentPostfees.postFastFee = 23.00 ;
currentPostfees.emsFee = 23.00 ;
currentPostfees.fastFee = 5.00 ;
//]]>
</SCRIPT>
<SCRIPT type=text/javascript>
<!--
function _showPostfees(currentDestName, ordFee, fastFee, emsFee) {
var container = document.getElementById('ShippingCost');
var pftt = document.getElementById('PostfeeTopToggle');
pftt.innerHTML = currentDestName;
var postfeeHtml = '';
if(ordFee > 0) {
postfeeHtml += '平邮: ' + ordFee + '元 ';
}
if(fastFee > 0) {
postfeeHtml += '快递: ' + fastFee + '元 ';
}
if(emsFee > 0) {
postfeeHtml += 'EMS: ' + emsFee + '元';
}
document.getElementById('PostfeeTopList').innerHTML = postfeeHtml;
}
function initShowPostfees() {
_showPostfees(currentDestName, currentPostfees.ordFee, currentPostfees.fastFee, currentPostfees.emsFee);
}
initShowPostfees(currentPostfees);
//-->
</SCRIPT>
<DIV id=ButtonBuyNow><A class=EventCode13 title=点击此按钮,到下一步确认购买信息。 href="javascript:doBid();">立刻购买</A></DIV>
<P><A href="http://auction1.taobao.com/auction/item_detail-db1-a2aa8ba4e03f8def0cd2a236368d6014.jhtml">http://auction1.taobao.com/auction/item_detail-db1-a2aa8ba4e03f8def0cd2a236368d6014.jhtml</A></P>
<P> </P>
<P> </P>
<P><A href="http://www.taobao.com/view_image.php?pic=i8%2FT1gxxXXX4cHcxXXXXX_010254.jpg&title=%BD%F0%C6%B7%D0%A1%CE%DD%A1%BE%CA%AE%D7%D6%D0%E5%2F%BD%F0%F6%CE%2F%D6%D0%B8%F1%A1%BF+%26amp%3Blt%3B%BB%C6%BD%F0%C2%FA%B5%D8JX-1080%26amp%3Bgt%3B#"><IMG onclick=cls() alt=单击鼠标关闭窗口 src="http://img08.taobao.com/bao/uploaded/i8/T1gxxXXX4cHcxXXXXX_010254.jpg" border=0></A></P>
<P> </P><SPAN>
<P><FONT face=宋体><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=6><STRONG>金鑫十字绣</STRONG></FONT></FONT></P>
<P><FONT face=宋体><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5><STRONG>黄金满地JX-1080</STRONG></FONT></FONT></P>
<P><FONT face=宋体><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5><STRONG>规格;150X70CM</STRONG></FONT></FONT></P>
<P><FONT face=宋体><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5><STRONG>格子:11CT</STRONG></FONT></FONT></P>
<P><FONT face=宋体><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5><STRONG>股数:3股</STRONG></FONT></FONT></P>
<P align=left><STRONG><FONT style="BACKGROUND-COLOR: #ffffff" face=宋体 color=#660033 size=5>商品包括:</FONT></STRONG></P>
<P align=left><STRONG><FONT style="BACKGROUND-COLOR: #ffffff" face=宋体 color=#660033 size=5><IMG style="BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #000000 0px solid; BORDER-BOTTOM: #000000 0px solid" src="http://botu.bokee.com/photodata2/2008-8-15/015/519/288/18731944/18731944.jpg" align=absMiddle><IMG style="BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #000000 0px solid; BORDER-BOTTOM: #000000 0px solid" src="http://botu.bokee.com/photodata2/2008-8-15/015/519/288/18731945/18731945.jpg" align=absMiddle></FONT></STRONG></P>
<P align=left><STRONG><FONT style="BACKGROUND-COLOR: #ffffff" face=宋体 color=#660033 size=5>金鑫国产高品质棉麻绣布一块(有锁边)</FONT></STRONG></P>
<P align=left><STRONG><FONT style="BACKGROUND-COLOR: #ffffff" face=宋体 color=#660033 size=5>金鑫国产高品质绣线足量(超30%)</FONT></STRONG></P>
<P align=left><STRONG><FONT style="BACKGROUND-COLOR: #ffffff" face=宋体 color=#660033 size=5>金鑫国产绣针一-二支(圆头)</FONT></STRONG></P>
<P align=left><STRONG><FONT style="BACKGROUND-COLOR: #ffffff" face=宋体 color=#660033 size=5>金鑫国产高清晰原版印刷效果图一张(彩色)</FONT></STRONG></P>
<P align=left><FONT size=5><FONT style="BACKGROUND-COLOR: #ffffff"><FONT color=#660033><STRONG><FONT face=宋体>金鑫国产高清晰原版印刷图纸一张(彩色)</FONT></STRONG></FONT></FONT></FONT></P>
<P align=left><FONT style="BACKGROUND-COLOR: #ffffff" face=宋体 color=#660033 size=5><STRONG>清洁与保护:<BR>一:绣前要保证双手的清洁。<BR> 二:为了确保绣好的成品的干净与平整,绣好后应使用中性洗涤液在冷水或温水中单独手洗(切记不要干洗,不要揉搓或挤压)在冲洗干净后把作品从水中取出,平铺在预先准备好的白色干毛巾上,然后卷起毛巾把多余的水份压出,展开放在通风处晾干,晾干后从背面熨平。<BR> 三:熨烫时要从背面前后移动着熨,这样可使作品更平整,不会伤到绣线</STRONG></FONT><SPAN></SPAN></P>
<P align=left><SPAN><FONT style="BACKGROUND-COLOR: #ffffff" face=黑体 color=#660033 size=5>一,本店为实体店铺与网店同步发售,产品有缺货之现象,购买前请先询问.</FONT></SPAN></P><FONT face=楷体_GB2312 size=5><SPAN><FONT size=3>
<P align=left><FONT style="BACKGROUND-COLOR: #ffffff" face=黑体 color=#660033 size=5><SPAN>二,网店的图片有实物拍摄,也有厂家提供的图片,产品图案的颜色仅供参考,以实际商品为准.</SPAN></FONT></P><FONT face=楷体_GB2312 size=3><SPAN>
<P align=left><SPAN><FONT style="BACKGROUND-COLOR: #ffffff" face=黑体 color=#660033 size=5>三,本店主要经营的十字绣有国产的2大品牌,如意,金鑫.也有女王,格丽雅,瑞丽等多个品牌,还有佳怡刺绣的机绣成品可供选择....</FONT></SPAN></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#ff3300 size=5>(如有需要可以开普通发票,加税6%)</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#ff3300 size=5>电话0571-28907561晚上不在线</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#ff3300 size=5>手机13575716546</FONT></P>
<P><FONT size=6><SPAN><SPAN><SPAN><SPAN><FONT style="BACKGROUND-COLOR: #ffffff"><SPAN><SPAN><SPAN><FONT color=#ff3300 size=5><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN><SPAN>QQ354856299 </SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></FONT></SPAN></SPAN></SPAN></FONT>
<TABLE height=737 cellSpacing=1 cellPadding=0 width=544 align=center border=0>
<TBODY>
<TR>
<TD align=left width=538 colSpan=4 height=14><FONT size=5><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033>十字绣基础</FONT></FONT></TD></TR>
<TR>
<TD align=left width=538 colSpan=4 height=14><FONT style="BACKGROUND-COLOR: #ffffff"><FONT color=#660033 size=5>1、绣的时候应注意:方向一致性。</FONT></FONT>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5>在绣十字时,一定要注意其绣的方向一定要一致,如果开始绣时是由上而下且由左而右,则整幅作品都要遵行一致的方向,否则将会破坏整幅的作品。因个人的习惯有所不同,而其绣的方向也会有所不同,但仍要遵照其一致性。</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5>2、绣时要要找准中心点的位置。</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5>一定要先找到布的中心点位置才开始绣图,否则可能会造成图绣好之后,却无法顺利裱褙的窘境。</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5>3、十字绣的几种针法。</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5>全针绣法、1/2针绣法、1/4针绣法、3/4针绣法、回针绣法、长针绣法、双格全针绣法、双针回针绣法、双格长针绣法,以及几种特别形状的针法。</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5>4、十字绣所用的针。</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5>十字绣所用针与平时缝纫时所用的针不太相同,十字绣用的针则是钝针,其针头较圆且针孔较大;对于不同大小的十字绣格布, 所使用的针大小也不相同.</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5>5、十字绣的基础---十字布。</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5>根据不同的图案可以选择不同规格的十字布,有大格布、中格布和小格布。选完了布,再根据布的规格来选择线和针。</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=5>了解了以上知识,你就可以挑选喜爱的十字绣图案,开始绣你的作品了,当然,在刺绣时,仍然需要一点点小诀窍哦!</FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff"><FONT color=#660033><FONT size=3>制作步骤图解</FONT>:</FONT></FONT></P>
<P><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033><IMG style="BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #000000 0px solid; WIDTH: 134px; BORDER-BOTTOM: #000000 0px solid; HEIGHT: 109px" height=102 src="http://www.kmmsy.com/jx06/a6.gif" width=119 align=absMiddle> <IMG style="BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #000000 0px solid; WIDTH: 131px; BORDER-BOTTOM: #000000 0px solid; HEIGHT: 88px" height=59 src="http://www.kmmsy.com/jx06/a9.gif" width=122 align=absMiddle> <IMG style="BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #000000 0px solid; BORDER-BOTTOM: #000000 0px solid" src="http://www.kmmsy.com/jx06/a7.gif" align=absMiddle></FONT></P>
<P align=left><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033 size=3>十字针(横排来回绣) 十字针(逐个绣) 四分之一针和半十字针</FONT></P>
<P align=left><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033></FONT> </P>
<P align=left><FONT style="BACKGROUND-COLOR: #ffffff" color=#660033><IMG style="BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #000000 0px solid; BORDER-BOTTOM: #000000 0px solid" src="http://www.kmmsy.com/jx06/a10.gif" align=absMiddle> <IMG style="BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #000000 0px solid; BORDER-BOTTOM: #000000 0px solid" src="http://www.kmmsy.com/jx06/a8.gif" align=absMiddle> <IMG style="BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #000000 0px solid; BORDER-BOTTOM: #000000 0px solid" src="http://www.kmmsy.com/jx06/a11.gif" align=absMiddle></FONT></P>
<P align=left><FONT style="BACKGROUND-COLOR: #ffffff"><FONT color=#660033> <FONT size=3>勾边 法兰西结 Z型绣</FONT></FONT></FONT></P></TD></TR></TBODY></TABLE></SPAN></SPAN></SPAN></SPAN></FONT></P></SPAN></FONT></FONT></SPAN></FONT></SPAN></LI>
[[i] 本帖最后由 十字绣专卖 于 2008-9-14 14:27 编辑 [/i]]
页:
[1]