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

getIt.wxss 1020B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*page {*/
  2. /* font-size: 100px; */
  3. /*font-family: "PingFangSC-Regular, 微软雅黑, sans-serif";*/
  4. /*}*/
  5. .pd64 {
  6. background: #fff;
  7. border-top: 1rpx solid #E5E5E5;
  8. padding-bottom: 46px;
  9. text-align: center;
  10. }
  11. .phone_number{
  12. display: block;
  13. margin-top: 12px;
  14. font-size: 18px;
  15. color: #333;
  16. text-align: center;
  17. }
  18. /* .phone_number text{
  19. font-size: 18px;
  20. color: #333;
  21. text-align: center;
  22. } */
  23. .logo_img {
  24. width: 68px;
  25. height: 88px;
  26. display: block;
  27. margin: auto;
  28. margin-top: 32px;
  29. }
  30. .details {
  31. display: block;
  32. height: 84px;
  33. width: 100%;
  34. background: #fff;
  35. font-size: 14px;
  36. margin: auto;
  37. text-align: center;
  38. line-height: 84px;
  39. margin-top: 10px;
  40. color: #8c8c8c;
  41. }
  42. .details text {
  43. color: #db3232;
  44. }
  45. .getIt .contact-btn{
  46. /*position: fixed;*/
  47. /*left: 0;*/
  48. /*bottom: 0;*/
  49. width: 90%;
  50. height: 40px;
  51. line-height: 40px;
  52. font-size: 15px;
  53. background: #FFE100;
  54. margin-top: 20px;
  55. }
  56. .getIt .contact-btn::after{
  57. border: 0 none;
  58. }