浏览代码

样式优化

gzb
wangzhonglu 1年前
父节点
当前提交
36c9f649e3
共有 2 个文件被更改,包括 6 次插入5 次删除
  1. 2
    1
      css/index.css
  2. 4
    4
      css/news.css

+ 2
- 1
css/index.css 查看文件

@@ -2,7 +2,7 @@
2 2
   display: block;
3 3
   width: 100%;
4 4
   height: 9.42rem;
5
-  object-fit: cover;
5
+  /* object-fit: cover; */
6 6
 }
7 7
 /* .home_swiper_container.swiper-container .swiper-wrapper .swiper-slide::after {
8 8
   content: "";
@@ -93,6 +93,7 @@ position: relative;
93 93
 .home_superiority_info .superiority_item_stitle {
94 94
   font-size: 0.16rem;
95 95
   color: #999;
96
+  height: 0.6rem;
96 97
   line-height: 0.3rem;
97 98
 }
98 99
 .home_scheme_info {

+ 4
- 4
css/news.css 查看文件

@@ -1,14 +1,13 @@
1 1
 .news_banner {
2
+  width: 100%;
3
+  height: 3.9rem;
2 4
   position: relative;
3 5
   padding-top: 0.8rem;
4
-  width: 100%;
5
-  height: 4.65rem;
6
-  box-sizing: border-box;
7 6
 }
8 7
 .news_banner img {
9 8
   width: 100%;
10 9
   height: 100%;
11
-  object-fit: cover;
10
+  /* object-fit: cover; */
12 11
 }
13 12
 .news_header_info {
14 13
   position: absolute;
@@ -98,6 +97,7 @@
98 97
 .news_list_box {
99 98
   margin: 0 auto;
100 99
   width: 13rem;
100
+  min-height: 2rem;
101 101
 }
102 102
 .news_list_item {
103 103
   margin-right: 0.27rem;

正在加载...
取消
保存