meetingTimePicker.acss 1.34 KB
picker-view {
    background: rgb(255, 255, 255);
    display: flex;
}

picker-view .column {
    font-size: 34rpx;
    color: #191F25;
}
.pick-column{
    border-left: 100vw solid transparent;
}

.column-1 {
    flex: 1;
}

.column-2 {
    flex: 2;
}

.tab {
    margin-top: 72rpx;
    display: flex;
    padding-left: 24rpx;
}

.tab>view {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16rpx 34rpx;
    background: rgba(10,10,10,0.06);
    border-radius: 8rpx;
    margin-right:24rpx;
}

.tab>view>text {
    color: rgba(10,10,10,0.4);
    font-size: 28rpx;
}

.tab>view>text:nth-of-type(2) {
    color:  rgba(10,10,10,0.56);
    font-size: 34rpx;
    font-weight: bold;
    line-height: 48rpx;
}

.tab .active {
    background: #fff;
    border: 2rpx solid rgb(10,10,10);
}

.tab .active>text {
    color: rgba(10,10,10,0.8);
}

.tab>.active>text:nth-of-type(2) {
    color: rgb(10, 10, 10);
}

.coustom-end {
    height: 144rpx;
    position: relative;
    border-bottom: 2rpx solid rgba(25, 31, 37, 0.12);
}

.coustom-end>text {
    color: rgb(10,10,10);
    position: absolute;
    font-size: 24rpx;
    right: 32rpx;
    top: 22rpx;
}

.coustom-end .error {
    left: 32rpx;
    right: auto;
    color: red;
}

.picker-complete {
    position: absolute;
    color: rgb(10,10,10);
    font-size: 32rpx;
    right: 32rpx;
    top: 32rpx;
}