index.acss 1.82 KB
.tabBar {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    /* box-shadow: 0 -4rpx 8rpx 0 rgba(0,0,0,0.04);
    border-radius: 0 64rpx 0 64rpx 0 0 0; */
}

.tabBarContaint {
    display: flex;
    height: 120rpx;
    background: url('../../assests/tabBarBg.png');
    background-size: cover;
    padding-top: 4rpx;
}

.tabBarContaint>view {
    flex: 1;
    font-size: 28rpx;
}

.tabBarContaint>view:nth-of-type(1) {
    text-align: left;
}

.tatabBarContaintbBar>view:nth-of-type(2) {
    text-align: right;
}

.createMeeting {
    position: absolute;
    left: 50%;
    top: 8rpx;
    font-size: 32rpx;
    border-radius: 50%;
    height: 84rpx;
    width: 84rpx;
    background: #EA0C28;
    box-shadow: 0 4px 7px 0 rgba(234, 12, 40, 0.30);
    margin-left: -42rpx;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.createMeeting .iconfont {
    font-size: 34rpx;
    display: block
}

.tabBarView {
    display: flex;
    flex-direction: column;
    height: 116rpx;
    justify-content: center;
}

.tabBarView1 {
    padding-left: 140rpx;
    align-items: flex-start;
}

.tabBarView2 {
    padding-right: 140rpx;
    align-items: flex-end;
}

.tabBarView>view {
    display: block;
    color: rgba(10, 10, 10, .4)
}

.tabBarView>view:nth-of-type(1) {
    width: 42rpx;
    height: 42rpx;
    font-size: 42rpx;
    margin-bottom: 11rpx;
}

.tabBarView>view:nth-of-type(2) {
    height: 10rpx;
    font-size: 20rpx;
}

.ischooseTabBar>view {
    color: rgba(10, 10, 10, 1) !important;
}

.iconicon_Calendarbox1 {
    position: relative;
}

.iconicon_days {
    position: absolute;
    left: 5rpx;
    top: 8rpx;
    font-size: 30rpx;
}

.tabBarView .iconicon_days {
    color: #FFFFFF !important;
}

.tabBarBottom {
    height: 68rpx;
    width: 100%;
    background: #fff;
}