Bez popisu

index-m.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. #projectID {
  2. display: block;
  3. }
  4. .longhaiTab {
  5. display: block;
  6. }
  7. .sanyuanTab {
  8. display: none;
  9. }
  10. .Popout_bj {
  11. width: 100%;
  12. height: 100%;
  13. top: 0;
  14. position: fixed;
  15. background: #000000;
  16. filter: alpha(Opacity=80);
  17. opacity: 0.80;
  18. -moz-opacity: 0.80;
  19. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  20. -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  21. z-index: 3;
  22. display: none;
  23. }
  24. .Popout_div {
  25. width: 60%;
  26. height: 60%;
  27. top: 0;
  28. bottom: 0;
  29. left: 0;
  30. right: 0;
  31. margin: auto;
  32. text-align: center;
  33. position: fixed;
  34. background: #020e36;
  35. z-index: 3333;
  36. border: 1px solid #0f3287;
  37. display: none;
  38. }
  39. .Popout_div .icon_del {
  40. background: url(../images/delect_icon.png) no-repeat;
  41. background-size: 100% 100%;
  42. width: 22px;
  43. height: 22px;
  44. position: absolute;
  45. right: -11px;
  46. top: -11px;
  47. }
  48. .Popout_div .icon_btn {
  49. position: absolute;
  50. bottom: 80px;
  51. width: 200px;
  52. height: 40px;
  53. line-height: 40px;
  54. text-align: center;
  55. left: 50%;
  56. margin-left: -100px;
  57. color: #FFFFFF;
  58. background: #0090fe;
  59. }
  60. .pop_title {
  61. font-size: 28px;
  62. color: #FFFFFF;
  63. line-height: 70px;
  64. text-align: center;
  65. width: 100%;
  66. }
  67. .pop_context ul {
  68. overflow: hidden;
  69. }
  70. .pop_context ul li {
  71. width: 50%;
  72. float: left;
  73. margin-bottom: 30px;
  74. }
  75. .pop_context ul li .cityBtn {
  76. width: 300px;
  77. margin: auto;
  78. height: 50px;
  79. line-height: 50px;
  80. text-align: center;
  81. color: #FFFFFF;
  82. background: #1b4fa9;
  83. position: relative;
  84. }
  85. .pop_context ul li .cityBtn .selectIcon {
  86. position: absolute;
  87. background: url(../images/select_icon.png) no-repeat;
  88. width: 22px;
  89. height: 22px;
  90. background-size: 100% 100%;
  91. left: 20px;
  92. top: 14px;
  93. }
  94. .pop_context ul li .cityBtn .selectedIcon {
  95. position: absolute;
  96. background: url(../images/selected_icon.png) no-repeat;
  97. width: 22px;
  98. height: 22px;
  99. background-size: 100% 100%;
  100. left: 20px;
  101. top: 14px;
  102. display: none;
  103. }
  104. .pop_context ul li:first-child .selectedIcon {
  105. display: block;
  106. }
  107. .pop_context ul li:first-child .selectIcon {
  108. display: none;
  109. }
  110. .headerTitleIn span {
  111. text-align: center;
  112. font-size: 32px;
  113. font-weight: bold;
  114. color: #fff;
  115. background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 255, 255, 1)), to(rgba(62, 125, 227, 1)));
  116. background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(62, 125, 227, 1));
  117. background: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(62, 125, 227, 1));
  118. background: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(62, 125, 227, 1));
  119. background: linear-gradient(top, rgba(255, 255, 255, 1), rgba(62, 125, 227, 1));
  120. -webkit-background-clip: text;
  121. color: transparent;
  122. }