纸通宝SAAS仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

45 lines
1.1 KiB

.van-picker__toolbar {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
height: 44px;
height: var(--picker-toolbar-height, 44px);
line-height: 44px;
line-height: var(--picker-toolbar-height, 44px)
}
.van-picker__confirm {
padding: 0 24rpx;
padding: var(--picker-action-padding, 0 24rpx);
font-size: 14px;
font-size: var(--picker-action-font-size, 14px);
color: #1989fa;
color: var(--picker-action-text-color, #1989fa)
}
.van-picker__cancel {
padding: 0 16px;
width: 96rpx;
padding: var(--picker-action-padding, 0 16px);
font-size: 14px;
font-size: var(--picker-action-font-size, 14px);
color: #666666;
color: var(--picker-action-text-color, #666666)
}
.van-picker__cancel--hover,
.van-picker__confirm--hover {
background-color: #f2f3f5;
background-color: var(--picker-action-active-color, #f2f3f5)
}
.van-picker__title {
max-width: 50%;
text-align: center;
font-weight: 500;
font-weight: var(--font-weight-bold, 500);
font-size: 16px;
font-size: var(--picker-option-font-size, 16px)
}