aosiyiliaouniapp/pages/project/project.css

71 lines
1.1 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.list-view-item{
font-size:1ex;
padding: 1ex;
box-shadow: .8ex .7ex 1ex #22222215;
margin-bottom: 2ex;
margin-left: 4.5vw;
width: 88vw;
height: 16vh;
display: flex;
border-radius: 1ex;
border: 1px solid #5d7bdd4f;
}
.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;
}