denglu.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /* pages/denglu/denglu.wxss */
  2. page{
  3. /* background: linear-gradient(#f94b0e,#fff); */
  4. background: #fff;
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: flex-start;
  8. }
  9. .img {
  10. width: 100%;
  11. }
  12. .container{
  13. border-radius: 45rpx;
  14. display: flex;
  15. margin-top: -100rpx;
  16. justify-content: center;
  17. align-items: center;
  18. flex-direction: column;
  19. }
  20. /* 导航 */
  21. .nav-bar {
  22. position: fixed;
  23. width: 100%;
  24. top: 0;
  25. color: rgb(255, 255, 255);
  26. /* background: rgb(255, 255, 255); */
  27. z-index: 10000;
  28. height: 160rpx;
  29. text-align: center;
  30. }
  31. .nav-barback{
  32. width: 100%;
  33. position: relative;
  34. top: 0;
  35. z-index: 10001;
  36. height: 160rpx;
  37. line-height: 230rpx;
  38. color: #fff;
  39. font-size: 38rpx;
  40. }
  41. .nav-bar-img{
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .nav-bar .search {
  46. width: 60%;
  47. color: #333;
  48. font-size: 14px;
  49. background: #fff;
  50. position: absolute;
  51. border-radius: 100px;
  52. background: rgb(255, 255, 255);
  53. padding-left: 14px;
  54. z-index: 10002;
  55. }
  56. .bg{
  57. height: 500rpx;
  58. position: absolute;
  59. top:0rpx;
  60. width: 100%;
  61. z-index: -1;
  62. }
  63. .bg .img{
  64. height: auto;
  65. margin-top: 158rpx;
  66. }
  67. .dl_tit{
  68. font-size: 50rpx;
  69. color: #fff;
  70. position: absolute;
  71. top:230rpx;
  72. left: 10%;
  73. z-index: 2;
  74. font-weight: 500;
  75. }
  76. .form_con{
  77. background: #fff;
  78. width: 78%;
  79. margin: 0px auto;
  80. border-radius: 30rpx;
  81. padding: 10% 6% 14% 6%;
  82. box-shadow: 0rpx 0rpx 16rpx #ffe9e3;
  83. }
  84. .form_con input{
  85. height: 120rpx;
  86. line-height: 120rpx;
  87. padding-left: 10rpx;
  88. border-bottom: 1px solid rgb(228, 228, 228);
  89. margin-bottom: 30rpx;
  90. }
  91. .form_con .dl_btn{
  92. margin-top: 120rpx;
  93. width: 100%!important;
  94. border-radius: 50rpx;
  95. background-color:#f85220 ;
  96. color: #fff;
  97. padding: 24rpx 0rpx;
  98. }
  99. .form_con .qx_btn{
  100. margin-top: 50rpx;
  101. width: 100%!important;
  102. border-radius: 50rpx;
  103. color: rgb(158, 158, 158);
  104. padding: 24rpx 0rpx;
  105. }
  106. .btm_tit{
  107. font-size: 30rpx;
  108. position: fixed;
  109. bottom: 10%;
  110. color: #a1a1a1;
  111. }