feat(uniapp_v2): 二开功能迁移与小程序主包优化
- 从 uniapp 迁移 HJF 页面、API、组件及用户/订单相关改动 - queue、assets 使用独立分包以降低主包体积 - 修复首页单根节点与支付结果页 v-if 链 - 关闭 HjfDemoPanel 全局注册;uniNoticeBar 注释 $getAppWebview 避免 __webviewId__ 报错 - 配置域名与 manifest 应用名称;cache/store 防御性处理 Made-with: Cursor
This commit is contained in:
119
pro_v3.5.1/view/uniapp_v2/pages/extension/static/click.css
Normal file
119
pro_v3.5.1/view/uniapp_v2/pages/extension/static/click.css
Normal file
@@ -0,0 +1,119 @@
|
||||
/**
|
||||
* 按钮的点击动画效果,2018年1月12日09:36:48
|
||||
**/
|
||||
.click {
|
||||
-webkit-transition: -webkit-box-shadow .8s;
|
||||
transition: box-shadow .8s;
|
||||
}
|
||||
|
||||
.click {
|
||||
-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
|
||||
transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
|
||||
-webkit-animation: gelatine 0.5s;
|
||||
animation: gelatine 1s;
|
||||
animation-iteration-count: infinite;
|
||||
/* -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
|
||||
box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
|
||||
-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
|
||||
transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
|
||||
-webkit-animation: gelatine 0.5s 1;
|
||||
animation: gelatine 0.5s 1; */
|
||||
}
|
||||
|
||||
.click {
|
||||
-webkit-transition-duration: 0;
|
||||
transition-duration: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* $keyframes \ gelatine
|
||||
**/
|
||||
@keyframes gelatine {
|
||||
|
||||
from,
|
||||
to {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
25% {
|
||||
-webkit-transform: scale(0.5);
|
||||
transform: scale(0.8);
|
||||
}
|
||||
|
||||
50% {
|
||||
-webkit-transform: scale(1.5);
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
75% {
|
||||
-webkit-transform: scale(0.95);
|
||||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
from,
|
||||
to {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
25% {
|
||||
-webkit-transform: scale(0.8);
|
||||
transform: scale(0.8);
|
||||
}
|
||||
|
||||
50% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
75% {
|
||||
-webkit-transform: scale(0.8);
|
||||
transform: scale(0.8);
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes gelatine {
|
||||
|
||||
from,
|
||||
to {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
25% {
|
||||
-webkit-transform: scale(0.5);
|
||||
transform: scale(0.8);
|
||||
}
|
||||
|
||||
50% {
|
||||
-webkit-transform: scale(1.5);
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
75% {
|
||||
-webkit-transform: scale(0.95);
|
||||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
from,
|
||||
to {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
25% {
|
||||
-webkit-transform: scale(0.8);
|
||||
transform: scale(0.8);
|
||||
}
|
||||
|
||||
50% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
75% {
|
||||
-webkit-transform: scale(0.8);
|
||||
transform: scale(0.8);
|
||||
}
|
||||
}
|
||||
BIN
pro_v3.5.1/view/uniapp_v2/pages/extension/static/click.png
Normal file
BIN
pro_v3.5.1/view/uniapp_v2/pages/extension/static/click.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
pro_v3.5.1/view/uniapp_v2/pages/extension/static/feed-icon.png
Normal file
BIN
pro_v3.5.1/view/uniapp_v2/pages/extension/static/feed-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
BIN
pro_v3.5.1/view/uniapp_v2/pages/extension/static/no-thing.png
Normal file
BIN
pro_v3.5.1/view/uniapp_v2/pages/extension/static/no-thing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
pro_v3.5.1/view/uniapp_v2/pages/extension/static/product-off.png
Normal file
BIN
pro_v3.5.1/view/uniapp_v2/pages/extension/static/product-off.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user