index.wxss 1.7 KB

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