瀏覽代碼

静态页面

xcx 4 年之前
父節點
當前提交
75a35cf357
共有 2 個文件被更改,包括 16 次插入8 次删除
  1. 12
    8
      src/components/WuYeFuWu/index.css
  2. 4
    0
      src/components/WuYeFuWu/index.less

+ 12
- 8
src/components/WuYeFuWu/index.css 查看文件

@@ -6,17 +6,21 @@
6 6
   background-color: #f2f2f2;
7 7
 }
8 8
 .WuYeFuWu .TypeList {
9
-  padding-right: 60px;
9
+  padding-right: 30px;
10 10
   font-size: 0;
11
+  background: #fff;
12
+  position: relative;
13
+  overflow: hidden;
14
+  padding-bottom: 20px;
11 15
 }
12 16
 .WuYeFuWu .TypeList > view {
13 17
   display: inline-block;
14 18
   vertical-align: middle;
15 19
   position: relative;
16 20
   overflow: hidden;
17
-  margin-left: 60px;
21
+  margin-left: 30px;
18 22
   margin-top: 30px;
19
-  width: calc((100% - 180px) / 3);
23
+  width: calc((100% - 150px) / 5);
20 24
 }
21 25
 .WuYeFuWu .TypeList > view > view {
22 26
   position: relative;
@@ -29,8 +33,8 @@
29 33
   width: 100%;
30 34
 }
31 35
 .WuYeFuWu .TypeList > view > view > view > .Icon {
32
-  width: 80px;
33
-  height: 80px;
36
+  width: 60px;
37
+  height: 60px;
34 38
   position: relative;
35 39
   overflow: hidden;
36 40
   margin: 0 auto;
@@ -40,7 +44,7 @@
40 44
   height: 100%;
41 45
 }
42 46
 .WuYeFuWu .TypeList > view > view > view > .Icon text {
43
-  font-size: 70px;
47
+  font-size: 50px;
44 48
   color: #F35844;
45 49
   display: block;
46 50
   text-align: center;
@@ -48,10 +52,10 @@
48 52
 .WuYeFuWu .TypeList > view > view > view > .Name text {
49 53
   display: block;
50 54
   text-align: center;
51
-  font-size: 28px;
55
+  font-size: 24px;
52 56
   color: #333;
53 57
   line-height: 40px;
54
-  margin-top: 10px;
58
+  white-space: nowrap;
55 59
 }
56 60
 .WuYeFuWu .BigImg {
57 61
   width: 100%;

+ 4
- 0
src/components/WuYeFuWu/index.less 查看文件

@@ -8,6 +8,10 @@
8 8
   .TypeList {
9 9
     padding-right: 30px;
10 10
     font-size: 0;
11
+    background: #fff;
12
+    position: relative;
13
+    overflow: hidden;
14
+    padding-bottom: 20px;
11 15
 
12 16
     >view {
13 17
       display: inline-block;