阿不 发表于 2009-1-31 20:57:13

转让米箱------(原因是网购买小了一码)

 
<div id="xshopContent"><!--itemBidForm.vm-->
<script type="text/javascript">function doBid(){document.forms['J_FrmBid'].submit()}</script>
<!--detailBasic.vm-->
<script type="text/javascript">        _item = 'f923d804fe8ad856296ca8a5d51e1e77';
</script>
<div id="detail"><!-- detail-one:一口价 || detail-bid:拍卖 -->
<div class="hd">
<div class="bd clearfix">
<div class="clearfix">
<div class="wrap">
<ul class="meta"><!--itemPrice.vm-->
<li class="detail-price clearfix"><span>一 口 价:</span><strong id="J_StrPrice">238.00</strong>元 <!--itemPostFee.vm--></li>
<li class="freight delivery=" id="ShippingCost" delivery? clearfix?><span>运  费:</span><em>平邮: 5.00元 快递:10.00元 </em></li></ul></div>
<ul class="other clearfix">
<dl class="clearfix">
<dt>&nbsp;</dt></dl></ul>
<script type="text/javascript">
                                var vtctrl=document.getElementById('ViewTimes');
                                if (vtctrl && vtcount) vtctrl.innerHTML='<span>浏览次数:</span><em><label>'+vtcount+'</label></em>次';
                        </script>
<div class="gallery"><!--itemPics.vm-->
<script type="text/javascript">
                        TAOBAO.util.Event.onDOMReady(function() {
                                RecommendList.jsForPopupTriggerPage();
                  });
                </script>
</div>
<div class="shopkeeper">
<div id="seller-info" style="DISPLAY: none; FLOAT: right">
<div class="CommonPanel"><!--sellerInfo.vm--><!-- cacheTime 用户信息缓存时间:2009年01月31日 17点09分20秒 -->
<div class="CommonPanelHeader">
<h3 class="CommonPanelTitle">掌柜档案 </h3></div>
<div class="CommonPanelBody">
<div class="hslice" id="xshopSellerInfo_陆启泽999">
<div class="entry-title">
<div class="entry-content">
<ul id="MoreInfo">
<li>卖家好评率:<strong>99.17%</strong>
<li>买家好评率:<strong>100.0%</strong>
<li>创店时间:2004-06-11 </li></ul></div></div>
<div id="AuthInfo">
<dl><!--认证标志-->
<dt>认证: </dt>
<dt>服务: </dt>
                        <a href="#" class="view-cart"><img src="assets/img/cart-icon.png"/>(9)<br />查看</a>
                        <a href="#" class="go-top"><span>返回顶部</span></a>
                </div> --><!-- Cart End --></div>
<div class="HackBox"></div><!--itemId 73446355 --><!--switchbar begin-->
<script type="text/javascript">
                             YAHOO.util.Event.onDOMReady(function() {
                                    var Dom = YAHOO.util.Dom;
                                    var Event = YAHOO.util.Event;
                          var sidebar = Dom.get('MenuCol');
                          var switchbar = Dom.get('switchbar');
                          var maincontent = Dom.get('XshopMain');
                          var sellerInfo= Dom.get('seller-info');
            
                                    var fullWidth = '947';
                                    var partWidth = '747';
                                 
                                // to fix position bug by Kongwei @ 090116 part 1
                                var isIE6 = (6 === YAHOO.env.ua.ie);
                                if (true === isIE6) {
                                         var saleProps = Dom.getElementsByClassName('J_ulSaleProp'),
                                              propItem = [];
                                      if (0 < saleProps.length) {
                                              for (var i = saleProps.length - 1; 0 <= i; i --) {
                                                      propItem = saleProps.getElementsByTagName('li');
                                              }
                                      }
                                }

            
                                    //左边栏隐藏
                                    if (sidebar.style.display == 'none') {
                                            Dom.addClass(switchbar,'switch-close');
                                            Dom.removeClass(switchbar,'switch-open');
                                            maincontent.style.width = fullWidth + 'px';
                                            sellerInfo.style.display = 'block';
                                    } else {//左边栏展开
                                            maincontent.style.width = partWidth + 'px';
                                    }
                                   
                                    var adjustSwitch = function() {
                                            var mainRegion = Dom.getRegion(maincontent), mainHeight = mainRegion.bottom - mainRegion.top;
                                            if (sidebar.style.display == 'none') {
                                                    switchbar.style.height = mainHeight + 'px';
                                            } else {
                                                    var menuRegion = Dom.getRegion(sidebar), menuHeight = menuRegion.bottom - menuRegion.top;
                                                    switchbar.style.height = Math.max(mainHeight,menuHeight) + 'px';
                                                    if (mainHeight> menuHeight)
                                                            sidebar.style.height = mainHeight;
                                            }
                                     }
                                    adjustSwitch();
                         
                          var switchActive = function(ev){
                                  Event.stopEvent(ev);
                                 
                                  // to fix positionbug by Kongwei @ 090116 part 2
                                      if (true === isIE6) {
                                              for (var i = propItem.length - 1; 0 <= i; i --) {
                                                      var curItemList = propItem;
                                                      if (0 < curItemList.length) {
                                                              for (var j = curItemList.length - 1; 0 <= j; j --) {
                                                              }
                                                      }
                                              }
                                        }
                                  
                                            //展开左边栏
                                  if (sidebar.style.display == 'none'){
                                          sidebar.style.display = 'block';
                                          Dom.addClass(switchbar,'switch-open');
                                          Dom.removeClass(switchbar,'switch-close');
                                          maincontent.style.width = partWidth + 'px';
                                          sellerInfo.style.display = 'none';
                                  }else{
                                            //隐藏左边栏
                                                    maincontent.style.width = fullWidth + 'px';
                                          sidebar.style.display = 'none';
                                          Dom.addClass(switchbar,'switch-close');
                                          Dom.removeClass(switchbar,'switch-open');
                                          sellerInfo.style.display = 'block';
                                  }
                                 
                                  // to fix positionbug by Kongwei @ 090116 part 3
                                      if (true === isIE6) {
                                              for (var i = propItem.length - 1; 0 <= i; i --) {
                                                      var curItemList = propItem;
                                                      if (0 < curItemList.length) {
                                                              for (var j = curItemList.length - 1; 0 <= j; j --) {
                                                              }
                                                      }
                                              }
                                        }
                                 
                                            adjustSwitch();             
                          }
                          Event.on(switchbar,'click',switchActive);
                  });
            
                   </script>
<!--switchbar end-->
<div id="detail:infoTab">
<ul class="TabBarLevel1" id="InfoSelector">
<div class="detail:section CurInfo" id="DetailInfo">
<h2 class="Title">宝贝详情</h2><!--itemAttribute.vm--><!--itemAttributeExtra.vm--><!--itemCatTips.vm-->
<div id="DetailInfoContent">
<table style="TABLE-LAYOUT: fixed" summary="宝贝描述" border="0">
<tbody>
<tr>
<td id="ItemDesc" style="WORD-BREAK: break-all; LINE-HEIGHT: 1.5">
<p><font color="#0000cc" size="3">产品介绍:</font></p>
<p><font color="#0000cc" size="3">&nbsp;日本米箱&nbsp;</font></p>
<p><font color="#0000cc" size="3">&nbsp; 1,最新产品,带液晶显示屏幕,按一下按钮就可以自由设定出米量的多少,最少可以从50克米开始设订,按照每50克往上增加,当出米量达到你的要求时,松开按钮,即可以.完成出米的设定,非常的简单.使用方便.</font></p>
<p><font color="#0000cc" size="3">2,内配电池,不需要再去接电源.省电.2节电池可以使用2年的时间,2年后,只要发3块钱再买2节电池安装上去就可以继续使用.</font></p>
<p><font color="#0000cc" size="3">3,设计科学&nbsp;&nbsp; 更加注重环保,绿色的设计原则.所用的材料都是最环保的材料.彩钢材料</font></p>
<p><font color="#0000cc" size="3">4,轨道使用进口轨道,更加顺滑.稳定.抽拉如流水般自然.</font></p>
<p><font color="#0000cc" size="3">外观设计更加漂亮,材料全部采用最优质的材料制作.</font></p>
<p><font color="#0000cc" size="3">5,表面采用抗尘处理,美观大方.</font></p>
<p><font color="#800080" size="5"><strong>6,目前产品的规格 : 适合200MM以上的柜体安装使用.米箱的宽是15CM&nbsp; ,高是57CM,深是47CM</strong></font></p>
<p><font color="#800080" size="4"><strong>因为在这家买了满多东西&nbsp;&nbsp; 所以米箱的成交价格是172&nbsp;&nbsp;&nbsp; 如果谁要的话 150拿走好了 .&nbsp;&nbsp; 我家的柜子是400CM&nbsp; 这个箱子放里面感觉好空哦&nbsp;&nbsp;&nbsp; 要小一点的厨房设计的柜子肯定是够了.这就是网购麻烦的地方啊,但是价格是比市场上便宜很多呢&nbsp; 而且样子也很漂亮</strong></font></p>
<p><strong><font color="#800080" size="4">这个款式淘宝上也满多家在卖........</font></strong></p></td></tr></tbody></table></div></div></div><strong><font color="#800080">我的联系方式&nbsp; QQ 26150615</font></strong>
[此贴子已经被作者于2009-1-31 22:12:21编辑过]

17英里 发表于 2009-2-11 21:53:44

<p>去实地看过了,本来想直接扛回去的,结果发现东东是好,尺寸不对。</p>
<p>其它TX请继续。</p>

rmyyzf 发表于 2009-2-17 20:53:55

<p>楼主不错呀!!买的很便宜呀!!!</p>
<p>其他你还买了那些哦!!</p>
<p>想买他的阻尼抽!!</p>

网帆 发表于 2009-1-31 21:02:54

<p>阿不忘留联系方式了。</p>
<p>&nbsp;</p>
<p>方便的话能传个实际照片上来就更好了。</p>
[此贴子已经被作者于2009-1-31 21:08:13编辑过]

阿不 发表于 2009-1-31 21:07:48

<div class="msgheader">QUOTE:</div><div class="msgborder"><b>以下是引用<i>网帆</i>在2009-1-31 21:02:54的发言:</b><br/>
<p>阿不忘留联系方式了。</p>
<p>&nbsp;</p>
<p>还有那个米箱的尺寸是多少,</p>
<p>方便的话能传个照片上来就更好了。</p></div>
<p><strong><font color="#800080" size="4">啊 ?看不到照片吗?我有图片放在上面啊 ,而且我能看到图片啊</font></strong></p>
[此贴子已经被作者于2009-1-31 21:08:48编辑过]

网帆 发表于 2009-1-31 21:09:55

<p>那照片不是太清楚。</p>

阿不 发表于 2009-1-31 21:10:47

<p><strong><font color="#800080" size="4">那我再发一张好了,明天去拍个现场的图片.主要是我另外买一个的话 这样也太浪费了哇.</font></strong></p>
<p><strong><font color="#800080" size="4">好歹也一百多块钱勒.</font></strong></p><br/>

17英里 发表于 2009-1-31 21:43:59

<p>哈哈,我正想买一个,量量尺寸去。合适的话打电话给你。</p>

阿不 发表于 2009-1-31 22:10:54

<div class="msgheader">QUOTE:</div><div class="msgborder"><b>以下是引用<i>十七英里</i>在2009-1-31 21:43:59的发言:</b><br/>
<p>哈哈,我正想买一个,量量尺寸去。合适的话打电话给你。<img title="dvubb" alt="图片点击可在新窗口打开查看" src="http://bbs.0513zs.com/images/emot/em218.gif" align="middle" border="0"/></p></div>
<p><strong><font color="#800080" size="4">尺寸得问下设计师啊.如果合适&nbsp; 来看一下&nbsp;&nbsp; 好的话再拿</font></strong></p>

hurricane 发表于 2009-2-6 13:49:34

<p>如果成交了,建议楼主发个贴说一下啊</p>

三创智能 发表于 2009-2-20 22:12:09

这个不便宜啊
好像网上有这个一样的,价格只有200块不到

阿不 发表于 2009-3-8 12:35:12

这个不便宜啊
好像网上有这个一样的,价格只有200块不到
家庭背景音乐 发表于 2009-2-20 22:12 http://bbs.0513zs.com/images/common/back.gif
最近房子装修的事情丢一边了 ,厂里比较忙,那个米箱我是172买的啊   238是原来的价格 我买已经便宜了啊    你怎么不把帖子看完的啊

普田厨房电器 发表于 2009-3-9 05:08:20

啊比人很厚道的说,就是…………不说了,哈哈。
你家的米箱会有人要的。

阿不 发表于 2009-3-14 14:56:37

啊比人很厚道的说,就是…………不说了,哈哈。
你家的米箱会有人要的。
普田厨房电器 发表于 2009-3-9 05:08 http://bbs.0513zs.com/images/common/back.gif
什么意思啊我咋了 是说话要说全撒    不然烦死你
页: [1]
查看完整版本: 转让米箱------(原因是网购买小了一码)