/* pages/searchRecords/searchRecords.wxss */ .searchRecords{ padding: 0 25rpx; /* height: 100vh; */ } .head{ background-color: var(--themeColor); text-align: center; line-height: 80rpx; color: #ffffff; font-weight: bolder; border-radius: 10rpx; } .main{ flex: 1; overflow-y: hidden; margin-top: 15rpx; height: calc(100vh - 280rpx); box-sizing: border-box; }