登录方式重构

This commit is contained in:
Aaron
2021-07-19 19:37:35 +08:00
parent 79305d7497
commit b196b5237d
21 changed files with 858 additions and 323 deletions

View File

@ -213,7 +213,10 @@ export default {
height: 210rpx;
position: fixed;
left: 0;
top: 0;
/* #ifdef H5 */
top: 80rpx;
/* #endif */
z-index: 1;
}
@ -222,7 +225,10 @@ export default {
height: 120rpx;
position: fixed;
left: 0;
top: 0;
/* #ifdef H5 */
top: 80rpx;
/* #endif */
z-index: 3;
overflow: hidden;
}