帮你贷的小程序

details.wxss 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. /* pages/details/details.wxss */
  2. .details{
  3. padding-bottom: 60px;
  4. }
  5. .base-info{
  6. background: #fff;
  7. border-top: 1rpx solid #e5e5e5;
  8. }
  9. .base-info .weui-cell__hd{
  10. width: 50px;
  11. height: 50px;
  12. border-radius: 10px;
  13. border: #e5e5e5 solid 1rpx;
  14. }
  15. .base-info .weui-cell__bd{
  16. margin-left: 10px;
  17. }
  18. .base-info .weui-cell__bd .title{
  19. color: #333;
  20. font-size: 16px;
  21. font-weight: normal;
  22. }
  23. .base-info .weui-cell__bd .content{
  24. font-size: 12px;color: #888888;line-height:20px
  25. }
  26. .base-info .weui-cell__hd .icon{
  27. display: inline-block;
  28. width: 100%;
  29. height: 100%;
  30. border-radius: 6px;
  31. }
  32. .details .loan-limit{
  33. width: 100%;
  34. background: #fff;
  35. box-sizing: border-box;
  36. padding: 8px 0;
  37. border-bottom: 1rpx solid #E5E5E5;
  38. font-size: 0px;
  39. }
  40. .details .loan-limit .text{
  41. display: inline-block;
  42. width: 60%;
  43. line-height: 30px;
  44. padding-left: 10px;
  45. font-size: 14px;
  46. }
  47. .details .loan-limit .ipt{
  48. display: inline-block;
  49. width: 28%;
  50. margin-top: -10px;
  51. padding: 0 5px;
  52. font-size: 14px;
  53. text-align: right;
  54. vertical-align: middle;
  55. }
  56. .details .loan-limit .more{
  57. font-size: 14px;
  58. }
  59. .details .loan-limit .select-perid{
  60. display: inline-block;
  61. width: 35%;
  62. vertical-align: middle;
  63. margin-top: -10px;
  64. text-align: right;
  65. }
  66. .details .loan-limit .select-perid .picker{
  67. background: transparent;
  68. font-size: 14px;
  69. height: 30px;
  70. line-height: 30px;
  71. padding: 0;
  72. }
  73. .cal-result{
  74. display: flex;
  75. align-items: center;
  76. justify-content: center;
  77. background: #fff;
  78. padding: 15px 10px;
  79. }
  80. .cal-result .result-item{
  81. flex: 0 0 1;
  82. width: 33%;
  83. border-left: 1rpx solid #E5E5E5;
  84. text-align: center;
  85. }
  86. .cal-result .result-item:first-child{
  87. border-left: 0 none;
  88. }
  89. .cal-result .result-item .title{
  90. color: #666;
  91. font-size: 12px;
  92. }
  93. .cal-result .result-item .notice{
  94. font-size: 20px;
  95. color: #e42a2a;
  96. margin-top: 10px;
  97. }
  98. .details-info{
  99. border-top: #e5e5e5 solid 1rpx;
  100. }
  101. .details-info .intro {
  102. background: #fff;
  103. padding: 10px 12px;
  104. border-bottom: #e5e5e5 solid 1rpx;
  105. }
  106. .details-info .intro .title{
  107. line-height: 12px;
  108. margin: 5px 0;
  109. padding-left: 5px;
  110. border-left: #ffe100 solid 2px;
  111. color: #999;
  112. }
  113. .details-info .intro .content{
  114. padding: 10px 0 10px;
  115. line-height: 1.5;
  116. }
  117. .details-info .more{
  118. text-align: center;
  119. font-size: 0px;
  120. background: #fff;
  121. padding: 10px 0;
  122. font-size: 0px;
  123. }
  124. .details-info .more .text{
  125. font-size: 14px;
  126. }
  127. .details-info .more .icon-open, .details-info .more .icon-pickup{
  128. vertical-align: top;
  129. }
  130. .recommend-wrapper{
  131. width: 100%;
  132. }
  133. .recommend-wrapper>.title, .details-info .title{
  134. font-size: 14px;
  135. line-height: 32px;
  136. padding-left: 10px;
  137. color: #666;
  138. }
  139. .recommend-wrapper .recommend-app{
  140. display: flex;
  141. padding: 10px 0;
  142. background: #fff;
  143. width: 766px;
  144. /*height: 85px;*/
  145. overflow-x: auto;
  146. overflow-y: hidden;
  147. background-color: #fff;
  148. }
  149. .recommend-wrapper .recommend-app .app-item{
  150. flex: 0 0 1;
  151. width: 50px;
  152. font-size: 0px;
  153. overflow: hidden;
  154. margin-left: 24px;
  155. }
  156. .recommend-wrapper .recommend-app .app-item .img{
  157. width: 50px;
  158. height: 50px;
  159. background-color: #e5e5e5;
  160. border-radius: 10px;
  161. }
  162. .recommend-wrapper .recommend-app .app-item .title{
  163. font-size: 12px;
  164. text-align: center;
  165. line-height: 12px;
  166. margin-top: 5px;
  167. }
  168. .recommend-wrapper .scroll-container{
  169. overflow-x: auto;
  170. }
  171. .button-wrapper{
  172. position: fixed;
  173. left: 0;
  174. bottom: 0;
  175. width: 100%;
  176. height: 60px;
  177. background: #f2f1f7;
  178. }
  179. .button-wrapper .contact-btn{
  180. width: 80%;
  181. height: 40px;
  182. margin-top: 10px;
  183. background-color: #ffe100;
  184. font-size: 15px;
  185. line-height: 40px;
  186. border-radius: 3px;
  187. }
  188. .button-wrapper .contact-btn::after{
  189. border: 0 none;
  190. }