diff --git a/Application/Media/View/default/Article/article/detail1.html b/Application/Media/View/default/Article/article/detail1.html index f1a0c5caf..f51533fd8 100644 --- a/Application/Media/View/default/Article/article/detail1.html +++ b/Application/Media/View/default/Article/article/detail1.html @@ -63,13 +63,12 @@
- -
+
-
  • 监护工程概述
  • +
  • 监护工程概述
  • 申请服务流程
  • 监护工程概述
  • 健康提示
  • @@ -253,83 +252,82 @@
    抵制不良网页游戏,拒绝盗版游戏。注意自我保护,谨防受骗上当。适度游戏益脑,沉迷游戏伤身。合理安排时间,享受健康生活。适龄提示:适合12周岁以上使用。
    - - - + + + - - + + \ No newline at end of file diff --git a/Application/Media/View/default/Public/base.html b/Application/Media/View/default/Public/base.html index 92ea68b11..aa74b0327 100644 --- a/Application/Media/View/default/Public/base.html +++ b/Application/Media/View/default/Public/base.html @@ -90,7 +90,7 @@ - + diff --git a/Public/Media/css/heard.css b/Public/Media/css/heard.css index 74f6e5aab..1a2df43ae 100644 --- a/Public/Media/css/heard.css +++ b/Public/Media/css/heard.css @@ -19,6 +19,7 @@ } .heard_tabbar ul{ display: flex; + align-items: center; font-size: 0.24rem; color: #5B5B5B; margin-top: 0.54rem; diff --git a/Public/Media/css/supervise.css b/Public/Media/css/supervise.css index 8655ec593..0b5c91ade 100644 --- a/Public/Media/css/supervise.css +++ b/Public/Media/css/supervise.css @@ -2,6 +2,7 @@ width: 100%; height: 8rem; position: relative; + z-index: -1; } .service_swiper>img:first-child{ width: 100%; @@ -9,7 +10,7 @@ position: relative; z-index: -1; } -.service_swiper>a{ +.back_to_index{ position: absolute; width: 1.20rem; height: 0.4rem; @@ -18,7 +19,7 @@ font-size: 0.2rem; cursor: pointer; } -.service_swiper> a img{ +.back_to_index img{ width: 100%; height: 100%; }