临沂-有喜同城分类广告信息网

临沂-有喜同城分类广告信息网是一个提供本地生活服务信息的网站,包括招聘求职、房产租售、二手市场、教育培训等各类分类广告。用户可以在这里发布和查看各种生活服务信息,方便快捷地解决生活中的各种需求。

网站样式

该网站使用了Swiper滑块插件进行图片展示,同时对分页器进行了自定义样式设计。具体样式如下:

  • 焦点图片的分页器:宽度为30px,高度为4px,圆角设置为unset,选中项背景色为#999。
  • 普通图片的分页器:宽度为30px,高度为4px,圆角设置为unset,透明度为1,背景色为#999。
  • 导航分页器的选中项:宽度为8px,高度为8px。
  • 导航分页器的其他项:宽度为8px,高度为8px。

代码示例

var commonjspath = 'https://www.ly263.cn/source/plugin/tom_tongcheng/images';
.swiper-container-focuspic .swiper-pagination-bullet-active{width: 30px;height: 4px;border-radius: unset;}
.swiper-container-focuspic .swiper-pagination-bullet{width: 30px;height: 4px;border-radius: unset;opacity: 1;background: #999;}
.swiper-container-nav .swiper-pagination-bullet-active{width: 8px;height: 8px;}
.swiper-container-nav .swiper-pagination-bullet{width: 8px;height: 8px;}
.swiper-container{width: 100%;height: 500px;}