Browse Source

style(index.css, single_index.html, single_index.zh.html): 首页icon替换

master
peijunlei 1 week ago
parent
commit
264751177b
  1. 3
      public/themes/dist_static/static/css/index.css
  2. 241
      public/themes/website/1/en/demo/single_index.html
  3. 242
      public/themes/website/1/zh/demo/single_index.html

3
public/themes/dist_static/static/css/index.css

@ -168,7 +168,8 @@
.section-1__icon [stroke] {
stroke: currentColor;
}
.section-1__icon [fill]:not([fill=none]) {
/* 白填充保留原色,hover/active 只改深色描边与填充 */
.section-1__icon [fill]:not([fill=none]):not([fill="rgb(255,255,255)"]):not([fill="#fff"]):not([fill="#ffffff"]):not([fill="white"]) {
fill: currentColor;
}
.section-1__item.is-active .section-1__icon, .section-1__item:hover .section-1__icon {

241
public/themes/website/1/en/demo/single_index.html
File diff suppressed because it is too large
View File

242
public/themes/website/1/zh/demo/single_index.html
File diff suppressed because it is too large
View File

Loading…
Cancel
Save