Commit fc9a2e1f3fc9193a36aa828cbfdc3218ccfae433
1 parent
9aea6d32
关于我们 banner
Showing
3 changed files
with
15 additions
and
15 deletions
css/portfollo.css
... | ... | @@ -83,14 +83,12 @@ |
83 | 83 | height: 500px; |
84 | 84 | } |
85 | 85 | .portfolio-rnt-wrap{ |
86 | - width: 50%; | |
87 | 86 | height: 500px; |
88 | 87 | float: left; |
89 | 88 | background: url("../images/portfolio-rnt.png") no-repeat -35px 0; |
90 | 89 | overflow: hidden; |
91 | 90 | } |
92 | 91 | .portfolio-pc-wrap{ |
93 | - width: 50%; | |
94 | 92 | height: 500px; |
95 | 93 | float: left; |
96 | 94 | background: url("../images/portfolio-pc.png") no-repeat center center; |
... | ... | @@ -98,7 +96,6 @@ |
98 | 96 | overflow: hidden; |
99 | 97 | } |
100 | 98 | .portfolio-analysis-wrap{ |
101 | - width: 50%; | |
102 | 99 | height: 500px; |
103 | 100 | float: left; |
104 | 101 | background: url("../images/portfolio-pc.png") no-repeat center center; |
... | ... | @@ -108,19 +105,19 @@ |
108 | 105 | #portfolio-rnt{ |
109 | 106 | width: 300px; |
110 | 107 | height: 500px; |
111 | - margin-left: 215px; | |
108 | + margin-left: 200px; | |
112 | 109 | margin-top: 23px; |
113 | 110 | } |
114 | 111 | #portfolio-pc{ |
115 | 112 | width: 473px; |
116 | 113 | height: 300px; |
117 | - margin-left: 63px; | |
114 | + margin-left: 48px; | |
118 | 115 | margin-top: 93px; |
119 | 116 | } |
120 | 117 | #portfolio-analysis{ |
121 | 118 | width: 473px; |
122 | 119 | height: 300px; |
123 | - margin-left: 63px; | |
120 | + margin-left: 49px; | |
124 | 121 | margin-top: 93px; |
125 | 122 | } |
126 | 123 | #portfolio-rnt .portfolio-rnt1{ | ... | ... |
portfolio.html
... | ... | @@ -101,8 +101,8 @@ |
101 | 101 | <section class="padding20-0-70"> |
102 | 102 | <div class="container"> |
103 | 103 | <ul class="row ortfolio-soft-bottom-1"> |
104 | - <div class="portfolio-rnt-wrap"> | |
105 | - <li class="text-center col-md-6 swiper-container" id="portfolio-rnt"> | |
104 | + <div class="portfolio-rnt-wrap col-md-6"> | |
105 | + <li class="text-center swiper-container" id="portfolio-rnt"> | |
106 | 106 | <div class="swiper-wrapper"> |
107 | 107 | <div class="swiper-slide portfolio-rnt1"> |
108 | 108 | |
... | ... | @@ -121,7 +121,7 @@ |
121 | 121 | </div> |
122 | 122 | |
123 | 123 | |
124 | - <li class="text-center col-md-6"> | |
124 | + <li class="text-center col-md-6 mediumdisplaynone"> | |
125 | 125 | <div class="ortfolio-soft-bottom-title"> |
126 | 126 | 任你停APP |
127 | 127 | </div> |
... | ... | @@ -143,8 +143,8 @@ |
143 | 143 | <section class="padding20-0-70"> |
144 | 144 | <div class="container"> |
145 | 145 | <ul class="row ortfolio-soft-bottom-2"> |
146 | - <div class="portfolio-pc-wrap"> | |
147 | - <li class="text-center col-md-6 swiper-container" id="portfolio-pc"> | |
146 | + <div class="portfolio-pc-wrap col-md-6"> | |
147 | + <li class="text-center swiper-container" id="portfolio-pc"> | |
148 | 148 | <div class="swiper-wrapper"> |
149 | 149 | <div class="swiper-slide portfolio-pc1"> |
150 | 150 | |
... | ... | @@ -161,7 +161,7 @@ |
161 | 161 | </div> |
162 | 162 | </li> |
163 | 163 | </div> |
164 | - <li class="text-center col-md-6"> | |
164 | + <li class="text-center col-md-6 mediumdisplaynone"> | |
165 | 165 | <div class="ortfolio-soft-bottom-title"> |
166 | 166 | <span></span>企业云平台 |
167 | 167 | </div> |
... | ... | @@ -185,8 +185,8 @@ |
185 | 185 | <section class="padding20-0-70"> |
186 | 186 | <div class="container"> |
187 | 187 | <ul class="row ortfolio-soft-bottom-3"> |
188 | - <div class="portfolio-analysis-wrap"> | |
189 | - <li class="text-center col-md-6 swiper-container" id="portfolio-analysis"> | |
188 | + <div class="portfolio-analysis-wrap col-md-6 "> | |
189 | + <li class="text-center swiper-container" id="portfolio-analysis"> | |
190 | 190 | <div class="swiper-wrapper"> |
191 | 191 | <div class="swiper-slide portfolio-analysis1"> |
192 | 192 | |
... | ... | @@ -203,7 +203,7 @@ |
203 | 203 | </div> |
204 | 204 | </li> |
205 | 205 | </div> |
206 | - <li class="text-center col-md-6"> | |
206 | + <li class="text-center col-md-6 mediumdisplaynone"> | |
207 | 207 | <div class="ortfolio-soft-bottom-title"> |
208 | 208 | <span></span>数据分析平台 |
209 | 209 | </div> | ... | ... |