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

app.wxss 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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: 12px;
  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. padding: 28rpx 24rpx;
  112. }
  113. .card-list-temp .weui-cell__hd{
  114. width: 200rpx;
  115. height: 124rpx;
  116. overflow: hidden;
  117. border-radius: 6px;
  118. }
  119. .borrow-list-temp .weui-cell__hd{
  120. width: 100rpx;
  121. height: 100rpx;
  122. overflow: hidden;
  123. border: #f5f5f5 solid 1rpx;
  124. border-radius: 6px;
  125. }
  126. .template .weui-cell__bd{
  127. width: 360rpx;
  128. margin-left: 10px;
  129. }
  130. .card-list-temp .weui-cell__bd{
  131. width: 300rpx;
  132. }
  133. .card-list-temp .weui-cell__hd image{
  134. width: 100%;
  135. height: 100%;
  136. }
  137. .template .weui-cell__bd .title{
  138. line-height: 20px;
  139. font-size: 16px;
  140. color: #333;
  141. }
  142. .template .desc{
  143. line-height: 18px;
  144. font-size: 12px;
  145. color: #535353;
  146. }
  147. .template .contact-btn{
  148. /*display: none;*/
  149. position: absolute;
  150. top: 0;
  151. left: 0;
  152. width: 100%;
  153. height: 100%;
  154. background: transparent;
  155. }
  156. .template .notice-btn{
  157. position: absolute;
  158. top: 50%;
  159. right: 16px;
  160. width: 132rpx;
  161. padding: 0px;
  162. height: 40rpx;
  163. font-size: 10px;
  164. background: #FFF;
  165. color: #E94D4D;
  166. line-height: 40rpx;
  167. border-radius: 15px;
  168. border: 1rpx solid #E94D4D;
  169. transform: translateY(-50%);
  170. letter-spacing: 1rpx;
  171. }
  172. .template .contact-btn::after, .template .notice-btn::after{
  173. border: 0 none;
  174. }
  175. .template .weui-badge.other{
  176. background: #2893E9;
  177. }
  178. .weui-cell__ft_in-access{
  179. position: absolute;
  180. right: 12px;
  181. top: 50%;
  182. }
  183. .weui-cells:before{
  184. border-top: 1rpx solid #e5e5e5;
  185. }
  186. .card-list .weui-badge{
  187. border-radius: 5px;
  188. margin-top:-3px;
  189. margin-left: 6px;
  190. padding: 2px 4px;
  191. }
  192. .mask{
  193. position: fixed;
  194. top: 0;
  195. left: 0;
  196. width: 100%;
  197. height: 100%;
  198. background: rgba(0, 0, 0, .5);
  199. z-index: 100;
  200. }
  201. .mask .content{
  202. width: 72%;
  203. padding: 10px 0px 0;
  204. background: #fff;
  205. position: absolute;
  206. top: 50%;
  207. left: 50%;
  208. transform: translate(-50%, -50%);
  209. border-radius: 10px;
  210. text-align: center;
  211. }
  212. .mask .content .title{
  213. font-size: 32rpx;
  214. color: #000;
  215. font-weight: 600;
  216. padding: 8px 0 16px;
  217. border-bottom: #D8D8D8 solid 1rpx;
  218. }
  219. .mask .content .text{
  220. padding: 15px;
  221. font-size: 30rpx;
  222. color: #333333;
  223. }
  224. .mask .content .notice{
  225. width:472rpx;
  226. height:348rpx;
  227. }
  228. .mask .content .text>text{
  229. color: #E94D4D;
  230. font-weight: 600;
  231. }
  232. .mask .content .contact-btn{
  233. width: 100%;
  234. height: 50px;
  235. line-height: 50px;
  236. margin-top: 10px;
  237. font-size: 32rpx;
  238. color: #333333;
  239. background: #fff;
  240. border-top: 1rpx solid #d2d3d5;
  241. border-radius: 0px 0px 10px 10px;
  242. font-weight:600;
  243. }
  244. /*@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5){
  245. }
  246. @media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){
  247. }*/