dev01 hace 3 años
padre
commit
c6c0f77dec
Se han modificado 3 ficheros con 9 adiciones y 4 borrados
  1. 1 1
      package.json
  2. 5 0
      src/css/aboutUs.css
  3. 3 3
      src/js/aboutUs.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "aft-portal",
-  "version": "1.2.14",
+  "version": "1.2.15",
   "description": "",
   "main": "index.js",
   "scripts": {

+ 5 - 0
src/css/aboutUs.css

@@ -58,6 +58,7 @@
 .historyBanner>ul>li:first-child+li{background: url(../../img/aboutUs012.png) no-repeat center;background-size:98% 80% ;background-position-x: -11px;margin-left: -26px;}
 .historyBanner>ul>li:nth-child(2)+li{background: url(../../img/aboutUs011.png) no-repeat center;background-size:98% 80% ;background-position-x: -11px;margin-left: -26px;}
 .historyBanner>ul>li:nth-child(3)+li{background: url(../../img/aboutUs012.png) no-repeat center;background-size:98% 80% ;background-position-x: -11px;margin-left: -26px;}
+.historyBanner>ul>li:nth-child(4)+li{background: url(../../img/aboutUs011.png) no-repeat center;background-size:98% 80% ;background-position-x: -11px;margin-left: -26px;}
 .historyBanner>ul>li:first-child>ol>li:nth-child(1){margin-top: 17px;margin-left: 2px;}
 .historyBanner>ul>li:first-child>ol>li:nth-child(2){margin-top: -13px;margin-left: 0px;}
 .historyBanner>ul>li:first-child>ol>li:nth-child(3){margin-top: -37px;margin-left: 0px;}
@@ -119,4 +120,8 @@
 .historyBanner>ul>li:nth-child(4)>ol>li:nth-child(8) p{width: 309px;margin-left: -123px;}
 .historyBanner>ul>li:nth-child(4)>ol>li:nth-child(9){margin-top: -23px;margin-left: 10px;}
 .historyBanner>ul>li:nth-child(4)>ol>li:nth-child(9) p{width: 251px;margin-left: -159px;margin-top: -10px;margin-bottom: 14px;}
+.historyBanner>ul>li:nth-child(4)>ol>li:nth-child(10){margin-top:-2px;margin-left: 0px}
+.historyBanner>ul>li:nth-child(4)>ol>li:nth-child(11){margin-top:-25px;margin-left: 12px}
+.historyBanner>ul>li:nth-child(5)>ol>li:nth-child(1){margin-top:-54px;margin-left: 4px}
+.historyBanner>ul>li:nth-child(5)>ol>li:nth-child(2){margin-top:-40px;margin-left: -2px}
 

+ 3 - 3
src/js/aboutUs.js

@@ -26,10 +26,10 @@ $(function(){
 	var i=0;
 	$('.direction .next').click(function(){
 		i++;
-		if(i>17){
-			i=17
+		if(i>19){
+			i=19
 		}
-		$('.historyBanner ul').css('margin-left',-177*i)
+		$('.historyBanner ul').css('margin-left',-178*i)
 	});	
 	$('.direction .pre').click(function(){
 		i--;