You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

253 lines
3.7 KiB

3 years ago
  1. .wrap {
  2. width: 100%;
  3. height: auto;
  4. position: relative;
  5. background: url(../img/areaBgm.png) no-repeat;
  6. background-size: 100% 100%;
  7. overflow: hidden;
  8. }
  9. .box_cont {
  10. display: flex;
  11. margin-top: .14rem;
  12. margin-left: .1rem;
  13. height: 88%;
  14. overflow: hidden;
  15. }
  16. /*地区*/
  17. .leftList {
  18. /*flex: 1;*/
  19. height: 96%;
  20. /*overflow-y: auto;*/
  21. }
  22. .leftList ul{
  23. height: 100%;
  24. overflow-y: auto;
  25. }
  26. ::-webkit-scrollbar {
  27. /*隐藏滚轮*/
  28. display: none;
  29. }
  30. .leftList li {
  31. width: .8rem;
  32. height: .32rem;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. background: #fff;
  37. border-radius: .05rem;
  38. margin-bottom: .12rem;
  39. }
  40. .leftList li span {
  41. display: block;
  42. box-sizing: border-box;
  43. color: #333;
  44. font-size: .14rem;
  45. line-height: .32rem;
  46. text-align: center;
  47. }
  48. .leftList li span.name {
  49. text-align: center;
  50. }
  51. .leftList li span.num {
  52. display: none;
  53. }
  54. .leftList li.active {
  55. background: #F09C22;
  56. }
  57. .leftList li.active span {
  58. color: #FFFFFF;
  59. }
  60. .leftList li.select{
  61. background: #F09C22;
  62. }
  63. .leftList li.select span {
  64. color: #FFFFFF !important;
  65. }
  66. /*博物馆图片*/
  67. .rightCont {
  68. /*flex: 2;*/
  69. margin-left: 0.15rem;
  70. margin-top: .05rem;
  71. position: relative;
  72. height: 96%;
  73. }
  74. .rightCont .title {
  75. font-size: .12rem;
  76. color: #fff;
  77. /*position: fixed;*/
  78. z-index: 999;
  79. padding-bottom: .1rem;
  80. }
  81. .rightCont .title img {
  82. width: .14rem;
  83. height: .14rem;
  84. margin-right: .05rem;
  85. }
  86. .imgList{
  87. height: 80%;
  88. overflow-y: auto;
  89. }
  90. .museumImg {
  91. display: flex;
  92. flex-wrap: wrap;
  93. margin-left: .1rem;
  94. margin-right: .24rem;
  95. margin-top: .12rem;
  96. display: none;
  97. }
  98. .museumImg li {
  99. /*width: 50%;*/
  100. height: auto;
  101. width: 1.04rem;
  102. }
  103. .museumImg li:nth-child(2n){
  104. margin-left: .28rem;
  105. }
  106. .museumImg div.item {
  107. width: 1.04rem;
  108. /*height: .42rem;*/
  109. position: relative;
  110. border-radius: .05rem;
  111. }
  112. .museumImg li .contImg {
  113. width: 1.04rem;
  114. height: .42rem;
  115. }
  116. .museumImg p.contImg img {
  117. width: 100%;
  118. height: 100%;
  119. }
  120. .museumImg p.icon {
  121. width: .24rem;
  122. height: .24rem;
  123. position: absolute;
  124. right: 0;
  125. top: 0;
  126. font-size: 0;
  127. transform: translate(50%,-50%);
  128. display: none;
  129. }
  130. .museumImg p.icon img {
  131. width: 100%;
  132. height: 100%;
  133. }
  134. .museumImg p.name{
  135. color: #fff;
  136. font-size: .13rem;
  137. width: 1.04rem;
  138. text-align: center;
  139. margin-top: .08rem;
  140. margin-bottom:.18rem ;
  141. }
  142. .museumImg li.active div.item{
  143. background: #F09C22;
  144. }
  145. .museumImg li.active p.icon{
  146. display: block;
  147. }
  148. /*选中名称*/
  149. .chooseList {
  150. height: 16%;
  151. margin-top: .15rem;
  152. width: 100%;
  153. /*overflow: hidden;*/
  154. }
  155. .chooseList p{
  156. font-size: .12rem;
  157. color: #fff;
  158. display: flex;
  159. align-items: center;
  160. }
  161. .chooseList p img{
  162. width: .13rem;
  163. height: .13rem;
  164. }
  165. .chooseName {
  166. width: 2.7rem;
  167. display: flex;
  168. margin-top: .12rem;
  169. overflow-x: auto;
  170. }
  171. .chooseName li{
  172. width: .75rem;
  173. height: .3rem;
  174. border: 1px solid #F09C22;
  175. border-radius: .05rem;
  176. display: flex;
  177. justify-content: center;
  178. align-items: center;
  179. margin-right: .04rem;
  180. }
  181. .chooseName li span.text{
  182. width: .42rem;
  183. overflow: auto;
  184. white-space: nowrap;
  185. font-size: .14rem;
  186. margin-left: .07rem;
  187. color: #fff;
  188. box-sizing: border-box;
  189. }
  190. span.closeIcon img{
  191. width: .14rem;
  192. height: .14rem;
  193. margin-left: .06rem;
  194. padding-right: .02rem;
  195. }
  196. /*底部按钮*/
  197. .deepBtn {
  198. /*height: 12%;*/
  199. position: fixed;
  200. left: 50%;
  201. bottom: .16rem;
  202. transform: translateX(-50%);
  203. display: flex;
  204. width: 2.91rem;
  205. height: .46rem;
  206. background: #3B7BFF;
  207. justify-content: center;
  208. border-radius: .04rem;
  209. line-height: .46rem;
  210. text-align: center;
  211. color: #fff;
  212. font-size: .18rem;
  213. }
  214. /*弹出框*/
  215. .tips{
  216. width: 1.5rem;
  217. height: .5rem;
  218. border-radius: .1rem;
  219. line-height: .5rem;
  220. background: rgba(0,0,0,0.7);
  221. text-align: center;
  222. position: absolute;
  223. left: 50%;
  224. top: 50%;
  225. transform: translate(-50%,-50%);
  226. font-size: .18rem;
  227. color: #fff;
  228. display: none;
  229. }