纸通宝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.
 

56 lines
1.2 KiB

/* pages/process/order-check/index.wxss */
.cate-list {
margin: 24rpx 30rpx;
border: 1rpx solid #dcdcdc;
}
.cate-header {
min-height: 76rpx;
background-color: #dcdcdc;
padding: 0rpx 30rpx;
}
.cate-index {
width: 32rpx;
height: 32rpx;
line-height: 32rpx;
text-align: center;
border-radius: 5000rpx;
border: 1px solid #666666;
margin-left: 12rpx
}
.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--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)
}