市北人才赋能平台 --小程序端
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.
 

30 lines
430 B

/* pages/topics/rentHouse/index.wxss */
.con{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
background-size: 100% 100%;
}
.img{
width: 200px;
height: 150px;
}
.title{
font-weight:1000;
}
.btnView{
position: fixed;
padding: 10px 20px 20px 20px;
bottom: 0;
left: 0;
right: 0;
/* background-color: white; */
}
.text{
width: 90%;
margin-top: 20px;
margin-bottom: 100px;
}