reset.scss 1005 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /* #ifdef H5 */
  2. .uni-page-head {
  3. background-color: transparent !important;
  4. }
  5. /* #endif */
  6. /* #ifdef H5 */
  7. // uni-page-body, body {
  8. // height: auto;
  9. // min-height: 100%;
  10. // }
  11. /* #endif */
  12. // 修改uni-nav-bar样式
  13. .uni-navbar-header {
  14. line-height: 96px !important;
  15. height: 96px !important;
  16. }
  17. .uni-status-bar {
  18. height: auto !important;
  19. }
  20. .uni-navbar-container {
  21. display: flex !important;
  22. align-items: center !important;
  23. justify-content: center !important;
  24. }
  25. .uni-navbar-shadow {
  26. box-shadow: 0 0 6px 2px #ccc;
  27. }
  28. uni-picker .uni-picker-item {
  29. font-size: 30px;
  30. }
  31. .iconfont {
  32. display: inline-block;
  33. vertical-align: middle;
  34. }
  35. // 修改image的图片样式
  36. image {
  37. width: 100%;
  38. // height: auto;
  39. }
  40. .datetime-picker{
  41. .picker-body{
  42. font-size: 32px !important;
  43. }
  44. .btn-picker{
  45. font-size: 32px !important;
  46. &.submit{
  47. color: #3a1b06 !important;
  48. padding: 0 20px !important;
  49. border-radius: 24px !important;
  50. }
  51. &.cancel{
  52. color: #878787!important
  53. }
  54. }
  55. }