帮你贷(借款贷款平台--pink,借钱贷款手机超市--green,贷款借钱帮手--yellow)小程序

details.wxss 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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. display: flex;
  40. justify-content: space-between;
  41. align-items: center;
  42. position: relative;
  43. }
  44. .details .loan-limit .text{
  45. display: inline-block;
  46. width: 60%;
  47. line-height: 30px;
  48. padding-left: 10px;
  49. font-size: 14px;
  50. }
  51. .details .loan-limit .ipt{
  52. display: inline-block;
  53. width: 28%;
  54. margin-top: -10px;
  55. padding: 0 5px;
  56. font-size: 14px;
  57. text-align: right;
  58. vertical-align: middle;
  59. }
  60. .details .loan-limit .more{
  61. font-size: 14px;
  62. }
  63. .details .loan-limit .select-perid{
  64. display: inline-block;
  65. /* width: 35%; */
  66. vertical-align: middle;
  67. /* margin-top: -10px; */
  68. text-align: right;
  69. }
  70. .details .loan-limit .select-perid .picker{
  71. background: transparent;
  72. font-size: 14px;
  73. height: 30px;
  74. line-height: 30px;
  75. padding: 0;
  76. }
  77. .cal-result{
  78. display: flex;
  79. align-items: center;
  80. justify-content: center;
  81. background: #fff;
  82. padding: 15px 10px;
  83. }
  84. .cal-result .result-item{
  85. flex: 0 0 1;
  86. width: 33%;
  87. border-left: 1rpx solid #E5E5E5;
  88. text-align: center;
  89. }
  90. .cal-result .result-item:first-child{
  91. border-left: 0 none;
  92. }
  93. .cal-result .result-item .title{
  94. color: #666;
  95. font-size: 12px;
  96. }
  97. .cal-result .result-item .notice{
  98. font-size: 20px;
  99. color: #e42a2a;
  100. margin-top: 10px;
  101. }
  102. .details-info{
  103. /* border-top: #e5e5e5 solid 1rpx; */
  104. padding-top: 20px;
  105. }
  106. .details-info .intro {
  107. background: #fff;
  108. /* padding: 10px 12px; */
  109. /* border-bottom: #e5e5e5 solid 1rpx; */
  110. padding-bottom: 20px;
  111. }
  112. .details-info .intro .title{
  113. line-height: 12px;
  114. margin: 5px 0;
  115. /* padding-left: 5px; */
  116. /* border-left: #ffe100 solid 2px; */
  117. color: #999;
  118. }
  119. .details-info .intro .content{
  120. /* padding: 10px 0 10px; */
  121. line-height: 1.5;
  122. color: #333333;
  123. }
  124. .details-info .more{
  125. text-align: center;
  126. font-size: 0px;
  127. background: #fff;
  128. padding: 10px 0;
  129. }
  130. .details-info .more .text{
  131. font-size: 14px;
  132. }
  133. .details-info .more .icon-open, .details-info .more .icon-pickup{
  134. vertical-align: top;
  135. }
  136. .recommend-wrapper{
  137. width: 100%;
  138. }
  139. .recommend-wrapper>.title{
  140. font-size: 14px;
  141. line-height: 32px;
  142. padding-left: 10px;
  143. color: #666;
  144. }
  145. .recommend-wrapper .recommend-app{
  146. display: flex;
  147. padding: 10px 0;
  148. background: #fff;
  149. width: 766px;
  150. /*height: 85px;*/
  151. overflow-x: auto;
  152. overflow-y: hidden;
  153. background-color: #fff;
  154. }
  155. .recommend-wrapper .recommend-app .app-item{
  156. flex: 0 0 1;
  157. width: 50px;
  158. font-size: 0px;
  159. overflow: hidden;
  160. margin-left: 24px;
  161. }
  162. .recommend-wrapper .recommend-app .app-item .img{
  163. width: 50px;
  164. height: 50px;
  165. background-color: #e5e5e5;
  166. border-radius: 10px;
  167. }
  168. .recommend-wrapper .recommend-app .app-item .title{
  169. font-size: 12px;
  170. text-align: center;
  171. line-height: 12px;
  172. margin-top: 5px;
  173. }
  174. .recommend-wrapper .scroll-container{
  175. overflow-x: auto;
  176. }
  177. .button-wrapper{
  178. position: fixed;
  179. left: 0;
  180. bottom: 0;
  181. width: 100%;
  182. height: 60px;
  183. background: #f2f1f7;
  184. }
  185. .button-wrapper .contact-btn{
  186. width: 80%;
  187. height: 40px;
  188. margin-top: 10px;
  189. background-color: #FB1D81;
  190. font-size: 15px;
  191. line-height: 40px;
  192. border-radius: 3px;
  193. color: #ffffff;
  194. }
  195. .button-wrapper .contact-btn::after{
  196. border: 0 none;
  197. }
  198. /* 更新 */
  199. .detail_edu{
  200. background: #fff;
  201. padding: 0 16px;
  202. }
  203. .detail_edu_con{
  204. display: flex;
  205. justify-content: space-between;
  206. align-items: center;
  207. border-top: 1px solid #eeeeee;
  208. padding: 30rpx 0;
  209. }
  210. .detail_edu_con view {
  211. color: #333333;
  212. font-size: 14px;
  213. text-align: center;
  214. margin-top: 5px;
  215. }
  216. .detail_edu_con text{
  217. color: #666;
  218. font-size: 12px;
  219. }
  220. .details_jine{
  221. background: #fff;
  222. padding: 24px 15px;
  223. padding-bottom: 15px;
  224. }
  225. .details_jine_con{
  226. color: #666;
  227. }
  228. #input{
  229. text-align: center;
  230. color: #FB1D81;
  231. font-size: 20px;
  232. position:absolute;
  233. left:0;
  234. right:0;
  235. margin:auto;
  236. }
  237. .more_right{
  238. padding-right: 12px;
  239. }
  240. .icons_right{
  241. width:30rpx;
  242. height:44rpx;
  243. background-position:13rpx -193rpx;
  244. }
  245. .moreData{
  246. text-align: center;
  247. color: #333;
  248. font-size: 14px;
  249. }
  250. .icon-condition{
  251. background: url(https://chaoshi.henhaojie.com/icon/icon-condition.png) no-repeat;
  252. }
  253. .icon-data{
  254. background: url(https://chaoshi.henhaojie.com/icon/icon-data.png) no-repeat;
  255. }
  256. .icon-explain{
  257. background: url(https://chaoshi.henhaojie.com/icon/icon-explain.png) no-repeat;
  258. }
  259. .icon-more{
  260. width: 40rpx;
  261. height: 40rpx;
  262. background-size: 100% 100%;
  263. margin-right: 5px;
  264. }