Commit 7e3c4b07364fa0684ead08c43ac2f01ce38b258c

Authored by liuqimichale
1 parent 0d49f62a

关于我们自适应

contact.html
@@ -90,15 +90,15 @@ @@ -90,15 +90,15 @@
90 <div class="example-subtitle text-center">打造创新型停车场 轻松停车</div> 90 <div class="example-subtitle text-center">打造创新型停车场 轻松停车</div>
91 <ul class="example-wrap" id="example-wrap"> 91 <ul class="example-wrap" id="example-wrap">
92 <li class="text-center col-md-6 col-xs-12 example-wrap-dy example-wrap-main"> 92 <li class="text-center col-md-6 col-xs-12 example-wrap-dy example-wrap-main">
93 - <div>赤峰红山区</div> 93 + <div>丹阳</div>
94 <div>智慧停车项目</div> 94 <div>智慧停车项目</div>
95 </li> 95 </li>
96 - <li class="text-center col-md-6 col-xs-12 example-wrap-dy example-wrap-main"> 96 + <li class="text-center col-md-6 col-xs-12 example-wrap-cf example-wrap-main">
97 <div>赤峰红山区</div> 97 <div>赤峰红山区</div>
98 <div>智慧停车项目</div> 98 <div>智慧停车项目</div>
99 </li> 99 </li>
100 - <li class="text-center col-md-6 col-xs-12 example-wrap-dy example-wrap-main">  
101 - <div>赤峰红山区</div> 100 + <li class="text-center col-md-6 col-xs-12 example-wrap-yz example-wrap-main">
  101 + <div>扬中</div>
102 <div>智慧停车项目</div> 102 <div>智慧停车项目</div>
103 </li> 103 </li>
104 <li class="text-center col-md-6 col-xs-12 example-wrap-empty example-wrap-main"> 104 <li class="text-center col-md-6 col-xs-12 example-wrap-empty example-wrap-main">
css/contact.css
@@ -42,6 +42,14 @@ @@ -42,6 +42,14 @@
42 background: url("../images/example-wrap-dy.png") no-repeat center center; 42 background: url("../images/example-wrap-dy.png") no-repeat center center;
43 background-size: 90% 100%; 43 background-size: 90% 100%;
44 } 44 }
  45 +.example-wrap-cf{
  46 + background: url("../images/example-wrap-cf.png") no-repeat center center;
  47 + background-size: 90% 100%;
  48 +}
  49 +.example-wrap-yz{
  50 + background: url("../images/example-wrap-yz.png") no-repeat center center;
  51 + background-size: 90% 100%;
  52 +}
45 .example-wrap-empty{ 53 .example-wrap-empty{
46 background: url("../images/example-wrap-empty.png") no-repeat center center; 54 background: url("../images/example-wrap-empty.png") no-repeat center center;
47 background-size: 90% 100%; 55 background-size: 90% 100%;
images/example-wrap-cf.png 0 → 100755

381 KB

images/example-wrap-dy.png 100755 → 100644

381 KB | W: | H:

407 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
images/example-wrap-yz.png 0 → 100644

348 KB

images/ortfolio-soft-mobile.gif 0 → 100644

107 KB

images/ortfolio-soft-pc1.gif 0 → 100644

89.1 KB

images/ortfolio-soft-pc2.gif 0 → 100644

140 KB

portfolio.html
@@ -95,7 +95,7 @@ @@ -95,7 +95,7 @@
95 <div class="container"> 95 <div class="container">
96 <ul class="row ortfolio-soft-bottom-1"> 96 <ul class="row ortfolio-soft-bottom-1">
97 <li class="text-center col-md-6"> 97 <li class="text-center col-md-6">
98 - 1 98 +
99 </li> 99 </li>
100 <li class="text-center col-md-6"> 100 <li class="text-center col-md-6">
101 <div class="ortfolio-soft-bottom-title"> 101 <div class="ortfolio-soft-bottom-title">
@@ -120,7 +120,7 @@ @@ -120,7 +120,7 @@
120 <div class="container"> 120 <div class="container">
121 <ul class="row ortfolio-soft-bottom-2"> 121 <ul class="row ortfolio-soft-bottom-2">
122 <li class="text-center col-md-6"> 122 <li class="text-center col-md-6">
123 - 1 123 +
124 </li> 124 </li>
125 <li class="text-center col-md-6"> 125 <li class="text-center col-md-6">
126 <div class="ortfolio-soft-bottom-title"> 126 <div class="ortfolio-soft-bottom-title">
style.css
@@ -184,19 +184,22 @@ a:hover{ @@ -184,19 +184,22 @@ a:hover{
184 display: none; 184 display: none;
185 } 185 }
186 .ortfolio-soft-bottom-1>li:nth-of-type(1){ 186 .ortfolio-soft-bottom-1>li:nth-of-type(1){
187 - background: #ffff00; 187 + background: url("images/ortfolio-soft-mobile.gif") no-repeat center center;
  188 + background-size: 100% 80%;
188 } 189 }
189 .ortfolio-soft-bottom-1 li:nth-of-type(2){ 190 .ortfolio-soft-bottom-1 li:nth-of-type(2){
190 padding-left: 100px; 191 padding-left: 100px;
191 } 192 }
192 .ortfolio-soft-bottom-2 li:nth-of-type(1){ 193 .ortfolio-soft-bottom-2 li:nth-of-type(1){
193 - background: #f00; 194 + background: url("images/ortfolio-soft-pc1.gif") no-repeat center center;
  195 + background-size: 100% 70%;
194 } 196 }
195 .ortfolio-soft-bottom-2 li:nth-of-type(2){ 197 .ortfolio-soft-bottom-2 li:nth-of-type(2){
196 padding-left:100px; 198 padding-left:100px;
197 } 199 }
198 .ortfolio-soft-bottom-3 li:nth-of-type(1){ 200 .ortfolio-soft-bottom-3 li:nth-of-type(1){
199 - background: #f0f; 201 + background: url("images/ortfolio-soft-pc2.gif") no-repeat center center;
  202 + background-size: 100% 70%;
200 } 203 }
201 .ortfolio-soft-bottom-3 li:nth-of-type(2){ 204 .ortfolio-soft-bottom-3 li:nth-of-type(2){
202 padding-left:100px; 205 padding-left:100px;