.groud { width: 100%; padding: 30rpx; border-bottom: 1px solid #DDDDDD; overflow: hidden; .title { display: flex; justify-content: space-between; box-sizing: border-box; .label { height: 40rpx; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; } .tabs-box { display: flex; align-items: center; height: 50rpx; background: #F5F5F5; border-radius: 30rpx; padding: 4rpx; background-color: #F5F5F5; box-sizing: content-box; margin-right: 50rpx; .item { font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #FFFFFF; height: 42rpx; line-height: 42rpx; padding: 0 16rpx; background-color: #F5F5F5; color: #999999; border-radius: 26rpx; box-sizing: border-box; } .active { background-color: #3874F6; color: #FFFFFF; transition: color 0.3s; } } } .content { display: flex; flex-wrap: wrap; width: 100%; .but { min-width: 188rpx; height: 72rpx; background: #F5F5F5; border-radius: 8rpx; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; margin-right: 20rpx; margin-top: 20rpx; padding: 0 20rpx; box-sizing: border-box; } .active { border: 1px solid #3874F6; color: #3874F6; font-weight: bold; background-color: #F5F5F5; } } .time { .partition { margin-right: 20rpx; display: flex; align-items: center; } .tbox { width: 220rpx; height: 72rpx; text-align: center; line-height: 72rpx; background: #F5F5F5; border-radius: 8rpx; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; box-sizing: border-box; margin-right: 20rpx; margin-top: 20rpx; } } } .exclution { opacity: .7; .content { .active { border: 0px solid #3874F6; color: #333333; font-weight: bold; background-color: #F5F5F5; } } } .footer { display: flex; justify-content: space-around; width: 100%; box-sizing: border-box; padding: 10rpx; box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 8rpx; .v-but { width: 190rpx; height: 90rpx; background: #FFFFFF; border-radius: 8rpx; border: 1px solid #CCCCCC; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; } .confirm { border: none; background: #3874F6; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #FFFFFF; } }