aosiyiliaouniapp/unpackage/dist/dev/mp-weixin/pages/project/projectIndex.wxss

65 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-04-10 09:13:31 +00:00
.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;
}