epmet 工作端 小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

190 lines
3.2 KiB

/* subpages/gatherInformation/pages/gatherInformation/gatherInformation.wxss */
page{
height: 100vh;
overflow: hidden;
background-color:#f7f7f7 ;
/*定位方式为相对定位 */
position: relative;
display: flex;
/* 按照行排序 */
flex-direction: column;
}
.custom-tab-title .van-tab__title {
font-size: 32rpx;
}
.search{
width: 100%;
box-sizing: border-box;
align-items: center;
/* justify-content: space-between; */
box-sizing: border-box;
justify-content: center;
}
.filter{
margin-left: 50rpx;
margin-right: 60rpx;
}
.row1{
font-size: 30rpx
}
.box_2 {
background-color: rgba(247,247,247,1.000000);
border-radius: 20rpx;
/* 相对于父级进行定位 */
/* position: absolute; */
left: 0rpx;
/* top: 181rpx; */
width: 750rpx;
height: 1365rpx;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
/* .section_5 {
width: 100%;
height: 1395rpx;
display: flex;
flex-direction: column;
overflow-y: auto;
} */
.section_5 {
height: 1395rpx;
display: flex;
flex-direction: column;
overflow: hidden;
padding: 20rpx;
}
.content_1{
display: flex;
/* flex-direction: row; */
justify-self:center;
margin: 40rpx 0 0 10rpx;
}
.content_1>view{
display: flex;
flex-direction: column;
align-items: center;
width: 250rpx;
height:210rpx;
}
.data{
display: flex;
flex-direction: column;
margin: 40rpx 0 0 10rpx;
}
.data >view{
display: flex;
flex-direction: column;
align-items: center;
width: 303rpx;
height: 200rpx;
}
.house{
display: flex;
justify-content: start;
margin: 40rpx 0 0 10rpx;
}
.house >view{
display: flex;
flex-direction: column;
align-items: center;
width: 303rpx;
height: 200rpx;
}
.image_2 {
width: 158rpx;
height: 56rpx;
margin-left: 332rpx;
}
.list_1 {
width: 700rpx;
/* height: 603rpx; */
/* display: flex; */
/* flex-direction: column; */
/* justify-content: space-between; */
display: flex;
/* width: 100%; */
margin-bottom: 20rpx;
}
.section_1-0 {
background-color: rgba(255,255,255,1.000000);
border-radius: 20rpx;
/* height: 410rpx; */
width: 710rpx;
display: flex;
flex-direction: column;
padding-bottom: 10px;
}
.image-wrapper_9-1{
width: 404rpx;
height: 100rpx;
flex-direction: row;
display: flex;
justify-content: space-between;
margin: 40rpx 0 0 59rpx;
}
.text-wrapper_7-0 {
width: 134rpx;
height: 33rpx;
display: flex;
/* row水平排列 */
flex-direction: row;
margin: 29rpx 0 0 29rpx;
}
.text_2-0 {
width: 134rpx;
height: 33rpx;
/* 文本换行 */
overflow-wrap: break-word;
color: rgba(51,51,51,1);
font-size: 34rpx;
font-family: PingFang-SC-Bold;
font-weight: 700;
text-align: left;
white-space: nowrap;
line-height: 42rpx;
}
.title{
margin-top: 20rpx;
font-size: 16px;
font-weight: 550;
margin-left: 30rpx;
}
.title_mall{
margin-top: 20rpx;
font-size: 13px;
opacity: 0.5;
margin-left: 30rpx;
}
.movable-area{
pointer-events:none;
z-index: 100;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.movable-view{
pointer-events:auto;
height: 50px;
width: 50px;
}
.image-wrapper{
width: 190rpx;
height: 190rpx;
}