Web UI Framework
ACE前端框架
http://ace.jeka.by/
图片缩放特效
https://stzb.16163.com/thread-7669991-1-1.html
(Jquery)H+前端框架
http://www.ui92.com/demo/html/860/index.html
(Jquery)Layer.UI
http://layui.dotnetcms.org/web/doc/modules/layer.html
弹框UI
https://fooplugins.com/foobox/
https://ax.docentric.com/create-a-new-custom-ssrs-report-in-d365fo/
(React)Ant Design
https://ant.design/components/overview-cn/
(React)Fluent UI
https://developer.microsoft.com/zh-CN/fluentui#/controls/web
(Vue)Element
https://element.eleme.cn/#/zh-CN/component/datetime-picker
Height Active Auto
https://stackoverflow.com/questions/23389098/fill-remaining-vertical-space-only-css
/*登录框样式控制*******************************/
.dqdialog {
display: none;
background-color: #fff;
position: fixed !important;
border-radius: 5px;
border: 6px solid rgba(255, 255, 255, .2);
background-clip: padding-box;
animation-duration: 500ms;
}
.slipUp {
transform: scaleX(1);
animation-name: contentSlipToUp;
top: 50%;
opacity: 1;
}
.slipBottom {
transform: scaleX(0);
animation-name: contentSlipToBottom;
top: 50%;
opacity: 0.3;
animation-duration: 500ms;
}
/*登录界面动画帧******************************/
@keyframes contentSlipToUp {
0% {
opacity: 0.3;
transform: scale(0);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes contentSlipToBottom {
0% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(0);
}
}

浙公网安备 33010602011771号