myFollow.wxss 652 B

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