end.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. @import url(music.css);
  2. *{
  3. margin: 0;
  4. padding: 0;
  5. }
  6. #container{
  7. width: 390px;
  8. height: 844px;
  9. margin: 0px auto;
  10. background: url("../imags/background/back.png") no-repeat;
  11. background-size: 390px 844px;
  12. /* border: 1px solid rgb(240, 7, 7); */
  13. position: relative;
  14. border-radius: 30px;
  15. }
  16. .container1{
  17. width: 200px;
  18. height: 200px;
  19. /* border: 1px salmon solid; */
  20. }
  21. .container1>div:first-child{
  22. position: absolute;
  23. left: 85px;
  24. top: 165px;
  25. z-index: 3;
  26. }
  27. .container1>div:first-child>img:hover{
  28. transform: translate(0px,-10px);
  29. /* box-shadow:0px 0px 5px 5px #f4f4f4; */
  30. }
  31. .container1>div:first-child>img{
  32. width: 120px;
  33. height: 130px;
  34. }
  35. .container1>div:last-child{
  36. position: absolute;
  37. left: 60px;
  38. top: 130px;
  39. }
  40. .container1>div:last-child>img{
  41. width: 30px;
  42. height: 65px;
  43. }
  44. .container1>div:last-child>img:hover{
  45. transform: translate(0px,-10px);
  46. }
  47. .container2{
  48. width: 200px;
  49. height: 200px;
  50. /* border: 1px salmon solid; */
  51. position: absolute;
  52. top: 250px;
  53. left: 20px;
  54. }
  55. .container2>div:first-child{
  56. position: absolute;
  57. left: 0px;
  58. top: 0px;
  59. z-index: 4;
  60. /* border: 1px salmon solid; */
  61. }
  62. .container2>div:first-child>img:hover{
  63. transform: translate(0px,-10px);
  64. }
  65. .container2>div:first-child>img{
  66. width: 120px;
  67. height: 160px;
  68. /* border: 1px salmon solid; */
  69. }
  70. .container2>div:last-child{
  71. position: absolute;
  72. left:-7px;
  73. top: -20px;
  74. z-index: 5;
  75. /* border: 1px salmon solid; */
  76. }
  77. .container2>div:last-child>img:hover{
  78. transform: translate(0px,-10px);
  79. }
  80. .container2>div:last-child>img{
  81. width: 30px;
  82. height: 65px;
  83. /* border: 1px salmon solid; */
  84. }
  85. .container3{
  86. width: 200px;
  87. height: 200px;
  88. /* border: 1px salmon solid; */
  89. position: absolute;
  90. top: 90px;
  91. right: 30px;
  92. }
  93. .container3>div:first-child{
  94. position: absolute;
  95. right: 20px;
  96. top: 0px;
  97. /* border: 1px salmon solid; */
  98. }
  99. .container3>div:first-child>img:hover{
  100. transform: translate(0px,-10px);
  101. }
  102. .container3>div:first-child>img{
  103. width: 160px;
  104. height: 180px;
  105. /* border: 1px salmon solid; */
  106. }
  107. .container3>div:last-child{
  108. position: absolute;
  109. right:5px;
  110. top:-10px;
  111. /* border: 1px salmon solid; */
  112. }
  113. .container3>div:last-child>img:hover{
  114. transform: translate(0px,-10px);
  115. }
  116. .container3>div:last-child>img{
  117. width: 30px;
  118. height: 65px;
  119. /* border: 1px salmon solid; */
  120. }
  121. .container4{
  122. width: 200px;
  123. height: 200px;
  124. /* border: 1px salmon solid; */
  125. position: absolute;
  126. top: 250px;
  127. right: 0px;
  128. }
  129. .container4>div:first-child{
  130. position: absolute;
  131. right: 10px;
  132. top: -10px;
  133. /* border: 1px salmon solid;*/
  134. }
  135. .container4>div:first-child>img:hover{
  136. transform: translate(0px,-10px);
  137. }
  138. .container4>div:first-child>img{
  139. width: 180px;
  140. height: 150px;
  141. /* border: 1px salmon solid; */
  142. }
  143. .container4>div:last-child{
  144. position: absolute;
  145. right:20px;
  146. top: -30px;
  147. /* border: 1px salmon solid; */
  148. }
  149. .container4>div:last-child>img:hover{
  150. transform: translate(0px,-10px);
  151. }
  152. .container4>div:last-child>img{
  153. width: 30px;
  154. height: 65px;
  155. /* border: 1px salmon solid; */
  156. }
  157. .container5{
  158. width: 200px;
  159. height: 200px;
  160. /* border: 1px salmon solid; */
  161. position: absolute;
  162. top:330px;
  163. left: 100px;
  164. }
  165. .container5>div:first-child{
  166. position: absolute;
  167. left: 0px;
  168. top: 0px;
  169. /* border: 1px salmon solid; */
  170. z-index: 6;
  171. }
  172. .container5>div:first-child>img:hover{
  173. transform: translate(0px,-10px);
  174. }
  175. .container5>div:first-child>img{
  176. width: 170px;
  177. height: 160px;
  178. /* border: 1px salmon solid; */
  179. }
  180. .container5>div:last-child{
  181. position: absolute;
  182. left:145px;
  183. bottom: 60px;
  184. /* border: 1px salmon solid; */
  185. z-index: 10;
  186. }
  187. .container5>div:last-child>img:hover{
  188. transform: translate(0px,-10px);
  189. }
  190. .container5>div:last-child>img{
  191. width: 30px;
  192. height: 65px;
  193. /* border: 1px salmon solid; */
  194. }
  195. .container6{
  196. width: 200px;
  197. height: 200px;
  198. /* border: 1px salmon solid; */
  199. position: absolute;
  200. bottom: 215px;;
  201. left: 5px;
  202. }
  203. .container6>div:first-child{
  204. position: absolute;
  205. left: 0px;
  206. bottom: 0px;
  207. /* border: 1px salmon solid; */
  208. z-index: 10;
  209. }
  210. .container6>div:first-child>img:hover{
  211. transform: translate(0px,-10px);
  212. }
  213. .container6>div:first-child>img{
  214. width: 170px;
  215. height: 200px;
  216. /* border: 1px salmon solid; */
  217. }
  218. .container6>div:last-child{
  219. position: absolute;
  220. left:5px;
  221. bottom: 70px;
  222. /* border: 1px salmon solid; */
  223. z-index: 13;
  224. }
  225. .container6>div:last-child>img:hover{
  226. transform: translate(0px,-10px);
  227. }
  228. .container6>div:last-child>img{
  229. width: 30px;
  230. height: 65px;
  231. /* border: 1px salmon solid; */
  232. }
  233. .container7{
  234. width: 200px;
  235. height: 200px;
  236. /* border: 1px salmon solid; */
  237. position: absolute;
  238. bottom: 210px;;
  239. right: 20px;
  240. }
  241. .container7>div:first-child{
  242. position: absolute;
  243. right: 0px;
  244. bottom: 10px;
  245. /* border: 1px salmon solid; */
  246. z-index: 12;
  247. }
  248. .container7>div:first-child>img:hover{
  249. transform: translate(0px,-10px);
  250. }
  251. .container7>div:first-child>img{
  252. width: 180px;
  253. height: 150px;
  254. /* border: 1px salmon solid; */
  255. }
  256. .container7>div:last-child{
  257. position: absolute;
  258. right:25px;
  259. bottom: 115px;
  260. /* border: 1px salmon solid; */
  261. z-index: 15;
  262. }
  263. .container7>div:last-child>img:hover{
  264. transform: translate(0px,-10px);
  265. }
  266. .container7>div:last-child>img{
  267. width: 30px;
  268. height: 65px;
  269. /* border: 1px salmon solid; */
  270. }
  271. .container8{
  272. width: 200px;
  273. height: 200px;
  274. /* border: 1px salmon solid; */
  275. position: absolute;
  276. bottom:-35px;;
  277. right: 155px;
  278. }
  279. .container8>div:first-child>a>img:hover{
  280. transform: translate(0px,-10px);
  281. }
  282. /* .container8>div:first-child>a>img{
  283. border: 1px salmon solid;
  284. } */
  285. .container9{
  286. position: absolute;
  287. top:150px;
  288. left:10px;
  289. z-index: 20;
  290. padding-top: 80px;
  291. padding-bottom: 50px;
  292. display: none;
  293. }
  294. .container9>img{
  295. width: 370px;
  296. height: 300px;
  297. }
  298. #container:hover>div:last-child{
  299. display: block;
  300. }