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