fei2.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. @import url(music.css);
  2. @import url(saying2.css);
  3. *{
  4. margin: 0;
  5. padding: 0;
  6. }
  7. #container{
  8. width: 390px;
  9. height: 844px;
  10. margin: 0px auto;
  11. background: url("../imags/background/back3.png") no-repeat;
  12. background-size: 390px 844px;
  13. /* border: 1px solid rgb(240, 7, 7); */
  14. position: relative;
  15. border-radius: 30px;
  16. }
  17. /* .container1{
  18. width: 500px;
  19. height: 400px;
  20. } */
  21. .container1>div{
  22. position: absolute;
  23. }
  24. .container1>div:first-child{
  25. top: 185px;
  26. left: 50px;
  27. }
  28. .container1>div:last-child{
  29. top: 180px;
  30. right: 65px;
  31. }
  32. .container1>div:first-child>img{
  33. width: 110px;
  34. height: 140px;
  35. cursor: pointer;
  36. transition: 0.3s ease-in-out;
  37. }
  38. .container1>div:first-child:hover>img{
  39. transform: scale(1.2);
  40. }
  41. .container1>div:last-child>img{
  42. width: 150px;
  43. height: 150px;
  44. cursor: pointer;
  45. transition: 0.3s ease-in-out;
  46. }
  47. .container1>div:last-child:hover>img{
  48. transform: scale(1.2);
  49. }
  50. .word-container {
  51. position: relative;
  52. margin: auto;
  53. width: 280px;
  54. height: 70px;
  55. background: url("../imags/word2/back3.jpg") no-repeat center center;
  56. background-size: 100% 100%;
  57. top:370px
  58. }
  59. .word {
  60. width: 240px;
  61. height: 100%;
  62. margin: auto;
  63. }
  64. #word1,
  65. #word2,
  66. #word3,
  67. #word4 {
  68. float: left;
  69. width: 60px;
  70. height: 60px;
  71. margin-left: 14px;
  72. }
  73. #word1{
  74. background: url("../imags/word2/word3-1.jpg") no-repeat center bottom;
  75. background-size: 100% 60%;
  76. }
  77. #word2{
  78. background: url("../imags/word2/word3-2.jpg") no-repeat center bottom;
  79. background-size: 100% 60%;
  80. }
  81. #word3{
  82. background: url("../imags/word2/word3-3.jpg") no-repeat center bottom;
  83. background-size: 100% 60%;
  84. }
  85. .container2{
  86. position: relative;
  87. top:370px
  88. }
  89. .container2_1{
  90. margin: auto;
  91. padding: auto;
  92. width: 320px;
  93. height: 90px;
  94. background: url("../imags/background/a2.png") no-repeat;
  95. background-size: 310px 90px; /*必须设置大小*/
  96. }
  97. .container2_1>div:first-child{
  98. position: absolute;
  99. top: 20px;
  100. left: 50px;
  101. }
  102. .container2_1>div:first-child>p{
  103. font-size: 32px;
  104. font-family: 'SONG';
  105. font-weight: 400;
  106. color: white;
  107. line-height: 40px;
  108. letter-spacing: 8px;
  109. margin-left: 18px;
  110. margin-top: 5px;
  111. }
  112. .container2_1>div:last-child{
  113. position: absolute;
  114. top: 20px;
  115. right: 50px;
  116. }
  117. .container2_1>div:last-child>p{
  118. font-size: 20px;
  119. font-family: '楷体';
  120. color: white;
  121. line-height: 40px;
  122. /* letter-spacing: 5px; */
  123. margin-right: 13px;
  124. margin-top: 5px;
  125. }
  126. .container2_2{
  127. margin-left: 40px;
  128. padding: auto;
  129. width: 320px;
  130. height: 90px;
  131. background: url("../imags/background/a1.png") no-repeat;
  132. background-size: 310px 90px; /*必须设置大小*/
  133. position: relative;
  134. }
  135. .container2_2>div:first-child{
  136. position: absolute;
  137. top: 20px;
  138. left: 10px;
  139. }
  140. .container2_2>div:first-child>p{
  141. font-size: 32px;
  142. font-family: 'SONG';
  143. font-weight: 400;
  144. color: white;
  145. line-height: 40px;
  146. letter-spacing: 8px;
  147. margin-left: 18px;
  148. margin-top: 5px;
  149. }
  150. .container2_2>div:last-child{
  151. position: absolute;
  152. top: 20px;
  153. right: 90px;
  154. }
  155. .container2_2>div:last-child>p{
  156. font-size: 20px;
  157. font-family: '楷体';
  158. color: white;
  159. line-height: 40px;
  160. /* letter-spacing: 5px; */
  161. margin-right: 13px;
  162. margin-top: 5px;
  163. }
  164. .container2_3{
  165. margin-left: 35px;
  166. padding: auto;
  167. width: 320px;
  168. height: 90px;
  169. background: url("../imags/background/a2.png") no-repeat;
  170. background-size: 310px 90px; /*必须设置大小*/
  171. position: relative;
  172. }
  173. .container2_3>div:first-child{
  174. position: absolute;
  175. top: 20px;
  176. left: 15px;
  177. }
  178. .container2_3>div:first-child>p{
  179. font-size: 32px;
  180. font-family: 'SONG';
  181. font-weight: 400;
  182. color: white;
  183. line-height: 40px;
  184. letter-spacing: 8px;
  185. margin-left: 18px;
  186. margin-top: 5px;
  187. }
  188. .container2_3>div:last-child{
  189. position: absolute;
  190. top: 20px;
  191. right: 65px;
  192. }
  193. .container2_3>div:last-child>p{
  194. font-size: 20px;
  195. font-family: '楷体';
  196. color: white;
  197. line-height: 40px;
  198. /* letter-spacing: 5px; */
  199. margin-right: 13px;
  200. margin-top: 5px;
  201. }
  202. .container2_4{
  203. margin-left: 40px;
  204. padding: auto;
  205. width: 320px;
  206. height: 90px;
  207. background: url("../imags/background/a1.png") no-repeat;
  208. background-size: 310px 90px; /*必须设置大小*/
  209. position: relative;
  210. }
  211. .container2_4>div:first-child{
  212. position: absolute;
  213. top: 20px;
  214. left: 10px;
  215. }
  216. .container2_4>div:first-child>p{
  217. font-size: 32px;
  218. font-family: 'SONG';
  219. font-weight: 400;
  220. color: white;
  221. line-height: 40px;
  222. letter-spacing: 8px;
  223. margin-left: 18px;
  224. margin-top: 5px;
  225. }
  226. .container2_4>div:last-child{
  227. position: absolute;
  228. top: 20px;
  229. right: 60px;
  230. }
  231. .container2_4>div:last-child>p{
  232. font-size: 20px;
  233. font-family: '楷体';
  234. color: white;
  235. line-height: 40px;
  236. /* letter-spacing: 5px; */
  237. margin-right: 22px;
  238. margin-top: 5px;
  239. }
  240. .back img {
  241. position: absolute;
  242. top: 0px;
  243. left: 5px;
  244. width: 80px;
  245. cursor: pointer;
  246. }