42 lines
684 B
Plaintext
42 lines
684 B
Plaintext
|
||
.query-view {}
|
||
.list-view {}
|
||
.foot-view {}
|
||
.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;
|
||
}
|
||
|