You've already forked qlg.frontend
顺带件OK,除用户设置地址,接受,实际数据
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user