searchRecords.wxss 537 B

1234567891011121314151617181920212223242526272829303132333435
  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. .head_left{
  15. display: flex;
  16. align-items: center;
  17. }
  18. .head_left_title{
  19. margin-left: 10rpx;
  20. }
  21. .main{
  22. flex: 1;
  23. overflow-y: hidden;
  24. margin-top: 15rpx;
  25. /* height: calc(100vh - 280rpx); */
  26. box-sizing: border-box;
  27. }
  28. .slide-image{
  29. height: 100%;
  30. width: 100%;
  31. }