Commit 7e3c4b07364fa0684ead08c43ac2f01ce38b258c

Authored by liuqimichale
1 parent 0d49f62a

关于我们自适应

contact.html
... ... @@ -90,15 +90,15 @@
90 90 <div class="example-subtitle text-center">打造创新型停车场 轻松停车</div>
91 91 <ul class="example-wrap" id="example-wrap">
92 92 <li class="text-center col-md-6 col-xs-12 example-wrap-dy example-wrap-main">
93   - <div>赤峰红山区</div>
  93 + <div>丹阳</div>
94 94 <div>智慧停车项目</div>
95 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 97 <div>赤峰红山区</div>
98 98 <div>智慧停车项目</div>
99 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 102 <div>智慧停车项目</div>
103 103 </li>
104 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 42 background: url("../images/example-wrap-dy.png") no-repeat center center;
43 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 53 .example-wrap-empty{
46 54 background: url("../images/example-wrap-empty.png") no-repeat center center;
47 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 95 <div class="container">
96 96 <ul class="row ortfolio-soft-bottom-1">
97 97 <li class="text-center col-md-6">
98   - 1
  98 +
99 99 </li>
100 100 <li class="text-center col-md-6">
101 101 <div class="ortfolio-soft-bottom-title">
... ... @@ -120,7 +120,7 @@
120 120 <div class="container">
121 121 <ul class="row ortfolio-soft-bottom-2">
122 122 <li class="text-center col-md-6">
123   - 1
  123 +
124 124 </li>
125 125 <li class="text-center col-md-6">
126 126 <div class="ortfolio-soft-bottom-title">
... ...
style.css
... ... @@ -184,19 +184,22 @@ a:hover{
184 184 display: none;
185 185 }
186 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 190 .ortfolio-soft-bottom-1 li:nth-of-type(2){
190 191 padding-left: 100px;
191 192 }
192 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 197 .ortfolio-soft-bottom-2 li:nth-of-type(2){
196 198 padding-left:100px;
197 199 }
198 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 204 .ortfolio-soft-bottom-3 li:nth-of-type(2){
202 205 padding-left:100px;
... ...