Keine Beschreibung

query-help.css 885B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. }