line-through; } .coupon-tag { background: #fff0f0; color: #d81e06; padding: 6px 12px; border-radius: 20px; font-size: 16px; font-weight: bold; border: 1px dashed #d81e06; } .time-tip { display: flex; align-items: center; color: #666; font-size: 14px; margin-top: 10px; } .time-tip i { margin-right: 5px; } /* 优惠券侧边栏样式 */ .coupon-sidebar { position: fixed; top: 50%; right: 20px; transform: translateY(-50%); width: 222px; background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); padding: 20px; z-index: 999; transition: all 0.3s ease; } .coupon-sidebar h3 { font-size: 18px; color: #d81e06; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; text-align: center; } .process-steps { list-style: none; padding: 0; margin: 0; } .process-steps li { display: flex; align-items: flex-start; margin-bottom: 15px; position: relative; } .step-number { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: #d81e06; color: #fff; border-radius: 50%; font-size: 14px; margin-right: 12px; flex-shrink: 0; } .step-content { flex: 1; font-size: 14px; line-height: 1.5; color: #333; } .step-content strong { color: #d81e06; } .coupon-tips { background: #f8f8f8; padding: 12px; border-radius: 8px; margin-top: 15px; font-size: 13px; color: #666; line-height: 1.5; } .coupon-tips strong { color: #d81e06; } /* 布局样式 */ .detail-content-wrapper { display: flex; gap: 20px; align-items: flex-start; margin-top: 20px; } .detail-main-content { flex: 1; min-width: 0; } .detail-sidebar { width: 500px; flex-shrink: 0; } .related-products { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .related-products h3 { font-size: 18px; color: #d81e06; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; } .product-list { display: flex; flex-direction: column; gap: 15px; } .product-item { display: flex; gap: 12px; padding: 12px; background: #f8f8f8; border-radius: 8px; transition: all 0.3s ease; position: relative; } .product-item:hover { background: #f0f0f0; transform: translateY(-2px); } .product-item .product-image { flex-shrink: 0; border-radius: 6px; overflow: hidden; position: relative; } .product-item .product-image img { width: 100%; height: 100%; object-fit: cover; } .product-item .product-info { flex: 1; min-width: 0; } .product-item h4 { font-size: 18px; line-height: 1.4; margin-bottom: 8px; color: #333; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .product-item .price { display: flex; flex-direction: column; gap: 4px; } .product-item .label { font-size: 12px; color: #999; } .product-item .valuer { font-size: 16px; color: #d81e06; font-weight: bold; } /* 相关产品优惠券标签 */ .product-item .coupon-badge-small { position: absolute; top: 10px; right: 10px; background: linear-gradient(135deg, #ff4d4f, #d81e06); color: white; font-size: 14px; font-weight: bold; padding: 4px 8px; border-radius: 4px; box-shadow: 0 2px 6px rgba(216, 30, 6, 0.3); } .coupon-badge-small:after { content: "元券"; font-size: 10px; margin-left: 2px; } /* 响应式调整 */ @media (max-width: 1200px) { .coupon-sidebar { position: relative; top: auto; right: auto; transform: none; width: 100%; margin: 20px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .detail-content-wrapper { flex-direction: column; } .detail-sidebar { width: 100%; } } @media (max-width: 768px) { .product-item { flex-direction: column; text-align: center; } .product-item .product-image { width: 100%; height: 120px; } .coupon-badge { font-size: 16px; padding: 6px 10px; } } /* 主布局样式 */ .classic-layout { gap: 30px; margin-bottom: 30px; position: relative; } .tea-gallery { flex: 1; position: relative; width: 95%; } .tea-gallery img { width: 100%; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .tea-info { flex: 1; } .product-titlexq { font-size: 24px; color: #333; margin-bottom: 10px; line-height: 1.4; } .platform-markxq { display: inline-block; background: #f0f0f0; color: #666; padding:4px 22px 4px 10px; border-radius: 4px; font-size: 18px; margin-bottom: 20px; } .action-box { display: flex; gap: 15px; margin: 20px 0; } .btn-getcoupon { flex: 1; background: linear-gradient(135deg, #ff4d4f, #d81e06); color: white; border: none; padding: 12px 20px; border-radius: 8px; font-size: 16px; font-weight: bold; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 8px; } .btn-getcoupon:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(216, 30, 6, 0.3); } .tkl-btn { background: linear-gradient(135deg, #4096ff, #0958d9); } .tkl-btn:hover { box-shadow: 0 4px 12px rgba(9, 88, 217, 0.3); } .pricedec { background: #f8f8f8; padding: 15px; border-radius: 8px; margin-top: 20px; line-height: 1.6; color: #666; } .detail-title { font-size: 20px; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; } .detail-section { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .article-nav { display: flex; justify-content: space-between; margin-top: 30px; } .nav-link { display: flex; align-items: center; gap: 8px; color: #666; text-decoration: none; transition: color 0.3s; max-width: 45%; } .nav-link:hover { color: #d81e06; }

领券购物流程

温馨提示:优惠券数量有限,领完即止。如有问题请联系客服。

历史彼岸的绚烂·唐朝

天猫
立减¥20
¥9.8 市场价:¥
2024-03-13至2024-03-18
历史彼岸的绚烂·唐朝
每次活动都抢爆!!现在买就是最划算的!!别等了!想要现在就买!历史彼岸的绚烂 唐朝券后价:9.80元商品介绍书名:历史彼岸的绚烂·唐朝作者:一介著:一介译定价:35.0ISBN:9787502645793读者对象:社会大众、中学大学在校生及历史文化爱好者出版社:中国标准出版社开本:32开出版类型:初版货号:A-4579图书简介英国学

复购推荐商品详情

每次活动都抢爆!!

现在买就是最划算的!!别等了!想要现在就买!

历史彼岸的绚烂 唐朝

券后价:9.80元

商品介绍

  • 书名:历史彼岸的绚烂·唐朝

  • 作者:一介

  • 著:一介

  • 定价:35.0

  • ISBN:9787502645793

  • 读者对象:社会大众、中学大学在校生及历史文化爱好者

  • 出版社:中国标准出版社

  • 开本:32开

  • 出版类型:初版

  • 货号:A-4579

图书简介

英国学者威尔斯在他的《世界简史》中说:"当西方人的心灵为神学所缠迷处于蒙昧、黑暗之中,中国人的思想却是开放的,兼收并蓄而好探求。"这就足以说明唐代文化的繁荣、思想的开明,已然走在世界的前沿。在这样一个时代,人们的生活观念、方式和状态究竟是什么样的?那时的社会风尚到底有怎样的流行趋势?人们的幸福感究竟体现在哪些不为人知的细微之处?这便是《唐朝·那时的风尚》的策划由来。 在《唐朝·那时的风尚》里,读者将会从唐朝社会生活的10个方面来感受那时风尚的魅力所在: 1、饮食风俗;2、穿着风俗;3、建筑风俗;4、行旅风俗;5、养老保健风俗;6、婚姻风俗;7、信仰风俗;8、节日风俗;9、音乐歌舞戏曲风俗;10、百戏与游艺风俗。 豪华、繁盛的唐朝,就此呈现。 1、节日活动;2、服饰文化;3、品位生活;4、婚丧嫁娶;5、艺术人生;6、建筑文化;7、医疗保健;8、饮食文化;9、商贸文化;10、社交文化。 独特魏晋,斑斓呈现。

【淘口令】¥ MF3543 TrhcWNAIJuQ¥

历史彼岸的绚烂·唐朝

【券面额】20元

【到手价】9.80元

【下单链接】https://s.click.taobao.com/NYtgVvt


上一篇:海马速记2024新版初中思维导图生物地理道德与法治历史初中生初一二三七八九年级全国通用中学生基础知识常识归纳总复习人教版 下一篇:2024版五年中考三年模拟语文中考版全国版初中数学英语物理化学政治历史地理生物53年七八九年级上下册训练习真题曲一线中考辅导册