Commit 763188c79e1f4c3e2396995e572f3ff20fcc444e
1 parent
336c56f2
产品 硬件平台
Showing
5 changed files
with
27 additions
and
20 deletions
contact.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <meta name="description" content=""> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | 9 | |
10 | - <link type="text/css" rel="icon" href="images/logoicon.png"> | |
10 | + <link type="text/css" rel="icon" href="images/logoicon.jpg"> | |
11 | 11 | <!-- Place favicon.ico in the root directory --> |
12 | 12 | |
13 | 13 | <!-- Google Fonts --> | ... | ... |
css/portfollo.css
... | ... | @@ -14,6 +14,7 @@ |
14 | 14 | font-size: 44px; |
15 | 15 | } |
16 | 16 | #portfolio-soft-top{ |
17 | + padding-bottom: 0; | |
17 | 18 | background: #fff; |
18 | 19 | } |
19 | 20 | /*软件sta-----*/ |
... | ... | @@ -63,53 +64,55 @@ |
63 | 64 | .portfolio-section-wrap>li{ |
64 | 65 | } |
65 | 66 | .portfolio-section-wrap>li li{ |
66 | - height: 596px; | |
67 | + height: 500px; | |
67 | 68 | } |
68 | 69 | .ortfolio-soft-bottom-1>li:nth-of-type(1){ |
69 | 70 | background: url("../images/ortfolio-soft-mobile.gif") no-repeat center center; |
70 | - background-size: 100% 80%; | |
71 | + background-size: 100% 100%; | |
71 | 72 | } |
72 | 73 | .ortfolio-soft-bottom-1 li:nth-of-type(2){ |
73 | 74 | padding-left: 100px; |
74 | 75 | } |
75 | 76 | .ortfolio-soft-bottom-2 li:nth-of-type(1){ |
76 | 77 | background: url("../images/ortfolio-soft-pc1.gif") no-repeat center center; |
77 | - background-size: 100% 70%; | |
78 | + background-size: 100% 80%; | |
78 | 79 | } |
79 | 80 | .ortfolio-soft-bottom-2 li:nth-of-type(2){ |
80 | 81 | padding-left:100px; |
81 | 82 | } |
82 | 83 | .ortfolio-soft-bottom-3 li:nth-of-type(1){ |
83 | 84 | background: url("../images/ortfolio-soft-pc2.gif") no-repeat center center; |
84 | - background-size: 100% 70%; | |
85 | + background-size: 100% 80%; | |
85 | 86 | } |
86 | 87 | .ortfolio-soft-bottom-3 li:nth-of-type(2){ |
87 | 88 | padding-left:100px; |
88 | 89 | } |
89 | 90 | .ortfolio-soft-bottom-title{ |
90 | - font-size:30px; | |
91 | + font-size:26px; | |
91 | 92 | font-weight:bold; |
92 | - color:rgba(0,0,0,.8); | |
93 | - margin: 239px 0 27px; | |
93 | + color:#333; | |
94 | + margin: 155px 0 27px; | |
94 | 95 | text-align: left; |
95 | 96 | } |
96 | 97 | .ortfolio-soft-bottom-des{ |
97 | - font-size: 16px; | |
98 | - text-align: left; | |
99 | - color:rgba(0,0,0,.6); | |
100 | - padding-left: 20px; | |
98 | + margin: 10px 0 20px; | |
99 | + font-size: 18px; | |
100 | + height: 36px; | |
101 | + line-height: 36px; | |
102 | + color: #666; | |
101 | 103 | position: relative; |
104 | + text-align: left; | |
102 | 105 | } |
103 | 106 | .ortfolio-soft-bottom-des span{ |
104 | 107 | width:6px; |
105 | 108 | height:6px; |
109 | + margin-right: 10px; | |
106 | 110 | display: inline-block; |
107 | 111 | position: relative; |
108 | 112 | } |
109 | 113 | .ortfolio-soft-bottom-des span:before{ |
110 | 114 | position: absolute; |
111 | 115 | content: ''; |
112 | - left: -10px; | |
113 | 116 | top:50%; |
114 | 117 | margin-top: -6px; |
115 | 118 | width:6px; |
... | ... | @@ -117,10 +120,14 @@ |
117 | 120 | background:rgba(66,160,251,1); |
118 | 121 | border-radius:50%; |
119 | 122 | } |
123 | +.padding20-0-70{ | |
124 | + padding: 20px 0 70px; | |
125 | +} | |
120 | 126 | /*硬件sta-----*/ |
121 | 127 | .portfolio-hardware-top{ |
122 | 128 | background: #fff; |
123 | - padding-top: 101px !important; | |
129 | + padding-top: 70px !important; | |
130 | + padding-bottom: 0; | |
124 | 131 | } |
125 | 132 | |
126 | 133 | .portfolio-hardware-wrap li{ | ... | ... |
index.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <meta name="description" content=""> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | 9 | |
10 | - <link type="text/css" rel="icon" href="images/logoicon.png"> | |
10 | + <link type="text/css" rel="icon" href="images/logoicon.jpg"> | |
11 | 11 | <!-- Place favicon.ico in the root directory --> |
12 | 12 | |
13 | 13 | <!-- Google Fonts --> | ... | ... |
portfolio.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <meta name="description" content=""> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | 9 | |
10 | - <link type="text/css" rel="icon" href="images/logoicon.png"> | |
10 | + <link type="text/css" rel="icon" href="images/logoicon.jpg"> | |
11 | 11 | <!-- Place favicon.ico in the root directory --> |
12 | 12 | |
13 | 13 | <!-- Google Fonts --> |
... | ... | @@ -97,7 +97,7 @@ |
97 | 97 | </section> |
98 | 98 | <ul class="portfolio-section-wrap" id="portfolio-section-wrap"> |
99 | 99 | <li class=""> |
100 | - <section> | |
100 | + <section class="padding20-0-70"> | |
101 | 101 | <div class="container"> |
102 | 102 | <ul class="row ortfolio-soft-bottom-1"> |
103 | 103 | <li class="text-center col-md-6"> |
... | ... | @@ -122,7 +122,7 @@ |
122 | 122 | </section> |
123 | 123 | </li> |
124 | 124 | <li class="displaynone"> |
125 | - <section> | |
125 | + <section class="padding20-0-70"> | |
126 | 126 | <div class="container"> |
127 | 127 | <ul class="row ortfolio-soft-bottom-2"> |
128 | 128 | <li class="text-center col-md-6"> |
... | ... | @@ -149,7 +149,7 @@ |
149 | 149 | </section> |
150 | 150 | </li> |
151 | 151 | <li class="displaynone"> |
152 | - <section> | |
152 | + <section class="padding20-0-70"> | |
153 | 153 | <div class="container"> |
154 | 154 | <ul class="row ortfolio-soft-bottom-3"> |
155 | 155 | <li class="text-center col-md-6"> | ... | ... |
services.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <meta name="description" content=""> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | 9 | |
10 | - <link type="text/css" rel="icon" href="images/logoicon.png"> | |
10 | + <link type="text/css" rel="icon" href="images/logoicon.jpg"> | |
11 | 11 | <!-- Place favicon.ico in the root directory --> |
12 | 12 | |
13 | 13 | <!-- Google Fonts --> | ... | ... |