index.scss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .home-index {
  2. width: 100%;
  3. min-height: 100%;
  4. overflow-y: scroll;
  5. padding:0 0 100px 0;
  6. .page-section {
  7. /* position: absolute; */
  8. /* height:200px; */
  9. width: 100%;
  10. }
  11. .my-swiper {
  12. height: 250px;
  13. width: 100%;
  14. }
  15. .swiper-image {
  16. height: 100%;
  17. width: 100%;
  18. opacity: 0.9;
  19. }
  20. .button-img {
  21. /* position: relative;
  22. bottom:120px;
  23. height:40px;
  24. width:120px;
  25. opacity:0.6; */
  26. }
  27. .form-index {
  28. .form-btn {
  29. padding: 20px 28px 10px 26px;
  30. }
  31. }
  32. .form-index .van-cell {
  33. padding: 5px 16px 8px 16px !important;
  34. display: block !important;
  35. }
  36. .form-index .van-field__body {
  37. /* display: block!important;
  38. width: 100%!important; */
  39. }
  40. .form-index .van-field__label {
  41. color: #909399 !important;
  42. font-size: 12px !important;
  43. line-height: 20px !important;
  44. margin: 0 0 2px 0 !important;
  45. }
  46. .form-index .van-field__control {
  47. color: #409EFF;
  48. font-size: 15px !important;
  49. font-weight: 600 !important;
  50. height: 30px !important;
  51. line-height: 30px !important;
  52. &::-webkit-input-placeholder,
  53. &::-moz-placeholder,
  54. &::-moz-placeholder,
  55. &::-ms-input-placeholder {
  56. color: #303133 !important;
  57. font-size: 14px !important;
  58. font-weight: lighter;
  59. }
  60. }
  61. /* .aaa{
  62. position: fixed!important;
  63. top:0!important;
  64. left:0!important;
  65. width: 100%;
  66. height: 100%;
  67. } */
  68. .banner {
  69. position: absolute;
  70. background: #409EFF;
  71. bottom: 0;
  72. left: 0;
  73. z-index: 9999;
  74. width: 100%;
  75. height: 50%;
  76. }
  77. }