From b9f860dc1dca3a3db64c854339276eb9858ccba2 Mon Sep 17 00:00:00 2001 From: bayanxing Date: Wed, 16 Feb 2022 17:09:53 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=BB=84=E4=BB=B6=20=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: bayanxing --- ace/ace_standard/Test.json | 4 +- .../src/main/js/default/pages/panel/index.css | 48 +- .../src/main/js/default/pages/panel/index.hml | 8 +- .../src/main/js/default/pages/panel/index.js | 8 +- .../src/main/js/default/pages/popup/index.css | 48 +- .../src/main/js/default/pages/popup/index.hml | 2 +- .../main/js/default/pages/refresh/index.css | 48 +- .../src/main/js/default/pages/stack/index.css | 48 +- .../main/js/default/pages/stepper/index.css | 48 +- .../main/js/default/pages/stepper/index.hml | 19 +- .../main/js/default/pages/stepper/index.js | 8 +- .../main/js/default/pages/swiper/index.css | 48 +- .../src/main/js/default/pages/tabs/index.css | 48 +- .../default/test/commonComponentJsApi.test.js | 1235 +++++++++-------- 14 files changed, 665 insertions(+), 955 deletions(-) diff --git a/ace/ace_standard/Test.json b/ace/ace_standard/Test.json index 004ab0ff6..b1263c06a 100755 --- a/ace/ace_standard/Test.json +++ b/ace/ace_standard/Test.json @@ -2,9 +2,9 @@ "description": "Configuration for aceceshi Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "100000", + "test-timeout": "200000", "package": "com.example.aceceshi", - "shell-timeout": "100000" + "shell-timeout": "200000" }, "kits": [ { diff --git a/ace/ace_standard/src/main/js/default/pages/panel/index.css b/ace/ace_standard/src/main/js/default/pages/panel/index.css index 772c7dc1e..d2a4fabff 100644 --- a/ace/ace_standard/src/main/js/default/pages/panel/index.css +++ b/ace/ace_standard/src/main/js/default/pages/panel/index.css @@ -335,55 +335,13 @@ } } - .ani2{ - color: #ad4e2a; - stroke-width: 55px; - line-cap: square; + background-color: #ad4e2a; + width: 55px; + height: 55px; margin: 5px; - transform-origin: 2% 3%; - animation-name:ani2Go; - animation-delay:5s; - animation-duration:10s; - animation-iteration-count:4; - animation-timing-function:ease-out; - animation-direction:reverse; - animation-fill-mode:forwards; - animation-play-state:running; - transition:all 0 ease 0; -} - -@keyframes ani2Go -{ - from { - background-color: #f76160; - opacity:0.3; - width:50px; - height: 50px; - background-position:10% 10% - } - 30% { - background-color: #60f761; - opacity:0.5; - width:70px; - height: 70px; - background-position:12% 12%; - transform:translateX(10px) translateY(5px) translateZ(15px) - rotateX(20deg) rotateY(25deg) rotateZ(15deg) scaleX(0.6) scaleY(0.5) scaleZ(1.5) perspective(10); - } - to { - background-color: #6160f7; - opacity:1; - width:90px; - height: 90px; - background-position:22% 22%; - transform:translateX(30px) translateY(45px) translateZ(55px) - rotateX(180deg) rotateY(185deg) rotateZ(150deg) scaleX(2) scaleY(2.5) scaleZ(3.5); - } } - - .gradient1{ stroke-width: 30px; line-cap: square; diff --git a/ace/ace_standard/src/main/js/default/pages/panel/index.hml b/ace/ace_standard/src/main/js/default/pages/panel/index.hml index 6bd59cb36..9913e8fac 100644 --- a/ace/ace_standard/src/main/js/default/pages/panel/index.hml +++ b/ace/ace_standard/src/main/js/default/pages/panel/index.hml @@ -216,7 +216,7 @@ 动画样式 - div动画样式1 + panel动画样式1
- - - + popup动画样式2 diff --git a/ace/ace_standard/src/main/js/default/pages/refresh/index.css b/ace/ace_standard/src/main/js/default/pages/refresh/index.css index 70719ddaa..1f0968731 100644 --- a/ace/ace_standard/src/main/js/default/pages/refresh/index.css +++ b/ace/ace_standard/src/main/js/default/pages/refresh/index.css @@ -362,55 +362,13 @@ refresh{ } } - .ani2{ - color: #ad4e2a; - stroke-width: 55px; - line-cap: square; + background-color: #ad4e2a; + width: 55px; + height: 55px; margin: 5px; - transform-origin: 2% 3%; - animation-name:ani2Go; - animation-delay:5s; - animation-duration:10s; - animation-iteration-count:4; - animation-timing-function:ease-out; - animation-direction:reverse; - animation-fill-mode:forwards; - animation-play-state:running; - transition:all 0 ease 0; -} - -@keyframes ani2Go -{ - from { - background-color: #f76160; - opacity:0.3; - width:50px; - height: 50px; - background-position:10% 10% - } - 30% { - background-color: #60f761; - opacity:0.5; - width:70px; - height: 70px; - background-position:12% 12%; - transform:translateX(10px) translateY(5px) translateZ(15px) - rotateX(20deg) rotateY(25deg) rotateZ(15deg) scaleX(0.6) scaleY(0.5) scaleZ(1.5) perspective(10); - } - to { - background-color: #6160f7; - opacity:1; - width:90px; - height: 90px; - background-position:22% 22%; - transform:translateX(30px) translateY(45px) translateZ(55px) - rotateX(180deg) rotateY(185deg) rotateZ(150deg) scaleX(2) scaleY(2.5) scaleZ(3.5); - } } - - .gradient1{ stroke-width: 30px; line-cap: square; diff --git a/ace/ace_standard/src/main/js/default/pages/stack/index.css b/ace/ace_standard/src/main/js/default/pages/stack/index.css index a93c22457..6b666cb97 100644 --- a/ace/ace_standard/src/main/js/default/pages/stack/index.css +++ b/ace/ace_standard/src/main/js/default/pages/stack/index.css @@ -330,55 +330,13 @@ } } - .ani2{ - color: #ad4e2a; - stroke-width: 55px; - line-cap: square; + background-color: #ad4e2a; + width: 100%; + height: 55px; margin: 5px; - transform-origin: 2% 3%; - animation-name:ani2Go; - animation-delay:5s; - animation-duration:10s; - animation-iteration-count:4; - animation-timing-function:ease-out; - animation-direction:reverse; - animation-fill-mode:forwards; - animation-play-state:running; - transition:all 0 ease 0; -} - -@keyframes ani2Go -{ - from { - background-color: #f76160; - opacity:0.3; - width:50px; - height: 50px; - background-position:10% 10% - } - 30% { - background-color: #60f761; - opacity:0.5; - width:70px; - height: 70px; - background-position:12% 12%; - transform:translateX(10px) translateY(5px) translateZ(15px) - rotateX(20deg) rotateY(25deg) rotateZ(15deg) scaleX(0.6) scaleY(0.5) scaleZ(1.5) perspective(10); - } - to { - background-color: #6160f7; - opacity:1; - width:90px; - height: 90px; - background-position:22% 22%; - transform:translateX(30px) translateY(45px) translateZ(55px) - rotateX(180deg) rotateY(185deg) rotateZ(150deg) scaleX(2) scaleY(2.5) scaleZ(3.5); - } } - - .gradient1{ stroke-width: 30px; line-cap: square; diff --git a/ace/ace_standard/src/main/js/default/pages/stepper/index.css b/ace/ace_standard/src/main/js/default/pages/stepper/index.css index ff5fb7b16..972f8bff4 100644 --- a/ace/ace_standard/src/main/js/default/pages/stepper/index.css +++ b/ace/ace_standard/src/main/js/default/pages/stepper/index.css @@ -418,55 +418,13 @@ } } - .ani2{ - color: #ad4e2a; - stroke-width: 55px; - line-cap: square; + background-color: #ad4e2a; + width: 100%; + height: 75px; margin: 5px; - transform-origin: 2% 3%; - animation-name:ani2Go; - animation-delay:5s; - animation-duration:10s; - animation-iteration-count:4; - animation-timing-function:ease-out; - animation-direction:reverse; - animation-fill-mode:forwards; - animation-play-state:running; - transition:all 0 ease 0; -} - -@keyframes ani2Go -{ - from { - background-color: #f76160; - opacity:0.3; - width:50px; - height: 50px; - background-position:10% 10% - } - 30% { - background-color: #60f761; - opacity:0.5; - width:70px; - height: 70px; - background-position:12% 12%; - transform:translateX(10px) translateY(5px) translateZ(15px) - rotateX(20deg) rotateY(25deg) rotateZ(15deg) scaleX(0.6) scaleY(0.5) scaleZ(1.5) perspective(10); - } - to { - background-color: #6160f7; - opacity:1; - width:90px; - height: 90px; - background-position:22% 22%; - transform:translateX(30px) translateY(45px) translateZ(55px) - rotateX(180deg) rotateY(185deg) rotateZ(150deg) scaleX(2) scaleY(2.5) scaleZ(3.5); - } } - - .gradient1{ stroke-width: 30px; line-cap: square; diff --git a/ace/ace_standard/src/main/js/default/pages/stepper/index.hml b/ace/ace_standard/src/main/js/default/pages/stepper/index.hml index a683cedd2..d48065dce 100644 --- a/ace/ace_standard/src/main/js/default/pages/stepper/index.hml +++ b/ace/ace_standard/src/main/js/default/pages/stepper/index.hml @@ -261,10 +261,9 @@ stepper通用属性1 @@ -291,10 +290,9 @@ stepper通用属性2 - +
First @@ -319,7 +317,7 @@ stepper通用属性3 + class="stylePro" id="prop3" index="0" onnext="next" onback="back">
First @@ -488,7 +486,7 @@ stepper通用方法1 @@ -507,6 +505,7 @@
@@ -521,7 +520,7 @@