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

app.wxss 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. /**app.wxss**/
  2. @import "weui.wxss";
  3. page{
  4. font-size: 14px;
  5. background: #f2f1f7;
  6. }
  7. .none{
  8. display: none;
  9. }
  10. .block{
  11. display: block;
  12. }
  13. .icons{
  14. display: inline-block;
  15. background: url('http://m.henhaojie.com/images/icon02.png') no-repeat;
  16. background-size: 750rpx 400rpx;
  17. }
  18. .icons.icon-open{
  19. width: 44rpx;
  20. height: 44rpx;
  21. background-position: 7rpx -128rpx
  22. }
  23. .icons.icon-pickup{
  24. width: 44rpx;
  25. height: 44rpx;
  26. background-position: -126rpx -120rpx;
  27. }
  28. .swiper-container {
  29. width: 100%;
  30. height: 240rpx;
  31. position: relative;
  32. }
  33. .swiper-container .swiper{
  34. height: 100%;
  35. }
  36. .swiper-container .slide-image{
  37. width: 100%;
  38. height: 240rpx;
  39. }
  40. .swiper-container .online-count{
  41. position: absolute;
  42. top: 10px;
  43. left: 50%;
  44. -webkit-transform: translateX(-50%);
  45. transform: translateX(-50%);
  46. color: #fff;
  47. font-size: 12px;
  48. background-color: rgba(0,0,0,.5);
  49. z-index: 100;
  50. padding: 4px 15px;
  51. border-radius: 15px
  52. }
  53. .weui-cell{
  54. padding: 40rpx;
  55. }
  56. .weui-cells::after{border-bottom:0 none;}
  57. .slide{
  58. height: 8px;
  59. /*border-top:1rpx solid #d9d9d9;*/
  60. background-color: #f5f4f9;
  61. }
  62. /*成功率 星星*/
  63. .icon.icon-star {
  64. display: inline-block;
  65. width: 140rpx;
  66. height: 30rpx;
  67. background: url('http://m.henhaojie.com/zip/images/star.png') no-repeat;
  68. background-size: 280rpx 28rpx;
  69. vertical-align: middle;
  70. margin-top: -12rpx
  71. }
  72. .icon-star.icon-star5 {
  73. background-position: 0 3rpx
  74. }
  75. .icon-star.icon-star4 {
  76. background-position: -28rpx 3rpx
  77. }
  78. .icon-star.icon-star3 {
  79. background-position: -56rpx 3rpx
  80. }
  81. .icon-star.icon-star2 {
  82. background-position: -84rpx 3rpx
  83. }
  84. .icon-star.icon-star1 {
  85. background-position: -112rpx 3rpx
  86. }
  87. /* 超出隐藏 */
  88. .elli{
  89. overflow: hidden;
  90. white-space: nowrap;
  91. text-overflow: ellipsis;
  92. }
  93. .ell2{
  94. overflow: hidden;
  95. text-overflow: ellipsis;
  96. display: -webkit-box;
  97. -webkit-box-orient: vertical;
  98. -webkit-line-clamp: 2;
  99. }
  100. /* jiefItem */
  101. .borrow-list-temp .weui-cell__hd .icon{
  102. width: 100%;
  103. height: 100%;
  104. }
  105. .card-list-temp{
  106. position: relative;
  107. }
  108. .template .weui-cell{
  109. display: flex;
  110. display: -webkit-flex;
  111. justify-content: space-between;
  112. padding: 28rpx 24rpx;
  113. }
  114. .card-list-temp .weui-cell__hd{
  115. width: 200rpx;
  116. height: 124rpx;
  117. overflow: hidden;
  118. border-radius: 6px;
  119. }
  120. .borrow-list-temp .weui-cell__hd{
  121. width: 100rpx;
  122. height: 100rpx;
  123. overflow: hidden;
  124. border: #f5f5f5 solid 1rpx;
  125. border-radius: 6px;
  126. }
  127. .template .weui-cell__bd{
  128. /* width: 360rpx; */
  129. margin-left: 10px;
  130. }
  131. .card-list-temp .weui-cell__bd{
  132. width: 300rpx;
  133. }
  134. .card-list-temp .weui-cell__hd image{
  135. width: 100%;
  136. height: 100%;
  137. }
  138. .template .weui-cell__bd .title{
  139. line-height: 20px;
  140. font-size: 16px;
  141. color: #333;
  142. }
  143. .template .desc{
  144. line-height: 18px;
  145. font-size: 12px;
  146. color: #535353;
  147. }
  148. .template .contact-btn{
  149. /*display: none;*/
  150. position: absolute;
  151. top: 0;
  152. left: 0;
  153. width: 100%;
  154. height: 100%;
  155. background: transparent;
  156. }
  157. .template .notice-btn{
  158. position: absolute;
  159. top: 50%;
  160. right: 16px;
  161. width: 132rpx;
  162. padding: 0px;
  163. height: 40rpx;
  164. font-size: 10px;
  165. background: #FFF;
  166. color: #E94D4D;
  167. line-height: 40rpx;
  168. border-radius: 15px;
  169. border: 1rpx solid #E94D4D;
  170. transform: translateY(-50%);
  171. letter-spacing: 1rpx;
  172. }
  173. .template .contact-btn::after, .template .notice-btn::after{
  174. border: 0 none;
  175. }
  176. .template .weui-badge.other{
  177. background: #2893E9;
  178. }
  179. .weui-cell__ft_in-access{
  180. position: absolute;
  181. right: 12px;
  182. top: 50%;
  183. }
  184. .weui-cells:before{
  185. border-top: 1rpx solid #e5e5e5;
  186. }
  187. .card-list .weui-badge{
  188. border-radius: 5px;
  189. margin-top:-3px;
  190. margin-left: 6px;
  191. padding: 2px 4px;
  192. }
  193. .mask{
  194. position: fixed;
  195. top: 0;
  196. left: 0;
  197. width: 100%;
  198. height: 100%;
  199. background: rgba(0, 0, 0, .5);
  200. z-index: 100;
  201. }
  202. .mask .content{
  203. width: 72%;
  204. padding: 10px 0px 0;
  205. background: #fff;
  206. position: absolute;
  207. top: 50%;
  208. left: 50%;
  209. transform: translate(-50%, -50%);
  210. border-radius: 10px;
  211. text-align: center;
  212. }
  213. .mask .content .title{
  214. font-size: 32rpx;
  215. color: #000;
  216. font-weight: 600;
  217. padding: 8px 0 16px;
  218. border-bottom: #D8D8D8 solid 1rpx;
  219. }
  220. .mask .content .text{
  221. padding: 15px;
  222. font-size: 30rpx;
  223. color: #333333;
  224. }
  225. .mask .content .notice{
  226. width:472rpx;
  227. height:348rpx;
  228. }
  229. .mask .content .text>text{
  230. color: #E94D4D;
  231. font-weight: 600;
  232. }
  233. .mask .content .contact-btn{
  234. width: 100%;
  235. height: 50px;
  236. line-height: 50px;
  237. margin-top: 10px;
  238. font-size: 32rpx;
  239. color: #333333;
  240. background: #fff;
  241. border-top: 1rpx solid #d2d3d5;
  242. border-radius: 0px 0px 10px 10px;
  243. font-weight:600;
  244. }
  245. /*@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5){
  246. }
  247. @media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){
  248. }*/