luanqing-date-picker.css 751 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .title_bar{
  2. width: calc(100vw - 56rpx);
  3. padding-left: 28rpx;
  4. padding-right: 28rpx;
  5. height: 100rpx;
  6. background-color: #ffffff;
  7. display: flex;
  8. flex-direction: row;
  9. justify-content: space-between;
  10. align-items: center;
  11. border-bottom: 1rpx solid #F4F6F8;
  12. }
  13. .year_text{
  14. font-size: 28rpx;
  15. color: #333333;
  16. margin-left: 28rpx;
  17. margin-right: 34rpx;
  18. }
  19. .title_text{
  20. color: #333333;
  21. font-size: 28rpx;
  22. font-weight: 500;
  23. }
  24. .year_month_bar{
  25. padding-top: 10rpx;
  26. padding-bottom: 10rpx;
  27. background-color: #ffffff;
  28. }
  29. .cancel_text{
  30. /* color: #E00300; */
  31. font-size: 28rpx;
  32. font-weight: 500;
  33. }
  34. .confirm_text{
  35. /* color: #E00300; */
  36. background-color: #ffffff;
  37. padding: 8rpx 20rpx;
  38. border-radius: 10rpx;
  39. font-size: 28rpx;
  40. font-weight: 500;
  41. }