当前位置: 首页 > news >正文

页脚只显示固定的产品分类项

.rightint-footer {background: #fff;padding: 60px 0;border-top: 1px solid #f3f3f3;
}.rightint-footer .container {display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;
}.rightint-footer .container .row {width: 100%;
}.rightint-footer h5 {font-size: 24px;color: #000;font-weight: 700;line-height: 1;margin: 0 0 15px;text-transform: uppercase;
}.rightint-foot-list ul {margin: 0;overflow: hidden;
}.rightint-foot-list ul li {color: #505050;font-size: 18px;line-height: 25px;font-weight: 300;
}.rightint-foot-list ul li+li {margin-top: 8px;
}.rightint-foot-list ul li a:hover {color: var(--color-primary);text-decoration: underline;
}.rightint-foot-contact p {color: #505050;font-size: 18px;line-height: 25px;word-break: break-all;
}.rightint-foot-contact p+p {margin-top: 8px;
}.rightint-foot-contact p a:hover {color: var(--color-primary);
}.rightint-copyright {padding: 30px 0;background: #f3f3f3;
}.rightint-copyright .container {display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;
}.rightint-copyright p {color: #141414;font-size: 18px;font-weight: 300;max-width: 70%;
}.rightint-copyright .share {font-size: 0;
}.rightint-copyright .share a {display: inline-block;width: 34px;height: 34px;line-height: 34px;color: #fff;border-radius: 50%;background: var(--color-primary);text-align: center;
}.rightint-copyright .share a+a {margin-left: 10px;
}.rightint-copyright .share a i {font-size: 20px;
}.rightint-copyright .share a:hover {background: #000;
}.rightint-foot-logo img {height: 76px;
}@media screen and (max-width: 1441px) {.rightint-foot-list ul li {font-size: 17px;line-height: 24px;}.rightint-foot-contact p {font-size: 17px;line-height: 24px;}
}@media screen and (max-width: 1281px) {.rightint-foot-logo {width: 200px;}.rightint-copyright p {font-size: 17px;}
}@media screen and (max-width: 768px) {#gotop {display: none;}.rightint-footer {padding: 30px 0;}.rightint-footer .container {display: block;}.rightint-footer .container .row {margin-left: 0;margin-right: 0;}.rightint-footer h5 {font-size: 22px;text-align: center;}.rightint-foot-logo {width: 100%;text-align: center;}.rightint-foot-logo img {width: 33%;height: auto;aspect-ratio: 412 / 246;margin-top: 30px;}.rightint-foot-list {display: none;}.rightint-foot-contact {/* width: 100%; */margin: 20px 0 0;}.rightint-foot-contact p {font-size: 16px;}.rightint-copyright {padding: 20px 0;text-align: center;}.rightint-copyright .container {display: block;}.rightint-copyright p {font-size: 16px;max-width: none;}.rightint-copyright .share {margin-top: 15px;}.rightint-copyright .share a+a {margin-left: 8px;}
}@media screen and (max-width: 480px) {.rightint-foot-contact p {font-size: 15px;line-height: 22px;}.rightint-copyright p {font-size: 15px;}.rightint-copyright p span {display: block;}
}@media (min-width: 768px) {.col-md-6 {-ms-flex: 0 0 50%;-webkit-box-flex: 0;/* flex: 0 0 50%; */max-width: 50%;padding-bottom: 30px;}
}
{% assign companyInfo = common.companyInfo %}
{% assign companyIntro = data.companyInfo %}
{% assign medias = data.medias %}<linkrel="stylesheet"type="text/css"href="{{ common.path.templatePath }}sections/rightint_foot/index.css"
><footer><div class="rightint-footer"><div class="container"><div class="row"><div class="rightint-foot-logo col-lg-3 col-md-6 col-12"><img src="{{ companyInfo.sitepclogo }}" alt="{{ companyInfo.company }}"></div><div class="rightint-foot-list col-lg-3 col-md-6 col-12"><h5>Quick Links</h5><ul><!-- <li><a href="{{ companyInfo.homelink }}">Home</a></li> -->{% for navItem in common.footNavList.list %}<li><a href="{{ navItem.s_filename }}">{{ navItem.s_name }}</a></li>{% endfor %}</ul></div><div class="rightint-foot-list col-lg-3 col-md-6 col-12"><h5>Product</h5><ul>{% for navItem in common.footNavList.list %}{% if navItem.s_type == 'product' %}{% for subNavItem in navItem.children %}{% comment %} 使用 contains 匹配 URL 里的关键路径 或者使用 == 匹配完整的 s_filename{% endcomment %}{% if subNavItem.s_filename contains 'plastic-pallet-mould' %}{{ subNavItem.s_id }}<li><a href="{{ subNavItem.s_filename }}">{{ subNavItem.s_name }}</a></li>{% endif %}{% endfor %}{% endif %}{% endfor %}</ul></div><div class="rightint-foot-contact col-lg-3 col-md-6 col-12"><h5>Contact Us</h5><p>Add: {{ companyIntro.companyaddress }}</p><p>Tel:<a href="tel:{{ companyIntro.companytel }}">{{ companyIntro.companytel }}</a></p><p>E-mail:<a href="mailto:{{ companyIntro.companyemail }}">{{ companyIntro.companyemail }}</a></p></div></div></div></div><div class="rightint-copyright"><div class="container"><p>{% if companyInfo.copyright %}{{ companyInfo.copyright }}&nbsp;-&nbsp;{% endif %}<ahref="/privacy"target="_blank"rel="nofollow"aria-label="Privacy policy">Privacy policy</a></p><div class="share">{% for ad in medias %}<a href="{{ ad.link }}" aria-label="{{ ad.title }}"><i class="iconfont iconfont-{{ ad.title }}"></i></a>{% endfor %}</div></div></div>
</footer>{% schema %}
{"name": "页脚","category": "footer","settings": [{"type": "Res","id": "companyInfo","label": "公司信息","fields": [{"type": "Input","id": "companytel","label": "电话"},{"type": "Input","id": "companyemail","label": "邮箱","validator": "email"},{"type": "Input","id": "companyaddress","label": "联系地址"}]},{"type": "MediaListSetter","id": "medias","label": "社媒","maximum": 6}],"data": {"medias": {"type": "res_array","res_type": "ad","default": [{"title": "facebook"},{"title": "youtube"}]},"companyInfo": {"type": "res_obj","res_type": "company_intro","default": {}}}
}
{% endschema %}

 

http://www.jsqmd.com/news/822105/

相关文章:

  • 外贸独立站如何运营?
  • 告别单调!用LVGL v8.3的Slider控件,5分钟打造一个带渐变和按压反馈的音量调节条
  • 三步实现百度文库文档纯净打印:告别付费弹窗,轻松获取完整内容
  • 2026镇江市黄金回收白银回收铂金回收店铺实力排行榜TOP5; K金+金条+银条+首饰回收靠谱门店及联系方式推荐_转自TXT - 盛世金银回收
  • 移动,电信,联通All in Token:174亿元Token工厂到底在卖什么:不是AI,是按量把你拉进“现金流闭环
  • 半导体制造中的数据与设备接口技术解析
  • 2026年呼和浩特旅游公司哪家好 实力强口碑好 无购物高品质且覆盖全域线路 - 深度智识库
  • 平台概览一览无余,智能会议管理系统EasyDSS帮你把视频资产“看得见、管得住”
  • ES|QL 近似查询:百倍加速背后的优化原理与实践指南
  • 2026上饶市黄金回收白银回收铂金回收店铺实力排行榜TOP5; K金+金条+银条+首饰回收靠谱门店及联系方式推荐_转自TXT - 盛世金银回收
  • 别再傻傻开两个IDEA窗口了!用Changelist同时开发多个功能,效率翻倍
  • 普冉单片机PY32F002AF15P6TU + 0.96寸TFT ST7735s 80*160显示屏,使用软件SPI显示字符串“Hello World!”
  • 2026郑州市黄金回收白银回收铂金回收店铺实力排行榜TOP5; K金+金条+银条+首饰回收靠谱门店及联系方式推荐_转自TXT - 盛世金银回收
  • 3步配置Chrome for Testing:解决Web自动化测试的版本兼容难题
  • 2026庆阳市黄金回收白银回收铂金回收店铺实力排行榜TOP5; K金+金条+银条+首饰回收靠谱门店及联系方式推荐_转自TXT - 盛世金银回收
  • Python函数零配置转Web API:FuncToWeb原理、实战与避坑指南
  • 苏州蔷薇吊装搬运:苏州搬家搬厂哪家技术强 - LYL仔仔
  • 2026韶关市黄金回收白银回收铂金回收店铺实力排行榜TOP5; K金+金条+银条+首饰回收靠谱门店及联系方式推荐_转自TXT - 盛世金银回收
  • 2026 土工布厂家哪家口碑好:恒全土工布口碑出众 - 13724980961
  • 3分钟从图片到3D模型:Wonder3D如何让AI建模变得如此简单?
  • 3步掌握Awesome Public Datasets:从海量公开数据中挖掘商业洞察的实战指南
  • 2026韶山市黄金回收白银回收铂金回收店铺实力排行榜TOP5; K金+金条+银条+首饰回收靠谱门店及联系方式推荐_转自TXT - 盛世金银回收
  • Redis 6.0.6 在 Windows 下的另类‘安装’:不装服务,只做开发测试环境
  • 在金华婺城区卖金踩了两次坑,最后在润富黄金回收把钱拿回来了 - 润富黄金珠宝行
  • 2025现代Web技术栈:Vite、React、TypeScript与全栈类型安全实践
  • 值得收藏!银泰百货卡回收心得及避免陷阱的关键技巧 - 团团收购物卡回收
  • 400mA,最低输出电压0.8V,可调,高速LDO晨芯阳HC9624系列
  • 2026邛崃市黄金回收白银回收铂金回收店铺实力排行榜TOP5; K金+金条+银条+首饰回收靠谱门店及联系方式推荐_转自TXT - 盛世金银回收
  • 六足机器人深度解析:基于Linkit 7697的18自由度运动控制系统实战指南
  • 2026邵阳市黄金回收白银回收铂金回收店铺实力排行榜TOP5; K金+金条+银条+首饰回收靠谱门店及联系方式推荐_转自TXT - 盛世金银回收