/* 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; }