12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .weui-vtabs {
- width: 100%;
- height: 100%;
- display: flex
- }
- .weui-vtabs-bar__wrp {
- width: 110px;
- height: 100%
- }
- .weui-vtabs-bar__scrollview {
- height: 100%
- }
- .weui-vtabs-bar__content {
- width: 110px;
- height: 100%
- }
- .weui-vtabs-bar__item {
- /* display: inline-block;
- width: 110px;
- height: 55px;
- border-left: 4px solid transparent */
- }
- .weui-vtabs-bar__title {
- box-sizing: border-box;
- width: 178rpx;
- height: 152rpx;
- display: flex;
- flex-flow: column nowrap;
- justify-content: center;
- align-items: center;
- font-size: 24rpx;
- text-align: center;
- position: relative;
-
- }
- .icon{
- width: 42rpx;
- height: 42rpx;
- }
- .weui-vtabs-content__wrp {
- overflow: hidden;
- flex: 1;
- height: 100%
- }
- .weui-vtabs-content__scrollview {
- height: 100%
- }
- .weui-vtabs-content {
- height: 100%
- }
|