Geen omschrijving

query-help.css 1.6KB

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