searchRecords.wxss 385 B

12345678910111213141516171819202122
  1. /* pages/searchRecords/searchRecords.wxss */
  2. .searchRecords{
  3. padding: 0 25rpx;
  4. /* height: 100vh; */
  5. }
  6. .head{
  7. background-color: var(--themeColor);
  8. text-align: center;
  9. line-height: 80rpx;
  10. color: #ffffff;
  11. font-weight: bolder;
  12. border-radius: 10rpx;
  13. }
  14. .main{
  15. flex: 1;
  16. overflow-y: hidden;
  17. margin-top: 15rpx;
  18. height: calc(100vh - 280rpx);
  19. box-sizing: border-box;
  20. }