/* pages/myWelfare/myWelfare.wxss */ .page{ display: flex; overflow: hidden; flex-direction: column; } .tabwraper{ flex:1; overflow: hidden; } .van-tab__pane{ flex:1; } .tabbox{ flex:1; width:100%; height:100%; } .van-tabs{ margin-top: 172rpx; width:100%; } .tabactive{ font-size: 32rpx!important; } .scrollwraper{ height:100%; overflow: scroll; -webkit-overflow-scrolling: touch; } .van-tab__pane{ margin-top: 20rpx; overflow: hidden; height:calc(100vh - 285rpx)!important; } .tabs{ flex:1; margin-top: 172rpx; } .vantab{ display: flex; overflow-y: hidden; position: relative; height:calc(100% - 300rpx); } .scrollwraper{ box-sizing: border-box; border-radius: 10rpx; } .tabactive{ font-size: 32rpx!important; } .fulibox{ display: flex; margin:0 32rpx 20rpx; justify-content: space-between; box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0,0,0,0.1); border-radius: 10rpx; background-color: #fff; } /* .fulibox:first-child{ margin-top: 30rpx; } */ .fulibox .left{ margin-left: 30rpx; } .fulibox .left .name{ color: #333333; margin-top: 20rpx; font-weight: 550; font-size: 34rpx; } .fulibox .left .name .tag{ vertical-align:middle; color:#fff; display: inline-block; font-weight: normal; padding:6rpx 14rpx; margin-right: 10rpx; border-radius: 20rpx; background-color: #f59a22; font-size: 24rpx; margin-bottom: 8rpx; } .fulibox .left .name .names{ display: inline; word-break: break-all; } .fulibox .left .rangbox{ margin-top: 20rpx; height: 30rpx; } .fulibox .left .range{ color: #E34D59; font-size: 28rpx; } .fulibox .left .date{ color: #999999; margin-top: 10rpx; font-size: 28rpx; margin-bottom: 20rpx; } .fulibox .right{ width: 216rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #EF4F20; border-radius: 10rpx; } .fulibox .right .price{ color:#fff; font-size: 34rpx; } .fulibox .right .price .num{ font-size: 60rpx; } .fulibox .right .use{ margin-top: 10rpx; margin-bottom: 10rpx; width: 152rpx; height: 60rpx; background: #FFFFFF; display: flex; align-items: center; justify-content: center; border-radius: 29rpx; color:#fff; color: #EF4F20; font-size: 28rpx; } .outdate .right{ background: #D3D3D3; } .outdate .left .range{ color: #666666; } .outdate .right .use{ color: #D3D3D3; } .nonedata{ margin-top: 172rpx; }