index.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .continue{
  2. background: #f2f2f2;
  3. min-height: 100vh;
  4. .form-index{
  5. background: #fff;
  6. }
  7. }
  8. .page-section {
  9. /* position: absolute; */
  10. /* height:200px; */
  11. width: 100%;
  12. }
  13. .form-index{
  14. .form-btn{
  15. padding:20px 28px 10px 26px;
  16. }
  17. }
  18. // .form-index .van-cell {
  19. // padding: 5px 16px 8px 16px !important;
  20. // display: block !important;
  21. // }
  22. .form-index .van-field__body {
  23. /* display: block!important;
  24. width: 100%!important; */
  25. }
  26. // .form-index .van-field__label {
  27. // color: #909399 !important;
  28. // font-size: 12px !important;
  29. // line-height: 20px !important;
  30. // margin: 0 0 2px 0 !important;
  31. // }
  32. .form-index .van-field__control {
  33. color: #409EFF;
  34. font-size: 15px !important;
  35. font-weight: 600 !important;
  36. height: 30px !important;
  37. line-height: 30px !important;
  38. &::-webkit-input-placeholder,
  39. &::-moz-placeholder,
  40. &::-moz-placeholder,
  41. &::-ms-input-placeholder {
  42. color: #303133 !important;
  43. font-size: 14px !important;
  44. font-weight: lighter;
  45. }
  46. }
  47. // .popup-container {
  48. // position: relative;
  49. // height: calc(100vh - 66px);
  50. // .popup-radio {
  51. // padding: 12px 0 0 0;
  52. // position: relative;
  53. // height: calc(100vh - 66px);
  54. // .popup-radio-item {
  55. // color: #000;
  56. // font-size: 15px;
  57. // font-weight: bold;
  58. // line-height: 38px;
  59. // text-align: center;
  60. // &.selected {
  61. // color: #409EFF;
  62. // }
  63. // }
  64. // }
  65. // .popup-checkbox {
  66. // padding: 0 16px 0 16px;
  67. // box-sizing: border-box;
  68. // position: relative;
  69. // height: calc(100vh - 66px);
  70. // .msgTitle {
  71. // background: #67C23A;
  72. // font-size: 12px;
  73. // text-align: center;
  74. // height: 30px;
  75. // line-height: 26px;
  76. // color: #fff;
  77. // margin: 0 -16px 20px -16px;
  78. // }
  79. // .popup-checkbox-item {
  80. // color: #000;
  81. // font-size: 15px;
  82. // font-weight: bold;
  83. // line-height: 38px;
  84. // background: rgb(244, 244, 245);
  85. // padding: 6px 12px;
  86. // margin: 0 0 10px 0;
  87. // border-radius: 7px;
  88. // border: 1px solid rgb(244, 244, 245);
  89. // display: flex;
  90. // &.selected {
  91. // color: #409EFF;
  92. // border: 1px solid #409EFF;
  93. // }
  94. // .popup-checkbox-label {
  95. // flex: 5;
  96. // }
  97. // .popup-checkbox-icon {
  98. // width: 20px;
  99. // height: 20px;
  100. // line-height: 20px;
  101. // display: block;
  102. // border-radius: 50%;
  103. // overflow: hidden;
  104. // margin: 10px 0 0 0;
  105. // }
  106. // }
  107. // }
  108. // .popup-time {
  109. // position: relative;
  110. // height: calc(100vh - 66px);
  111. // }
  112. // }
  113. // .popup-city {
  114. // height: calc(100vh - 66px);
  115. // overflow: hidden;
  116. // }
  117. .van-calendar__header-title {}