index.wxss 800 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .weui-vtabs {
  2. width: 100%;
  3. height: 100%;
  4. display: flex
  5. }
  6. .weui-vtabs-bar__wrp {
  7. width: 110px;
  8. height: 100%
  9. }
  10. .weui-vtabs-bar__scrollview {
  11. height: 100%
  12. }
  13. .weui-vtabs-bar__content {
  14. width: 110px;
  15. height: 100%
  16. }
  17. .weui-vtabs-bar__item {
  18. /* display: inline-block;
  19. width: 110px;
  20. height: 55px;
  21. border-left: 4px solid transparent */
  22. }
  23. .weui-vtabs-bar__title {
  24. box-sizing: border-box;
  25. width: 178rpx;
  26. height: 152rpx;
  27. display: flex;
  28. flex-flow: column nowrap;
  29. justify-content: center;
  30. align-items: center;
  31. font-size: 24rpx;
  32. text-align: center;
  33. position: relative;
  34. }
  35. .icon{
  36. width: 42rpx;
  37. height: 42rpx;
  38. }
  39. .weui-vtabs-content__wrp {
  40. overflow: hidden;
  41. flex: 1;
  42. height: 100%
  43. }
  44. .weui-vtabs-content__scrollview {
  45. height: 100%
  46. }
  47. .weui-vtabs-content {
  48. height: 100%
  49. }