/* pages/topics/rentHouse/index.wxss */ .bg-image{ display: block; width: 100%; height: 100%; /* background-color: rgba(0,0,0,.2); */ } .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; }