myFollow.wxss 704 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* pages/myFollow/myFollow.wxss */
  2. .myFollow{
  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. .filter{
  15. margin-top: 10rpx;
  16. }
  17. .checkbox_icon{
  18. font-size: 35rpx;
  19. }
  20. .myIcongroup43{
  21. font-size: 25rpx;
  22. }
  23. .checkbox_label{
  24. font-size: 25rpx;
  25. }
  26. .checkbox_item .van-checkbox__icon{
  27. width: 0.6em !important;
  28. height: 0.6em !important;
  29. line-height: 0.6em !important;
  30. }
  31. .checkbox_item .van-checkbox__label{
  32. padding-left: 10rpx;
  33. }
  34. .main{
  35. flex: 1;
  36. overflow-y: hidden;
  37. height: calc(100vh - 320rpx);
  38. box-sizing: border-box;
  39. margin-top: 10rpx;
  40. }