index.wxss 1.4 KB

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