Нет описания

query-help.css 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. .alert-info {
  53. position: absolute;
  54. top: 1.74rem;
  55. right: 0;
  56. left: 0;
  57. bottom: 0;
  58. text-align: center;
  59. }
  60. .alert-info p {
  61. display: inline-block;
  62. height: 0.38rem;
  63. color: #fff;
  64. font-size: 0.14rem;
  65. line-height: 0.38rem;
  66. padding: 0 0.10rem;
  67. background-color: rgba(0, 0, 0, 0.7);
  68. border-radius: 5px;
  69. }
  70. .goGjj{
  71. font-size: 0.14rem;
  72. text-align: right;
  73. margin-top: 0.1rem;
  74. }
  75. .goGjj em{
  76. font-style: normal;
  77. }
  78. .goGjj span{
  79. color: #4B62FF;
  80. }
  81. .ljqw{
  82. font-size: 0.14rem;
  83. line-height: 0.2rem;
  84. color: #666666;
  85. padding: 0.16rem;
  86. padding-bottom: 0;
  87. text-align: right;
  88. }
  89. .ljqw span{
  90. color: #4B62FF;
  91. }