54 lines
781 B
Plaintext
54 lines
781 B
Plaintext
|
||
.query-view {
|
||
position: fixed;
|
||
top: 0ex;
|
||
width: 100%;
|
||
}
|
||
.list-view {
|
||
margin-top: 2.3ex;
|
||
height: 90vh;
|
||
overflow-y: auto;
|
||
}
|
||
.foot-view {
|
||
position: fixed;
|
||
bottom: 0.2ex;
|
||
width: 100%;
|
||
}
|
||
.span-porject-top {
|
||
margin-top: 1.5ex;
|
||
}
|
||
.span-porject>._ul:nth-child(2) {
|
||
font-size: 2.1ex;
|
||
color: #1d1d1d;
|
||
}
|
||
.span-porject>._ul:nth-child(1) {
|
||
font-size: 1.9ex;
|
||
color: #5f5f5f;
|
||
}
|
||
.span-porject {
|
||
margin-bottom: .3ex;
|
||
}
|
||
.hqs-popup {
|
||
padding: 2ex;
|
||
}
|
||
.from-item {
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
.from-item-input {}
|
||
.from-item-label {
|
||
font-size: 1.8ex;
|
||
text-align: left;
|
||
line-height: 4.8ex;
|
||
margin-right: 1.8ex;
|
||
}
|
||
.chaxunx {
|
||
display: flex;
|
||
}
|
||
.query-view .u-picker {
|
||
position: fixed;
|
||
/* 或者使用 absolute 或 relative,根据你的布局需求 */
|
||
bottom: 0;
|
||
}
|
||
|