Geen omschrijving

query-help.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. body{
  2. background: #FFFFFF;
  3. height: 100%;
  4. }
  5. #body{
  6. padding: 0.2rem 0.23rem;
  7. }
  8. nav {
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. z-index: 9999;
  13. font-size: 0rem;
  14. height: 0.44rem;
  15. width: 100%;
  16. background-color: #5d7dff;
  17. }
  18. nav i {
  19. display: inline-block;
  20. width: 0.16rem;
  21. height: 0.16rem;
  22. line-height: 0.44rem;
  23. margin-left: 0.1rem;
  24. background-image: url(../img/back.png);
  25. background-repeat: no-repeat;
  26. background-size: 100% auto;
  27. }
  28. nav p {
  29. display: inline-block;
  30. width: 90%;
  31. text-align: center;
  32. line-height: 0.44rem;
  33. color: #fff;
  34. font-size: 0.17rem;
  35. }
  36. .content{
  37. margin-top: 0.44rem;
  38. }
  39. .title{
  40. font-size: .15rem;
  41. color: #333333;
  42. font-weight: bold;
  43. }
  44. .goOfficialNetwork{
  45. font-size: 0.14rem;
  46. line-height: 0.2rem;
  47. color: #666666;
  48. padding: 0.16rem;
  49. padding-bottom: 0;
  50. }
  51. .goOfficialNetwork span{
  52. color: #4B62FF;
  53. }
  54. .tips {
  55. padding-top: 0.22rem;
  56. }
  57. .tips p {
  58. font-size: 0.14rem;
  59. line-height: 0.2rem;
  60. color: #666666;
  61. /*padding: 0.16rem;*/
  62. padding-bottom: 0;
  63. }
  64. .tips .title{
  65. font-size: .15rem;
  66. color: #333333;
  67. font-weight: bold;
  68. padding: 0.16rem 0;
  69. }
  70. .ljqw{
  71. font-size: 0.14rem;
  72. line-height: 0.2rem;
  73. color: #666666;
  74. padding: 0.16rem;
  75. padding-bottom: 0;
  76. text-align: right;
  77. }
  78. .ljqw span{
  79. color: #4B62FF;
  80. }
  81. .alert-info {
  82. position: absolute;
  83. top: 1.74rem;
  84. right: 0;
  85. left: 0;
  86. bottom: 0;
  87. text-align: center;
  88. }
  89. .alert-info p {
  90. display: inline-block;
  91. height: 0.38rem;
  92. color: #fff;
  93. font-size: 0.14rem;
  94. line-height: 0.38rem;
  95. padding: 0 0.10rem;
  96. background-color: rgba(0, 0, 0, 0.7);
  97. border-radius: 5px;
  98. }
  99. .loan_recommendation{
  100. padding-top: 0.3rem;
  101. }
  102. .mySwiper{
  103. width: 100%;
  104. height: 0.8rem;
  105. }
  106. .mySwiper img{
  107. width: 100%;
  108. }