$(document).ready(function(){ $(".touch-toggle a").click(function(event){ var className = $(this).attr("data-drawer"); if( $("."+className).css('display') == 'none' ){ $("."+className).slideDown().siblings(".drawer-section").slideUp(); }else{ $(".drawer-section").slideUp(); } event.stopPropagation(); }); /*$(document).click(function(){ $(".drawer-section").slideUp(); })*/ $('.touch-menu a').click(function(){ if( $(this).next().is('ul') ){ if( $(this).next('ul').css('display') == 'none' ){ $(this).next('ul').slideDown(); $(this).find('i').attr("class","touch-arrow-up"); }else{ $(this).next('ul').slideUp(); $(this).next('ul').find('ul').slideUp(); $(this).find('i').attr("class","touch-arrow-down"); } } }); });

产品中心

刘慈欣新版《三体》系列科幻小说今日开售双 12 套装价 1248 元

  广告声明:文内含有的对外跳转链接(蕴涵不限于超链接、二维码、口令等局面),用于传达更众消息,俭朴甄选时候○□刘慈欣新版《三体》系列科幻小说今日,结果仅供参考,

  IT之家清楚到,《三体》是中邦作家刘慈欣创作的一部长篇科幻小说系列,原名《地球旧事三部曲》○。该系列蕴涵《三体》、《三体 II:阴晦丛林》和《三体 III:死神长生》三部第三系列小说。

  IT之家12 月 8 日音尘○,《科幻天下》杂志今日正式发售了新版《三体》系列科幻小说□□,目前该书已正在电商平台上架,

  《三体》获取了 2006 年度中邦科幻银河奖(第十九届)希奇奖。《三体》的英文版由刘宇昆执笔翻译,该英文版获取了美邦科幻奇幻作家协会 2014 年度“星云奖”提名,并荣获 2015 年“雨果奖”最佳长篇小说奖。《三体 III:死神长生》获取 2013 年度第 9 届世界精良儿童文学奖科幻文学奖,2017 年轨迹奖最佳长篇科幻小说奖。

  2006 年 5 月至 12 月□,刘慈欣正在《科幻天下》杂志上连载了长篇科幻小说《三体》,并于 2008 年由重庆出书社出书单行本。2008 年 5 月,出书了该系列的第二部《阴晦丛林》,2010 年 11 月开售双 12 套装价 1248 元,出书了第三部《死神长生》。

上一篇:暂无 下一篇:接棒《长安三万里》《白蛇:浮生》来了

Copyright © 2012-2023 鸿运国际网站 版权所有   粤ICP备xxxxxxxx号

if (!window.jQuery) { document.write(unescape("%3Cscript src='/public/static/common/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript type='text/javascript'%3E try{jQuery.noConflict();}catch(e){} %3C/script%3E")); } if (window.jQuery) { (function($){ default_switch(); //简体繁体互换 function default_switch() { var home_lang = getCookie('home_lang'); if (home_lang == '') { home_lang = 'cn'; } if ($.inArray(home_lang, ['zh','cn'])) { var obj = $('#jquerys2t_1573822909'); var isSimplified = getCookie('jquerys2t_1573822909'); if ('cn' == isSimplified) { $('body').t2s(); $(obj).text('繁體'); } else if ('zh' == isSimplified) { $('body').s2t(); $(obj).text('简体'); } } } //简体繁体互换 $('#jquerys2t_1573822909').click(function(){ var obj = this; var isSimplified = getCookie('jquerys2t_1573822909'); if ('' == isSimplified || 'cn' == isSimplified) { $('body').s2t(); // 简体转繁体 setCookie('jquerys2t_1573822909', 'zh'); $(obj).text('简体'); } else { $('body').t2s(); // 繁体转简体 setCookie('jquerys2t_1573822909', 'cn'); $(obj).text('繁體'); } }); })(jQuery); }