顺带件OK,除用户设置地址,接受,实际数据

This commit is contained in:
2020-08-24 23:05:33 +08:00
parent d64a9f163c
commit 89ff2bd661
4 changed files with 294 additions and 119 deletions

View File

@ -91,6 +91,42 @@
height: 90%;
}
#app {
position: relative;
height: calc(100vh - 75px);
}
[v-cloak] {
display: none;
}
.float_center {
position: fixed;
top: 40vh;
width: 90%;
background: white;
z-index: 5;
box-shadow: 0px 0px 15px 5px #ddd;
left: 5%;
padding: 10px;
}
.float_center .text {
font-size: 1.4rem;
line-height: 1.8rem;
font-weight: bold;
}
.float_center .operation {
display: flex;
padding-top: 10px;
}
.operation .op {
display: inline-block;
width: 100%;
box-shadow: 0px 0px 2px 2px #eee;
height: 28px;
line-height: 28px;
text-align: center;
}