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

35 lines
539 B

4 years ago
/* pages/topics/rentHouse/index.wxss */
4 years ago
.bg-image{
display: block;
width: 100%;
height: 100%;
/* background-color: rgba(0,0,0,.2); */
}
4 years ago
.con{
4 years ago
width: 100%;
4 years ago
display: flex;
flex-direction: column;
align-items: center;
4 years ago
/* background-size: 100% 100%; */
4 years ago
}
.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;
}