No Description

no_open_city.css 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. body{
  2. height: 100%;
  3. }
  4. html {
  5. font-size: 100px;
  6. background-color: #F2F2F2;
  7. }
  8. nav {
  9. font-size: 0rem;
  10. height: 0.44rem;
  11. width: 100%;
  12. background-color: #5d7dff;
  13. position: relative;
  14. }
  15. nav i {
  16. display: inline-block;
  17. width: 0.16rem;
  18. height: 0.16rem;
  19. line-height: 0.44rem;
  20. background-image: url(../img/back.png);
  21. background-repeat: no-repeat;
  22. background-size: 100% auto;
  23. position: absolute;
  24. top: 0;
  25. bottom: 0;
  26. margin: auto;
  27. margin-left: 0.1rem;
  28. }
  29. nav p {
  30. display: inline-block;
  31. text-align: center;
  32. line-height: 0.44rem;
  33. color: #fff;
  34. font-size: 0.17rem;
  35. position: absolute;
  36. left: 0;
  37. right: 0;
  38. margin: auto;
  39. width: 55%;
  40. }
  41. nav span{
  42. font-size: 0.13rem;
  43. padding-right: 0.13rem;
  44. float: right;
  45. line-height: 0.44rem;
  46. color: #fff;
  47. }
  48. .bg_no_open{
  49. display: block;
  50. width: 1.37rem;
  51. height: 0.77rem;
  52. margin: auto;
  53. margin-top: 1.43rem;
  54. }
  55. .no_open_title{
  56. color: #696969;
  57. font-size: 0.17rem;
  58. margin-top: 0.49rem;
  59. margin-bottom: 0.15rem;
  60. text-align: center;
  61. }
  62. .no_open_con{
  63. color:#AEADAD;
  64. font-size: 0.14rem;
  65. margin-bottom: 0.15rem;
  66. text-align: center;
  67. }
  68. .button{
  69. width: 1.2rem;
  70. height: 0.29rem;
  71. border: 0.01rem solid #CACACA;
  72. border-radius: 0.3rem;
  73. color: #555555;
  74. font-size: 0.16rem;
  75. line-height: 0.29rem;
  76. text-align: center;
  77. margin: auto;
  78. }