/* pages/voyageManage/myDaily/examine/examine.wxss */ .box { width: 80vw; border: 1rpx solid grey; border-radius: 20rpx; margin: 0 auto; padding: 10rpx 20rpx; } .line { font-size: 28rpx; margin: 10rpx 20rpx; } .line-full-item { display: flex; justify-content: space-between; } line-full-title, .line-full-text { width: 50%; } .line-full-text { color: #444; } .tabsview { font-size: 28rpx; text-align: center; color: #333; border-radius: 10rpx; padding: 10rpx 20rpx; } .reject { font-size: 28rpx; text-align: center; color: #333; padding: 10rpx 20rpx; background: #d90024; border-radius: 10rpx; color: #fff; } .picker0 { min-width: 260rpx; max-width: 320rpx; border: 1rpx solid grey; padding: 10rpx 20rpx 10rpx 30rpx; border-radius: 10rpx; font-size: 26rpx; margin: 20rpx auto; } .picker { display: flex; align-items: center; justify-content: space-between; } .box2 { border: 1px solid grey; margin: 30rpx auto; border-radius: 20rpx; width: 80vw; } .box2 input, .picker2 { width: 320rpx !important; border: 1px solid grey; padding: 0 10rpx; } .line2 { display: flex; justify-content: space-between; align-items: center; font-size: 28rpx; margin: 20rpx auto } .primary { padding: 16rpx 30rpx; color: #fff; background: #0094FE; font-size: 28rpx; text-align: center; border-radius: 10rpx; margin: 0 auto; width: 320rpx; }