/* 26292.css */ /* 邱和利2021-8-19更改 */ /* 以下是案例详情页的更改 */ .agent-pc body, html { line-height: 2; } /* 整体行距为2倍 */ .agent-pc .bodylistpost #sitecontent .npagePage { padding-top: 120px; } /* 整体距离顶端距离120px */ .agent-pc .bodylistpost .subtitle { font-size: 40px; color: #333333; } /* 英文标题大点加黑 */ .agent-pc .bodylist #banner div { height: 300px; } /* 列表页banner高度 */ /* 邱和利2021-8-23更改 */ /* 以下是首页的更改 */ .agent-pc .ff_indexPage .project .item_block span.details { padding: 10px 0; } /* 案例more的上下距离 */ .agent-pc .owl-theme .owl-nav .disabled { opacity: 1; } /* 服务模板��右切换的不透明度的改变 */ .agent-pc .news .item_block .item_info .date_wrap { margin-bottom: 60px; } /* 新闻日期和内容的间距 */ .agent-pc .ff_indexPage .news.ff_slider .owl-stage-outer { padding-bottom: 104px; } /* 新闻切换和文字的上下间距 */ /* 联系和版权的距离 */ .agent-pc #footer { text-align: center; border-top: 1px solid #565656; } /* 版权文字居中 */ .agent-pc #footer p { color: #999; } /* 版权文字颜色 */ .agent-pc #footer { background-color: #404040; } /* 底部颜色修改 */ /* 以下是案例列表页更改 */ .agent-pc .bodyproject.bodylist .mlist .item_block span.details { padding: 10px 0; } /* 箭头的上下距离 */ .agent-pc .bodylist #pages a { height: 50px; margin-bottom: 100px; } /* 页数显示的位置 */ /* 以下是服务列表页更改 */ /* 以下是视频列表页更改 */ .agent-pc .bodylist.bodyvideom .mlist .module_container { padding-top: 38px; } /* 内容距离顶端的距离 */ .agent-pc .bodylist.bodyvideom .mlist { width: 70%; } /* 视频整体宽度 */ .agent-pc .videom:not(.ff_slider) .item_block .item_img { padding-top: 44%; } /* 视频图片高度 */ .agent-pc .ff_topSlider .owl-nav [class*=owl-] { width: 52px; height: 52px; } /* banner切换圆点的大小 */ /* 后加 */ .agent-pc .ff_indexPage .team.ff_slider .item_block .item_img { width: 28%; } /* 首页团队人物图片的比例 */ /* 2021-8-24适配1680 */ @media only screen and (min-width: 1280px) and (max-width: 1920px) { .agent-pc .mcustomize.tlir .contentbody .description, .agent-pc .mcustomize.tlir .mediabody .description { width: 43%; } /* 首页关于我们文字的宽度 */ } /* 2021-8-24适配1280 */ @media only screen and (min-width: 1280px) and (max-width: 1680px) { .agent-pc .ff_indexPage .team:not(.ff_slider) .content_list .item_block, .agent-pc .npagePage .team:not(.ff_slider) .content_list .item_block { margin: 0 82px 16px 0; } /* 团队列表页内容和页数显示的距离 */ } /* 2021-8-26 这是手机端的修��� */ .agent-mobile .project .item_block .title { font-size: 5vw; line-height: 7vw; } /* 案例的标题大小和行高 */ .agent-mobile .ad01 .content_list li.wow, .agent-mobile .container_target.wow, .agent-mobile .imagelink .content_list li.wow, .agent-mobile .mcustomize .description.wow, .agent-mobile .mcustomize .header.wow, .agent-mobile .mcustomize .mediabody.wow, .agent-mobile .news .content_list li.wow, .agent-mobile .project .content_list li.wow, .agent-mobile .service .content_list li.wow, .agent-mobile .team .content_list li.wow, .agent-mobile .team_tabs li.wow { margin-bottom: 36px; } /* 每个案例之间的间距 */ .agent-mobile .project .item_block .subtitle { color: #d9d9d9; } /* 案例副标题的颜色 */ .agent-mobile .indexPage .mcustomize .description { font-size: 3.5vw; line-height: 7vw; } /* 关于我们介绍的文字和大小 */ .agent-mobile .service .item_block .title { font-size: 4.8vw; line-height: 9.6vw; } /* 服务标题的大小和行高 */ .service .item_block .item_wrapper { padding: 9vw 8vw 0vw; text-align: center; } /* 服务文字边距调整 */ .agent-mobile .videom .item_block { margin-bottom: 12vw; } /* 视频之间的间距 */ .agent-mobile .videom .item_block .description { color: #afafaf; } /* 视频简介的字体颜色 */ .agent-mobile .videom .item_block .title { font-size: 4.8vw; } /* 单个视频的主标题文字大小 */ .agent-mobile .news .item_block .title { font-size: 4.6vw; } /* 新闻标题文字的大小 */ .agent-mobile .team .item_block .title { font-size: 5vw; } /* 团队名字大小 */ .agent-mobile .team .item_block .description { font-size: 3.6vw; line-height: 6vw; } /* 团队介绍文字的大小和行高 */ .agent-mobile #category .label { height: 10vw; } /* 分类条的大小 */ /* 2022-11-7 tao 修改*/ #footer{ overflow: hidden; } #footer a{ margin-right:10px; } #footer .jingbeian a{ width:auto; vertical-align: top; } #footer .jingbeian a img{ height:20px; margin-right:6px; }