store-ui
Version:
store-ui
201 lines (189 loc) • 8.67 kB
JavaScript
/**
* @desc
*
* @使用场景
*
* @author 杨晓东[of1081]
* @company qianmi.com
* @Date 15/7/29
**/
;
var React = require('react');
var Immutable = require('immutable');
var PureRenderMixin = require('react/addons').addons.PureRenderMixin;
var util = require('uikit/common/util');
var Bottom = React.createClass({
mixins: [PureRenderMixin],
/**
* 初始化属性
*/
getDefaultProps(){
return {}
},
/**
* 初始化状态
*/
getInitialState (){
return {};
},
/**
* 绑定自定义事件
*/
componentDidMount() {
},
/**
* remove自定义事件
*/
componentWillUnmount() {
},
/**
* virtualdom
* @returns {XML}
*/
render() {
return ( <div className="wp">
<div className="service mt20 clearfix" style={{paddingLeft: 125}}>
<dl className="svc_box svc_01 fl" style={{backgroundImage: 'url(http://img01.ningpai.com/1420529386315.jpg)', width: 170}}>
<dt>购物指南</dt>
<dd>
<div>
<a href="/help/54">交易条款</a>
</div>
<div>
<a href="/help/55">积分说明</a>
</div>
<div>
<a href="/help/71">查询账户余额</a>
</div>
<div>
<a href="/help/57">什么是优惠券</a>
</div>
</dd>
</dl>
<dl className="svc_box svc_01 fl" style={{backgroundImage: 'url(http://img01.ningpai.com/1420529395146.jpg)', width: 170}}>
<dt>支付方式</dt>
<dd>
<div>
<a href="/help/1">货到付款</a>
</div>
</dd>
</dl>
<dl className="svc_box svc_01 fl" style={{backgroundImage: 'url(http://img01.ningpai.com/1420529403162.jpg)', width: 170}}>
<dt>售后服务</dt>
<dd>
<div>
<a href="/help/69">查询配送服务</a>
</div>
<div>
<a href="/help/3">退款说明</a>
</div>
<div>
<a href="/help/66">催办订单</a>
</div>
<div>
<a href="/help/65">售后服务总则</a>
</div>
</dd>
</dl>
<dl className="svc_box svc_01 fl" style={{backgroundImage: 'url(http://img01.ningpai.com/1420529438986.jpg)', width: 170}}>
<dt>关于我们</dt>
<dd>
<div>
<a href="/help/4">公司简介</a>
</div>
</dd>
</dl>
<dl className="svc_box svc_01 fl" style={{backgroundImage: 'url(http://img01.ningpai.com/1420529447872.jpg)', width: 170}}>
<dt>联系我们</dt>
<dd>
<div>
<a href="/help/58">联系方式</a>
</div>
</dd>
</dl>
</div>
{/*/service*/}
<div className="footer mt20">
<ul className="ft_links tc">
</ul>
{/*/ft_links*/}
<div style={{margin: '15px 0px'}} id="bq">
<a style={{color: '#666666', fontFamily: 'tahoma, arial, 宋体', lineHeight: 'normal', textAlign: 'center', backgroundColor: '#FFFFFF'}} />
<span style={{color: '#666666', fontFamily: 'tahoma, arial, 宋体', lineHeight: 'normal', textAlign: 'center', backgroundColor: '#FFFFFF'}}> </span>
<ul className="ft_links tc" style={{color: '#666666', fontFamily: 'tahoma, arial, 宋体', lineHeight: 'normal', textAlign: 'center', margin: 0, padding: 0, listStyle: 'none', backgroundColor: '#FFFFFF'}}>
<a />
<li style={{margin: '0px 5px', padding: 0, display: 'inline-block', zoom: 1}}>
<a href="http://www.baidu.com" />
<a href="http://www.qianmi.com" target="_blank">关于我们</a>
</li>
|
<li style={{margin: '0px 5px', padding: 0, display: 'inline-block', zoom: 1}}>
<a href="http://www.qianmi.com" target="_blank">联系我们</a>
</li>
|
<li style={{margin: '0px 5px', padding: 0, display: 'inline-block', zoom: 1}}>
<a href="http://www.qianmi.com" target="_blank">人才招聘</a>
</li>
|
<li style={{margin: '0px 5px', padding: 0, display: 'inline-block', zoom: 1}}>
<a href="http://www.baidu.com" target="_blank">商家入驻</a>
</li>
|
<li style={{margin: '0px 5px', padding: 0, display: 'inline-block', zoom: 1}}>
<a href="http://www.qianmi.com" target="_blank">广告服务</a>
</li>
|
<li style={{margin: '0px 5px', padding: 0, display: 'inline-block', zoom: 1}}>
<a href="http://www.qianmi.com" target="_blank">手机千米</a>
</li>
|
<li style={{margin: '0px 5px', padding: 0, display: 'inline-block', zoom: 1}}>
<a href="http://kstore.qianmi.com/toFriendLink.html" target="_blank">友情链接</a>
</li>
|
<li style={{margin: '0px 5px', padding: 0, display: 'inline-block', zoom: 1}}>
<a href="http://www.qianmi.com" target="_blank">销售联盟</a>
</li>
|
<li style={{margin: '0px 5px', padding: 0, display: 'inline-block', zoom: 1}}>
<a href="http://www.qianmi.com" target="_blank">English Site</a>
</li>
</ul>
<div className="copyright tc mt15" style={{color: '#666666', fontFamily: 'tahoma, arial, 宋体', lineHeight: 'normal', textAlign: 'center', margin: '15px 0px 0px', padding: 0, backgroundColor: '#FFFFFF'}}>
<p className="mb20" style={{marginTop: 0, marginBottom: 20, padding: 0}}>
南京市公安局朝阳分局备案编号110105014669 | 京ICP证070359号 | 互联网药品信息服务资格证编号(京)-非经营性-2011-0034
</p>
<p className="mb20" style={{marginTop: 0, marginBottom: 20, padding: 0}}>
Copyright © 2004-2014 江苏千米网络科技有限公司 版权所有
</p>
<p>
<br />
</p>
</div>
<div className="auth_wp tc" style={{color: '#666666', fontFamily: 'tahoma, arial, 宋体', lineHeight: 'normal', textAlign: 'center', margin: 0, padding: 0, backgroundColor: '#FFFFFF'}}>
<a href="http://www.baidu.com" target="_blank" rel="nofollow" style={{margin: '0px 5px', padding: 0, color: '#666666', textDecoration: 'none', fontFamily: 'Arial, Verdana, 宋体'}}>
<img alt="经营性网站备案中心" src="http://img10.360buyimg.com/da/20110329/108_40_zZOKnl.gif" className="err-product" style={{margin: 0, padding: 0, verticalAlign: 'middle', background: 'url(http://misc.360buyimg.com/lib/skin/e/i/error-jd.gif) 50% 50% no-repeat'}} height={40} width={108} />
</a>
<a href="https://ss.cnnic.cn/verifyseal.dll?sn=2008070300100000031&ct=df&pa=294005" tabindex={-1} id="urlknet" target="_blank" rel="nofollow" style={{margin: '0px 5px', padding: 0, color: '#666666', textDecoration: 'none', fontFamily: 'Arial, Verdana, 宋体'}}>
<img alt="可信网站" name="CNNIC_seal" src="http://img11.360buyimg.com/da/g8/M03/0C/0E/rBEHaFCFC5QIAAAAAAASVQX9RAYAACb2wHUV1kAABJt760.gif" className="err-product" style={{margin: 0, padding: 0, verticalAlign: 'middle', background: 'url(http://misc.360buyimg.com/lib/skin/e/i/error-jd.gif) 50% 50% no-repeat'}} border="true" height={40} width={108} />
</a>
<a href="http://www.bj.cyberpolice.cn/index.do" target="_blank" rel="nofollow" style={{margin: '0px 5px', padding: 0, color: '#666666', textDecoration: 'none', fontFamily: 'Arial, Verdana, 宋体'}}>
<img alt="朝阳网络警察" src="http://img12.360buyimg.com/da/g5/M02/0D/17/rBEIDE_nzcIIAAAAAAB30mYXo5QAACrhACj22IAAHfq378.png" className="err-product" style={{margin: 0, padding: 0, verticalAlign: 'middle', background: 'url(http://misc.360buyimg.com/lib/skin/e/i/error-jd.gif) 50% 50% no-repeat'}} height={40} width={108} />
</a>
<a href="https://search.szfw.org/cert/l/CX20120111001803001836" target="_blank" rel="nofollow" style={{margin: '0px 5px', padding: 0, color: '#666666', textDecoration: 'none', fontFamily: 'Arial, Verdana, 宋体'}}>
<img src="http://img13.360buyimg.com/da/20120221/112_40_WvArIl.png" className="err-product" style={{margin: 0, padding: 0, verticalAlign: 'middle', background: 'url(http://misc.360buyimg.com/lib/skin/e/i/error-jd.gif) 50% 50% no-repeat'}} height={40} width={112} />
</a>
</div>
<ul style={{textAlign: 'center', marginTop: 20}}>
{/*站长统计*/}
<li>
</li>
</ul>
</div>
</div>
{/*/footer*/}
</div>
);
}
});
module.exports=Bottom;