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