找回密码
 立即注册

QQ登录

只需一步,快速开始

ZenosZeng 讲师达人认证 悬赏达人认证
超级版主   /  发表于:2021-1-29 00:01  /   查看:2358  /  回复:0
在仪表板设计时,经常需要添加一些动效来提升视觉冲击力,这个帖子主要介旋转的3D星云。

实现步骤:
1、在仪表板中添加外部扩展
image.png991721801.png

2、将以下代码粘贴到外部扩展的Html视图中,点击确定
image.png759297790.png


  1. <html>
  2. <head>
  3. <style>
  4. body {

  5.   height: 100vh;
  6.   overflow: hidden;
  7. }

  8. .sky {
  9.   position: absolute;
  10.   top: calc(50% - 100px);
  11.   left: calc(50% - 100px);
  12.   width: 200px;
  13.   height: 200px;
  14.   -webkit-clip-path: circle(200px at center);
  15.           clip-path: circle(200px at center);
  16. }

  17. .star {
  18.   position: absolute;
  19.   top: 50%;
  20.   left: 50%;
  21.   width: 20px;
  22.   height: 20px;
  23.   background: #fff;
  24.   -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  25.           clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  26.   -webkit-animation: bling 6000ms linear infinite;
  27.           animation: bling 6000ms linear infinite;
  28. }
  29. .star:nth-child(1) {
  30.   top: calc(50% - 99px);
  31.   left: calc(50% - -53px);
  32.   -webkit-animation-delay: -2771ms;
  33.           animation-delay: -2771ms;
  34. }
  35. .star:nth-child(2) {
  36.   top: calc(50% - 120px);
  37.   left: calc(50% - -58px);
  38.   -webkit-animation-delay: -4229ms;
  39.           animation-delay: -4229ms;
  40. }
  41. .star:nth-child(3) {
  42.   top: calc(50% - 13px);
  43.   left: calc(50% - 39px);
  44.   -webkit-animation-delay: -1152ms;
  45.           animation-delay: -1152ms;
  46. }
  47. .star:nth-child(4) {
  48.   top: calc(50% - 172px);
  49.   left: calc(50% - -126px);
  50.   -webkit-animation-delay: -2856ms;
  51.           animation-delay: -2856ms;
  52. }
  53. .star:nth-child(5) {
  54.   top: calc(50% - -167px);
  55.   left: calc(50% - 3px);
  56.   -webkit-animation-delay: -3949ms;
  57.           animation-delay: -3949ms;
  58. }
  59. .star:nth-child(6) {
  60.   top: calc(50% - -29px);
  61.   left: calc(50% - 143px);
  62.   -webkit-animation-delay: -758ms;
  63.           animation-delay: -758ms;
  64. }
  65. .star:nth-child(7) {
  66.   top: calc(50% - -171px);
  67.   left: calc(50% - -75px);
  68.   -webkit-animation-delay: -4609ms;
  69.           animation-delay: -4609ms;
  70. }
  71. .star:nth-child(8) {
  72.   top: calc(50% - 121px);
  73.   left: calc(50% - -88px);
  74.   -webkit-animation-delay: -4729ms;
  75.           animation-delay: -4729ms;
  76. }
  77. .star:nth-child(9) {
  78.   top: calc(50% - 60px);
  79.   left: calc(50% - -62px);
  80.   -webkit-animation-delay: -676ms;
  81.           animation-delay: -676ms;
  82. }
  83. .star:nth-child(10) {
  84.   top: calc(50% - 161px);
  85.   left: calc(50% - 51px);
  86.   -webkit-animation-delay: -4653ms;
  87.           animation-delay: -4653ms;
  88. }
  89. .star:nth-child(11) {
  90.   top: calc(50% - -60px);
  91.   left: calc(50% - 157px);
  92.   -webkit-animation-delay: -2966ms;
  93.           animation-delay: -2966ms;
  94. }
  95. .star:nth-child(12) {
  96.   top: calc(50% - -50px);
  97.   left: calc(50% - -35px);
  98.   -webkit-animation-delay: -1943ms;
  99.           animation-delay: -1943ms;
  100. }
  101. .star:nth-child(13) {
  102.   top: calc(50% - 172px);
  103.   left: calc(50% - -125px);
  104.   -webkit-animation-delay: -4366ms;
  105.           animation-delay: -4366ms;
  106. }
  107. .star:nth-child(14) {
  108.   top: calc(50% - 51px);
  109.   left: calc(50% - -118px);
  110.   -webkit-animation-delay: -5074ms;
  111.           animation-delay: -5074ms;
  112. }
  113. .star:nth-child(15) {
  114.   top: calc(50% - -43px);
  115.   left: calc(50% - 162px);
  116.   -webkit-animation-delay: -3419ms;
  117.           animation-delay: -3419ms;
  118. }
  119. .star:nth-child(16) {
  120.   top: calc(50% - 1px);
  121.   left: calc(50% - -87px);
  122.   -webkit-animation-delay: -4117ms;
  123.           animation-delay: -4117ms;
  124. }
  125. .star:nth-child(17) {
  126.   top: calc(50% - 2px);
  127.   left: calc(50% - -20px);
  128.   -webkit-animation-delay: -5950ms;
  129.           animation-delay: -5950ms;
  130. }
  131. .star:nth-child(18) {
  132.   top: calc(50% - 60px);
  133.   left: calc(50% - 101px);
  134.   -webkit-animation-delay: -3771ms;
  135.           animation-delay: -3771ms;
  136. }
  137. .star:nth-child(19) {
  138.   top: calc(50% - 192px);
  139.   left: calc(50% - -187px);
  140.   -webkit-animation-delay: -1507ms;
  141.           animation-delay: -1507ms;
  142. }
  143. .star:nth-child(20) {
  144.   top: calc(50% - -21px);
  145.   left: calc(50% - -190px);
  146.   -webkit-animation-delay: -5776ms;
  147.           animation-delay: -5776ms;
  148. }
  149. .star:nth-child(21) {
  150.   top: calc(50% - -113px);
  151.   left: calc(50% - -141px);
  152.   -webkit-animation-delay: -3670ms;
  153.           animation-delay: -3670ms;
  154. }
  155. .star:nth-child(22) {
  156.   top: calc(50% - -49px);
  157.   left: calc(50% - 189px);
  158.   -webkit-animation-delay: -5732ms;
  159.           animation-delay: -5732ms;
  160. }
  161. .star:nth-child(23) {
  162.   top: calc(50% - 127px);
  163.   left: calc(50% - -75px);
  164.   -webkit-animation-delay: -1006ms;
  165.           animation-delay: -1006ms;
  166. }
  167. .star:nth-child(24) {
  168.   top: calc(50% - 102px);
  169.   left: calc(50% - -21px);
  170.   -webkit-animation-delay: -5114ms;
  171.           animation-delay: -5114ms;
  172. }
  173. .star:nth-child(25) {
  174.   top: calc(50% - 83px);
  175.   left: calc(50% - -196px);
  176.   -webkit-animation-delay: -1280ms;
  177.           animation-delay: -1280ms;
  178. }
  179. .star:nth-child(26) {
  180.   top: calc(50% - 142px);
  181.   left: calc(50% - -96px);
  182.   -webkit-animation-delay: -4913ms;
  183.           animation-delay: -4913ms;
  184. }
  185. .star:nth-child(27) {
  186.   top: calc(50% - 22px);
  187.   left: calc(50% - -135px);
  188.   -webkit-animation-delay: -4659ms;
  189.           animation-delay: -4659ms;
  190. }
  191. .star:nth-child(28) {
  192.   top: calc(50% - -63px);
  193.   left: calc(50% - -88px);
  194.   -webkit-animation-delay: -3597ms;
  195.           animation-delay: -3597ms;
  196. }
  197. .star:nth-child(29) {
  198.   top: calc(50% - 15px);
  199.   left: calc(50% - -48px);
  200.   -webkit-animation-delay: -3570ms;
  201.           animation-delay: -3570ms;
  202. }
  203. .star:nth-child(30) {
  204.   top: calc(50% - 16px);
  205.   left: calc(50% - -173px);
  206.   -webkit-animation-delay: -5241ms;
  207.           animation-delay: -5241ms;
  208. }
  209. .star:nth-child(31) {
  210.   top: calc(50% - 114px);
  211.   left: calc(50% - -168px);
  212.   -webkit-animation-delay: -4384ms;
  213.           animation-delay: -4384ms;
  214. }
  215. .star:nth-child(32) {
  216.   top: calc(50% - 198px);
  217.   left: calc(50% - 72px);
  218.   -webkit-animation-delay: -5621ms;
  219.           animation-delay: -5621ms;
  220. }
  221. .star:nth-child(33) {
  222.   top: calc(50% - 151px);
  223.   left: calc(50% - -96px);
  224.   -webkit-animation-delay: -935ms;
  225.           animation-delay: -935ms;
  226. }
  227. .star:nth-child(34) {
  228.   top: calc(50% - 119px);
  229.   left: calc(50% - 129px);
  230.   -webkit-animation-delay: -2048ms;
  231.           animation-delay: -2048ms;
  232. }
  233. .star:nth-child(35) {
  234.   top: calc(50% - -130px);
  235.   left: calc(50% - 58px);
  236.   -webkit-animation-delay: -1109ms;
  237.           animation-delay: -1109ms;
  238. }
  239. .star:nth-child(36) {
  240.   top: calc(50% - 140px);
  241.   left: calc(50% - -89px);
  242.   -webkit-animation-delay: -4495ms;
  243.           animation-delay: -4495ms;
  244. }
  245. .star:nth-child(37) {
  246.   top: calc(50% - -11px);
  247.   left: calc(50% - 146px);
  248.   -webkit-animation-delay: -5122ms;
  249.           animation-delay: -5122ms;
  250. }
  251. .star:nth-child(38) {
  252.   top: calc(50% - -69px);
  253.   left: calc(50% - 22px);
  254.   -webkit-animation-delay: -49ms;
  255.           animation-delay: -49ms;
  256. }
  257. .star:nth-child(39) {
  258.   top: calc(50% - 186px);
  259.   left: calc(50% - -95px);
  260.   -webkit-animation-delay: -2373ms;
  261.           animation-delay: -2373ms;
  262. }
  263. .star:nth-child(40) {
  264.   top: calc(50% - -170px);
  265.   left: calc(50% - -108px);
  266.   -webkit-animation-delay: -160ms;
  267.           animation-delay: -160ms;
  268. }
  269. .star:nth-child(41) {
  270.   top: calc(50% - -94px);
  271.   left: calc(50% - -43px);
  272.   -webkit-animation-delay: -1957ms;
  273.           animation-delay: -1957ms;
  274. }
  275. .star:nth-child(42) {
  276.   top: calc(50% - 196px);
  277.   left: calc(50% - 88px);
  278.   -webkit-animation-delay: -2218ms;
  279.           animation-delay: -2218ms;
  280. }
  281. .star:nth-child(43) {
  282.   top: calc(50% - -72px);
  283.   left: calc(50% - 111px);
  284.   -webkit-animation-delay: -3060ms;
  285.           animation-delay: -3060ms;
  286. }
  287. .star:nth-child(44) {
  288.   top: calc(50% - -35px);
  289.   left: calc(50% - -166px);
  290.   -webkit-animation-delay: -3912ms;
  291.           animation-delay: -3912ms;
  292. }
  293. .star:nth-child(45) {
  294.   top: calc(50% - 115px);
  295.   left: calc(50% - 102px);
  296.   -webkit-animation-delay: -3187ms;
  297.           animation-delay: -3187ms;
  298. }
  299. .star:nth-child(46) {
  300.   top: calc(50% - 100px);
  301.   left: calc(50% - -103px);
  302.   -webkit-animation-delay: -3735ms;
  303.           animation-delay: -3735ms;
  304. }
  305. .star:nth-child(47) {
  306.   top: calc(50% - -73px);
  307.   left: calc(50% - 59px);
  308.   -webkit-animation-delay: -5804ms;
  309.           animation-delay: -5804ms;
  310. }
  311. .star:nth-child(48) {
  312.   top: calc(50% - 170px);
  313.   left: calc(50% - -165px);
  314.   -webkit-animation-delay: -4943ms;
  315.           animation-delay: -4943ms;
  316. }
  317. .star:nth-child(49) {
  318.   top: calc(50% - 26px);
  319.   left: calc(50% - -157px);
  320.   -webkit-animation-delay: -2369ms;
  321.           animation-delay: -2369ms;
  322. }
  323. .star:nth-child(50) {
  324.   top: calc(50% - 109px);
  325.   left: calc(50% - 80px);
  326.   -webkit-animation-delay: -3713ms;
  327.           animation-delay: -3713ms;
  328. }
  329. .star:nth-child(51) {
  330.   top: calc(50% - 59px);
  331.   left: calc(50% - 73px);
  332.   -webkit-animation-delay: -3776ms;
  333.           animation-delay: -3776ms;
  334. }
  335. .star:nth-child(52) {
  336.   top: calc(50% - 49px);
  337.   left: calc(50% - 90px);
  338.   -webkit-animation-delay: -5013ms;
  339.           animation-delay: -5013ms;
  340. }
  341. .star:nth-child(53) {
  342.   top: calc(50% - -42px);
  343.   left: calc(50% - -170px);
  344.   -webkit-animation-delay: -1640ms;
  345.           animation-delay: -1640ms;
  346. }
  347. .star:nth-child(54) {
  348.   top: calc(50% - -163px);
  349.   left: calc(50% - -124px);
  350.   -webkit-animation-delay: -1954ms;
  351.           animation-delay: -1954ms;
  352. }
  353. .star:nth-child(55) {
  354.   top: calc(50% - 144px);
  355.   left: calc(50% - 139px);
  356.   -webkit-animation-delay: -3679ms;
  357.           animation-delay: -3679ms;
  358. }
  359. .star:nth-child(56) {
  360.   top: calc(50% - 1px);
  361.   left: calc(50% - 58px);
  362.   -webkit-animation-delay: -4701ms;
  363.           animation-delay: -4701ms;
  364. }
  365. .star:nth-child(57) {
  366.   top: calc(50% - 12px);
  367.   left: calc(50% - 45px);
  368.   -webkit-animation-delay: -841ms;
  369.           animation-delay: -841ms;
  370. }
  371. .star:nth-child(58) {
  372.   top: calc(50% - -17px);
  373.   left: calc(50% - 151px);
  374.   -webkit-animation-delay: -5436ms;
  375.           animation-delay: -5436ms;
  376. }
  377. .star:nth-child(59) {
  378.   top: calc(50% - 155px);
  379.   left: calc(50% - 50px);
  380.   -webkit-animation-delay: -3018ms;
  381.           animation-delay: -3018ms;
  382. }
  383. .star:nth-child(60) {
  384.   top: calc(50% - 82px);
  385.   left: calc(50% - -19px);
  386.   -webkit-animation-delay: -1827ms;
  387.           animation-delay: -1827ms;
  388. }
  389. .star:nth-child(61) {
  390.   top: calc(50% - 133px);
  391.   left: calc(50% - -186px);
  392.   -webkit-animation-delay: -2440ms;
  393.           animation-delay: -2440ms;
  394. }
  395. .star:nth-child(62) {
  396.   top: calc(50% - 161px);
  397.   left: calc(50% - -91px);
  398.   -webkit-animation-delay: -2115ms;
  399.           animation-delay: -2115ms;
  400. }
  401. .star:nth-child(63) {
  402.   top: calc(50% - 115px);
  403.   left: calc(50% - -25px);
  404.   -webkit-animation-delay: -3084ms;
  405.           animation-delay: -3084ms;
  406. }
  407. .star:nth-child(64) {
  408.   top: calc(50% - 69px);
  409.   left: calc(50% - 116px);
  410.   -webkit-animation-delay: -4145ms;
  411.           animation-delay: -4145ms;
  412. }
  413. .star:nth-child(65) {
  414.   top: calc(50% - -162px);
  415.   left: calc(50% - 16px);
  416.   -webkit-animation-delay: -5416ms;
  417.           animation-delay: -5416ms;
  418. }
  419. .star:nth-child(66) {
  420.   top: calc(50% - 63px);
  421.   left: calc(50% - 30px);
  422.   -webkit-animation-delay: -2346ms;
  423.           animation-delay: -2346ms;
  424. }
  425. .star:nth-child(67) {
  426.   top: calc(50% - 130px);
  427.   left: calc(50% - 41px);
  428.   -webkit-animation-delay: -4615ms;
  429.           animation-delay: -4615ms;
  430. }
  431. .star:nth-child(68) {
  432.   top: calc(50% - -163px);
  433.   left: calc(50% - 154px);
  434.   -webkit-animation-delay: -4353ms;
  435.           animation-delay: -4353ms;
  436. }
  437. .star:nth-child(69) {
  438.   top: calc(50% - 127px);
  439.   left: calc(50% - -102px);
  440.   -webkit-animation-delay: -5512ms;
  441.           animation-delay: -5512ms;
  442. }
  443. .star:nth-child(70) {
  444.   top: calc(50% - 157px);
  445.   left: calc(50% - -56px);
  446.   -webkit-animation-delay: -147ms;
  447.           animation-delay: -147ms;
  448. }
  449. .star:nth-child(71) {
  450.   top: calc(50% - 176px);
  451.   left: calc(50% - 66px);
  452.   -webkit-animation-delay: -2736ms;
  453.           animation-delay: -2736ms;
  454. }
  455. .star:nth-child(72) {
  456.   top: calc(50% - -24px);
  457.   left: calc(50% - -13px);
  458.   -webkit-animation-delay: -5008ms;
  459.           animation-delay: -5008ms;
  460. }
  461. .star:nth-child(73) {
  462.   top: calc(50% - -176px);
  463.   left: calc(50% - -113px);
  464.   -webkit-animation-delay: -5318ms;
  465.           animation-delay: -5318ms;
  466. }
  467. .star:nth-child(74) {
  468.   top: calc(50% - -185px);
  469.   left: calc(50% - -15px);
  470.   -webkit-animation-delay: -5188ms;
  471.           animation-delay: -5188ms;
  472. }
  473. .star:nth-child(75) {
  474.   top: calc(50% - -33px);
  475.   left: calc(50% - 3px);
  476.   -webkit-animation-delay: -4741ms;
  477.           animation-delay: -4741ms;
  478. }
  479. .star:nth-child(76) {
  480.   top: calc(50% - -128px);
  481.   left: calc(50% - -16px);
  482.   -webkit-animation-delay: -2686ms;
  483.           animation-delay: -2686ms;
  484. }
  485. .star:nth-child(77) {
  486.   top: calc(50% - -49px);
  487.   left: calc(50% - -155px);
  488.   -webkit-animation-delay: -5235ms;
  489.           animation-delay: -5235ms;
  490. }
  491. .star:nth-child(78) {
  492.   top: calc(50% - 142px);
  493.   left: calc(50% - 168px);
  494.   -webkit-animation-delay: -3718ms;
  495.           animation-delay: -3718ms;
  496. }
  497. .star:nth-child(79) {
  498.   top: calc(50% - 10px);
  499.   left: calc(50% - -177px);
  500.   -webkit-animation-delay: -2866ms;
  501.           animation-delay: -2866ms;
  502. }
  503. .star:nth-child(80) {
  504.   top: calc(50% - -169px);
  505.   left: calc(50% - 28px);
  506.   -webkit-animation-delay: -3983ms;
  507.           animation-delay: -3983ms;
  508. }
  509. .star:nth-child(81) {
  510.   top: calc(50% - -118px);
  511.   left: calc(50% - 166px);
  512.   -webkit-animation-delay: -678ms;
  513.           animation-delay: -678ms;
  514. }
  515. .star:nth-child(82) {
  516.   top: calc(50% - 74px);
  517.   left: calc(50% - -25px);
  518.   -webkit-animation-delay: -5979ms;
  519.           animation-delay: -5979ms;
  520. }
  521. .star:nth-child(83) {
  522.   top: calc(50% - -64px);
  523.   left: calc(50% - 108px);
  524.   -webkit-animation-delay: -3358ms;
  525.           animation-delay: -3358ms;
  526. }
  527. .star:nth-child(84) {
  528.   top: calc(50% - -192px);
  529.   left: calc(50% - -90px);
  530.   -webkit-animation-delay: -498ms;
  531.           animation-delay: -498ms;
  532. }
  533. .star:nth-child(85) {
  534.   top: calc(50% - -121px);
  535.   left: calc(50% - -142px);
  536.   -webkit-animation-delay: -4997ms;
  537.           animation-delay: -4997ms;
  538. }
  539. .star:nth-child(86) {
  540.   top: calc(50% - 117px);
  541.   left: calc(50% - -89px);
  542.   -webkit-animation-delay: -1728ms;
  543.           animation-delay: -1728ms;
  544. }
  545. .star:nth-child(87) {
  546.   top: calc(50% - -33px);
  547.   left: calc(50% - 42px);
  548.   -webkit-animation-delay: -1166ms;
  549.           animation-delay: -1166ms;
  550. }
  551. .star:nth-child(88) {
  552.   top: calc(50% - -55px);
  553.   left: calc(50% - -95px);
  554.   -webkit-animation-delay: -4960ms;
  555.           animation-delay: -4960ms;
  556. }
  557. .star:nth-child(89) {
  558.   top: calc(50% - -59px);
  559.   left: calc(50% - 101px);
  560.   -webkit-animation-delay: -3747ms;
  561.           animation-delay: -3747ms;
  562. }
  563. .star:nth-child(90) {
  564.   top: calc(50% - -58px);
  565.   left: calc(50% - -16px);
  566.   -webkit-animation-delay: -1762ms;
  567.           animation-delay: -1762ms;
  568. }
  569. .star:nth-child(91) {
  570.   top: calc(50% - -36px);
  571.   left: calc(50% - -18px);
  572.   -webkit-animation-delay: -1721ms;
  573.           animation-delay: -1721ms;
  574. }
  575. .star:nth-child(92) {
  576.   top: calc(50% - -28px);
  577.   left: calc(50% - 56px);
  578.   -webkit-animation-delay: -4876ms;
  579.           animation-delay: -4876ms;
  580. }
  581. .star:nth-child(93) {
  582.   top: calc(50% - -55px);
  583.   left: calc(50% - 149px);
  584.   -webkit-animation-delay: -3748ms;
  585.           animation-delay: -3748ms;
  586. }
  587. .star:nth-child(94) {
  588.   top: calc(50% - -48px);
  589.   left: calc(50% - 166px);
  590.   -webkit-animation-delay: -5198ms;
  591.           animation-delay: -5198ms;
  592. }
  593. .star:nth-child(95) {
  594.   top: calc(50% - -130px);
  595.   left: calc(50% - -177px);
  596.   -webkit-animation-delay: -1185ms;
  597.           animation-delay: -1185ms;
  598. }
  599. .star:nth-child(96) {
  600.   top: calc(50% - -1px);
  601.   left: calc(50% - 32px);
  602.   -webkit-animation-delay: -5094ms;
  603.           animation-delay: -5094ms;
  604. }
  605. .star:nth-child(97) {
  606.   top: calc(50% - 14px);
  607.   left: calc(50% - 48px);
  608.   -webkit-animation-delay: -4713ms;
  609.           animation-delay: -4713ms;
  610. }
  611. .star:nth-child(98) {
  612.   top: calc(50% - -184px);
  613.   left: calc(50% - 83px);
  614.   -webkit-animation-delay: -619ms;
  615.           animation-delay: -619ms;
  616. }
  617. .star:nth-child(99) {
  618.   top: calc(50% - -51px);
  619.   left: calc(50% - 61px);
  620.   -webkit-animation-delay: -2759ms;
  621.           animation-delay: -2759ms;
  622. }
  623. .star:nth-child(100) {
  624.   top: calc(50% - -181px);
  625.   left: calc(50% - 189px);
  626.   -webkit-animation-delay: -3092ms;
  627.           animation-delay: -3092ms;
  628. }
  629. .star:nth-child(101) {
  630.   top: calc(50% - -156px);
  631.   left: calc(50% - -35px);
  632.   -webkit-animation-delay: -4735ms;
  633.           animation-delay: -4735ms;
  634. }
  635. .star:nth-child(102) {
  636.   top: calc(50% - 184px);
  637.   left: calc(50% - -194px);
  638.   -webkit-animation-delay: -3321ms;
  639.           animation-delay: -3321ms;
  640. }
  641. .star:nth-child(103) {
  642.   top: calc(50% - 105px);
  643.   left: calc(50% - -33px);
  644.   -webkit-animation-delay: -3004ms;
  645.           animation-delay: -3004ms;
  646. }
  647. .star:nth-child(104) {
  648.   top: calc(50% - 36px);
  649.   left: calc(50% - -97px);
  650.   -webkit-animation-delay: -2204ms;
  651.           animation-delay: -2204ms;
  652. }
  653. .star:nth-child(105) {
  654.   top: calc(50% - 53px);
  655.   left: calc(50% - -135px);
  656.   -webkit-animation-delay: -4867ms;
  657.           animation-delay: -4867ms;
  658. }
  659. .star:nth-child(106) {
  660.   top: calc(50% - 134px);
  661.   left: calc(50% - -181px);
  662.   -webkit-animation-delay: -4307ms;
  663.           animation-delay: -4307ms;
  664. }
  665. .star:nth-child(107) {
  666.   top: calc(50% - 166px);
  667.   left: calc(50% - -135px);
  668.   -webkit-animation-delay: -3240ms;
  669.           animation-delay: -3240ms;
  670. }
  671. .star:nth-child(108) {
  672.   top: calc(50% - -36px);
  673.   left: calc(50% - -40px);
  674.   -webkit-animation-delay: -3979ms;
  675.           animation-delay: -3979ms;
  676. }
  677. .star:nth-child(109) {
  678.   top: calc(50% - -108px);
  679.   left: calc(50% - 159px);
  680.   -webkit-animation-delay: -1313ms;
  681.           animation-delay: -1313ms;
  682. }
  683. .star:nth-child(110) {
  684.   top: calc(50% - 48px);
  685.   left: calc(50% - 173px);
  686.   -webkit-animation-delay: -3816ms;
  687.           animation-delay: -3816ms;
  688. }
  689. .star:nth-child(111) {
  690.   top: calc(50% - -102px);
  691.   left: calc(50% - -155px);
  692.   -webkit-animation-delay: -4500ms;
  693.           animation-delay: -4500ms;
  694. }
  695. .star:nth-child(112) {
  696.   top: calc(50% - 136px);
  697.   left: calc(50% - 94px);
  698.   -webkit-animation-delay: -462ms;
  699.           animation-delay: -462ms;
  700. }
  701. .star:nth-child(113) {
  702.   top: calc(50% - -52px);
  703.   left: calc(50% - 165px);
  704.   -webkit-animation-delay: -3162ms;
  705.           animation-delay: -3162ms;
  706. }
  707. .star:nth-child(114) {
  708.   top: calc(50% - -27px);
  709.   left: calc(50% - 107px);
  710.   -webkit-animation-delay: -1344ms;
  711.           animation-delay: -1344ms;
  712. }
  713. .star:nth-child(115) {
  714.   top: calc(50% - 92px);
  715.   left: calc(50% - -130px);
  716.   -webkit-animation-delay: -3345ms;
  717.           animation-delay: -3345ms;
  718. }
  719. .star:nth-child(116) {
  720.   top: calc(50% - -48px);
  721.   left: calc(50% - 154px);
  722.   -webkit-animation-delay: -5391ms;
  723.           animation-delay: -5391ms;
  724. }
  725. .star:nth-child(117) {
  726.   top: calc(50% - 16px);
  727.   left: calc(50% - -8px);
  728.   -webkit-animation-delay: -4458ms;
  729.           animation-delay: -4458ms;
  730. }
  731. .star:nth-child(118) {
  732.   top: calc(50% - 2px);
  733.   left: calc(50% - 179px);
  734.   -webkit-animation-delay: -2461ms;
  735.           animation-delay: -2461ms;
  736. }
  737. .star:nth-child(119) {
  738.   top: calc(50% - -95px);
  739.   left: calc(50% - -102px);
  740.   -webkit-animation-delay: -5796ms;
  741.           animation-delay: -5796ms;
  742. }
  743. .star:nth-child(120) {
  744.   top: calc(50% - 160px);
  745.   left: calc(50% - 183px);
  746.   -webkit-animation-delay: -1757ms;
  747.           animation-delay: -1757ms;
  748. }
  749. .star:nth-child(121) {
  750.   top: calc(50% - -150px);
  751.   left: calc(50% - 12px);
  752.   -webkit-animation-delay: -493ms;
  753.           animation-delay: -493ms;
  754. }
  755. .star:nth-child(122) {
  756.   top: calc(50% - 89px);
  757.   left: calc(50% - 123px);
  758.   -webkit-animation-delay: -4061ms;
  759.           animation-delay: -4061ms;
  760. }
  761. .star:nth-child(123) {
  762.   top: calc(50% - -88px);
  763.   left: calc(50% - 18px);
  764.   -webkit-animation-delay: -2759ms;
  765.           animation-delay: -2759ms;
  766. }
  767. .star:nth-child(124) {
  768.   top: calc(50% - 149px);
  769.   left: calc(50% - -109px);
  770.   -webkit-animation-delay: -2210ms;
  771.           animation-delay: -2210ms;
  772. }
  773. .star:nth-child(125) {
  774.   top: calc(50% - -36px);
  775.   left: calc(50% - 52px);
  776.   -webkit-animation-delay: -2353ms;
  777.           animation-delay: -2353ms;
  778. }
  779. .star:nth-child(126) {
  780.   top: calc(50% - 180px);
  781.   left: calc(50% - -160px);
  782.   -webkit-animation-delay: -529ms;
  783.           animation-delay: -529ms;
  784. }
  785. .star:nth-child(127) {
  786.   top: calc(50% - -127px);
  787.   left: calc(50% - 160px);
  788.   -webkit-animation-delay: -4044ms;
  789.           animation-delay: -4044ms;
  790. }
  791. .star:nth-child(128) {
  792.   top: calc(50% - 106px);
  793.   left: calc(50% - 137px);
  794.   -webkit-animation-delay: -473ms;
  795.           animation-delay: -473ms;
  796. }
  797. .star:nth-child(129) {
  798.   top: calc(50% - 16px);
  799.   left: calc(50% - -9px);
  800.   -webkit-animation-delay: -3304ms;
  801.           animation-delay: -3304ms;
  802. }
  803. .star:nth-child(130) {
  804.   top: calc(50% - -94px);
  805.   left: calc(50% - -189px);
  806.   -webkit-animation-delay: -1870ms;
  807.           animation-delay: -1870ms;
  808. }
  809. .star:nth-child(131) {
  810.   top: calc(50% - -7px);
  811.   left: calc(50% - -171px);
  812.   -webkit-animation-delay: -5530ms;
  813.           animation-delay: -5530ms;
  814. }
  815. .star:nth-child(132) {
  816.   top: calc(50% - 88px);
  817.   left: calc(50% - -59px);
  818.   -webkit-animation-delay: -4484ms;
  819.           animation-delay: -4484ms;
  820. }
  821. .star:nth-child(133) {
  822.   top: calc(50% - -184px);
  823.   left: calc(50% - 176px);
  824.   -webkit-animation-delay: -4893ms;
  825.           animation-delay: -4893ms;
  826. }
  827. .star:nth-child(134) {
  828.   top: calc(50% - -98px);
  829.   left: calc(50% - 114px);
  830.   -webkit-animation-delay: -4524ms;
  831.           animation-delay: -4524ms;
  832. }
  833. .star:nth-child(135) {
  834.   top: calc(50% - -30px);
  835.   left: calc(50% - 160px);
  836.   -webkit-animation-delay: -2754ms;
  837.           animation-delay: -2754ms;
  838. }
  839. .star:nth-child(136) {
  840.   top: calc(50% - -77px);
  841.   left: calc(50% - 140px);
  842.   -webkit-animation-delay: -3401ms;
  843.           animation-delay: -3401ms;
  844. }
  845. .star:nth-child(137) {
  846.   top: calc(50% - 94px);
  847.   left: calc(50% - -113px);
  848.   -webkit-animation-delay: -311ms;
  849.           animation-delay: -311ms;
  850. }
  851. .star:nth-child(138) {
  852.   top: calc(50% - -70px);
  853.   left: calc(50% - -92px);
  854.   -webkit-animation-delay: -1658ms;
  855.           animation-delay: -1658ms;
  856. }
  857. .star:nth-child(139) {
  858.   top: calc(50% - 116px);
  859.   left: calc(50% - 152px);
  860.   -webkit-animation-delay: -5335ms;
  861.           animation-delay: -5335ms;
  862. }
  863. .star:nth-child(140) {
  864.   top: calc(50% - 31px);
  865.   left: calc(50% - -174px);
  866.   -webkit-animation-delay: -3680ms;
  867.           animation-delay: -3680ms;
  868. }
  869. .star:nth-child(141) {
  870.   top: calc(50% - -190px);
  871.   left: calc(50% - -91px);
  872.   -webkit-animation-delay: -2825ms;
  873.           animation-delay: -2825ms;
  874. }
  875. .star:nth-child(142) {
  876.   top: calc(50% - 13px);
  877.   left: calc(50% - 185px);
  878.   -webkit-animation-delay: -3643ms;
  879.           animation-delay: -3643ms;
  880. }
  881. .star:nth-child(143) {
  882.   top: calc(50% - 170px);
  883.   left: calc(50% - 161px);
  884.   -webkit-animation-delay: -3576ms;
  885.           animation-delay: -3576ms;
  886. }
  887. .star:nth-child(144) {
  888.   top: calc(50% - -72px);
  889.   left: calc(50% - -166px);
  890.   -webkit-animation-delay: -4444ms;
  891.           animation-delay: -4444ms;
  892. }
  893. .star:nth-child(145) {
  894.   top: calc(50% - -188px);
  895.   left: calc(50% - 154px);
  896.   -webkit-animation-delay: -4074ms;
  897.           animation-delay: -4074ms;
  898. }
  899. .star:nth-child(146) {
  900.   top: calc(50% - 13px);
  901.   left: calc(50% - 119px);
  902.   -webkit-animation-delay: -3294ms;
  903.           animation-delay: -3294ms;
  904. }
  905. .star:nth-child(147) {
  906.   top: calc(50% - -123px);
  907.   left: calc(50% - 9px);
  908.   -webkit-animation-delay: -3911ms;
  909.           animation-delay: -3911ms;
  910. }
  911. .star:nth-child(148) {
  912.   top: calc(50% - 77px);
  913.   left: calc(50% - 34px);
  914.   -webkit-animation-delay: -1702ms;
  915.           animation-delay: -1702ms;
  916. }
  917. .star:nth-child(149) {
  918.   top: calc(50% - 165px);
  919.   left: calc(50% - -148px);
  920.   -webkit-animation-delay: -4414ms;
  921.           animation-delay: -4414ms;
  922. }
  923. .star:nth-child(150) {
  924.   top: calc(50% - -86px);
  925.   left: calc(50% - -59px);
  926.   -webkit-animation-delay: -4872ms;
  927.           animation-delay: -4872ms;
  928. }
  929. .star:nth-child(151) {
  930.   top: calc(50% - -188px);
  931.   left: calc(50% - -86px);
  932.   -webkit-animation-delay: -1782ms;
  933.           animation-delay: -1782ms;
  934. }
  935. .star:nth-child(152) {
  936.   top: calc(50% - 5px);
  937.   left: calc(50% - -90px);
  938.   -webkit-animation-delay: -2380ms;
  939.           animation-delay: -2380ms;
  940. }
  941. .star:nth-child(153) {
  942.   top: calc(50% - -35px);
  943.   left: calc(50% - -39px);
  944.   -webkit-animation-delay: -2536ms;
  945.           animation-delay: -2536ms;
  946. }
  947. .star:nth-child(154) {
  948.   top: calc(50% - -80px);
  949.   left: calc(50% - 6px);
  950.   -webkit-animation-delay: -1275ms;
  951.           animation-delay: -1275ms;
  952. }
  953. .star:nth-child(155) {
  954.   top: calc(50% - 116px);
  955.   left: calc(50% - 101px);
  956.   -webkit-animation-delay: -5108ms;
  957.           animation-delay: -5108ms;
  958. }
  959. .star:nth-child(156) {
  960.   top: calc(50% - -30px);
  961.   left: calc(50% - 164px);
  962.   -webkit-animation-delay: -3561ms;
  963.           animation-delay: -3561ms;
  964. }
  965. .star:nth-child(157) {
  966.   top: calc(50% - -31px);
  967.   left: calc(50% - -37px);
  968.   -webkit-animation-delay: -5772ms;
  969.           animation-delay: -5772ms;
  970. }
  971. .star:nth-child(158) {
  972.   top: calc(50% - -184px);
  973.   left: calc(50% - -59px);
  974.   -webkit-animation-delay: -4484ms;
  975.           animation-delay: -4484ms;
  976. }
  977. .star:nth-child(159) {
  978.   top: calc(50% - -196px);
  979.   left: calc(50% - 28px);
  980.   -webkit-animation-delay: -24ms;
  981.           animation-delay: -24ms;
  982. }
  983. .star:nth-child(160) {
  984.   top: calc(50% - -79px);
  985.   left: calc(50% - -100px);
  986.   -webkit-animation-delay: -5214ms;
  987.           animation-delay: -5214ms;
  988. }
  989. .star:nth-child(161) {
  990.   top: calc(50% - 19px);
  991.   left: calc(50% - 8px);
  992.   -webkit-animation-delay: -4214ms;
  993.           animation-delay: -4214ms;
  994. }
  995. .star:nth-child(162) {
  996.   top: calc(50% - 11px);
  997.   left: calc(50% - 20px);
  998.   -webkit-animation-delay: -2460ms;
  999.           animation-delay: -2460ms;
  1000. }
  1001. .star:nth-child(163) {
  1002.   top: calc(50% - -135px);
  1003.   left: calc(50% - 186px);
  1004.   -webkit-animation-delay: -2490ms;
  1005.           animation-delay: -2490ms;
  1006. }
  1007. .star:nth-child(164) {
  1008.   top: calc(50% - -60px);
  1009.   left: calc(50% - 166px);
  1010.   -webkit-animation-delay: -3080ms;
  1011.           animation-delay: -3080ms;
  1012. }
  1013. .star:nth-child(165) {
  1014.   top: calc(50% - -86px);
  1015.   left: calc(50% - -50px);
  1016.   -webkit-animation-delay: -4898ms;
  1017.           animation-delay: -4898ms;
  1018. }
  1019. .star:nth-child(166) {
  1020.   top: calc(50% - -188px);
  1021.   left: calc(50% - 110px);
  1022.   -webkit-animation-delay: -5609ms;
  1023.           animation-delay: -5609ms;
  1024. }
  1025. .star:nth-child(167) {
  1026.   top: calc(50% - -167px);
  1027.   left: calc(50% - 68px);
  1028.   -webkit-animation-delay: -4779ms;
  1029.           animation-delay: -4779ms;
  1030. }
  1031. .star:nth-child(168) {
  1032.   top: calc(50% - 1px);
  1033.   left: calc(50% - 187px);
  1034.   -webkit-animation-delay: -4308ms;
  1035.           animation-delay: -4308ms;
  1036. }
  1037. .star:nth-child(169) {
  1038.   top: calc(50% - 20px);
  1039.   left: calc(50% - -166px);
  1040.   -webkit-animation-delay: -1424ms;
  1041.           animation-delay: -1424ms;
  1042. }
  1043. .star:nth-child(170) {
  1044.   top: calc(50% - 55px);
  1045.   left: calc(50% - 32px);
  1046.   -webkit-animation-delay: -2769ms;
  1047.           animation-delay: -2769ms;
  1048. }
  1049. .star:nth-child(171) {
  1050.   top: calc(50% - 101px);
  1051.   left: calc(50% - 29px);
  1052.   -webkit-animation-delay: -2082ms;
  1053.           animation-delay: -2082ms;
  1054. }
  1055. .star:nth-child(172) {
  1056.   top: calc(50% - 130px);
  1057.   left: calc(50% - 142px);
  1058.   -webkit-animation-delay: -5797ms;
  1059.           animation-delay: -5797ms;
  1060. }
  1061. .star:nth-child(173) {
  1062.   top: calc(50% - 64px);
  1063.   left: calc(50% - -176px);
  1064.   -webkit-animation-delay: -3848ms;
  1065.           animation-delay: -3848ms;
  1066. }
  1067. .star:nth-child(174) {
  1068.   top: calc(50% - 73px);
  1069.   left: calc(50% - 109px);
  1070.   -webkit-animation-delay: -4606ms;
  1071.           animation-delay: -4606ms;
  1072. }
  1073. .star:nth-child(175) {
  1074.   top: calc(50% - 159px);
  1075.   left: calc(50% - 159px);
  1076.   -webkit-animation-delay: -1846ms;
  1077.           animation-delay: -1846ms;
  1078. }
  1079. .star:nth-child(176) {
  1080.   top: calc(50% - 1px);
  1081.   left: calc(50% - -178px);
  1082.   -webkit-animation-delay: -3427ms;
  1083.           animation-delay: -3427ms;
  1084. }
  1085. .star:nth-child(177) {
  1086.   top: calc(50% - -70px);
  1087.   left: calc(50% - 126px);
  1088.   -webkit-animation-delay: -2120ms;
  1089.           animation-delay: -2120ms;
  1090. }
  1091. .star:nth-child(178) {
  1092.   top: calc(50% - 113px);
  1093.   left: calc(50% - 111px);
  1094.   -webkit-animation-delay: -4417ms;
  1095.           animation-delay: -4417ms;
  1096. }
  1097. .star:nth-child(179) {
  1098.   top: calc(50% - 179px);
  1099.   left: calc(50% - -144px);
  1100.   -webkit-animation-delay: -385ms;
  1101.           animation-delay: -385ms;
  1102. }
  1103. .star:nth-child(180) {
  1104.   top: calc(50% - 35px);
  1105.   left: calc(50% - 17px);
  1106.   -webkit-animation-delay: -3019ms;
  1107.           animation-delay: -3019ms;
  1108. }
  1109. .star:nth-child(181) {
  1110.   top: calc(50% - 119px);
  1111.   left: calc(50% - 171px);
  1112.   -webkit-animation-delay: -949ms;
  1113.           animation-delay: -949ms;
  1114. }
  1115. .star:nth-child(182) {
  1116.   top: calc(50% - 134px);
  1117.   left: calc(50% - 31px);
  1118.   -webkit-animation-delay: -1427ms;
  1119.           animation-delay: -1427ms;
  1120. }
  1121. .star:nth-child(183) {
  1122.   top: calc(50% - 66px);
  1123.   left: calc(50% - -157px);
  1124.   -webkit-animation-delay: -3356ms;
  1125.           animation-delay: -3356ms;
  1126. }
  1127. .star:nth-child(184) {
  1128.   top: calc(50% - -166px);
  1129.   left: calc(50% - 116px);
  1130.   -webkit-animation-delay: -4191ms;
  1131.           animation-delay: -4191ms;
  1132. }
  1133. .star:nth-child(185) {
  1134.   top: calc(50% - -154px);
  1135.   left: calc(50% - 105px);
  1136.   -webkit-animation-delay: -1139ms;
  1137.           animation-delay: -1139ms;
  1138. }
  1139. .star:nth-child(186) {
  1140.   top: calc(50% - -110px);
  1141.   left: calc(50% - 28px);
  1142.   -webkit-animation-delay: -638ms;
  1143.           animation-delay: -638ms;
  1144. }
  1145. .star:nth-child(187) {
  1146.   top: calc(50% - 148px);
  1147.   left: calc(50% - 98px);
  1148.   -webkit-animation-delay: -1928ms;
  1149.           animation-delay: -1928ms;
  1150. }
  1151. .star:nth-child(188) {
  1152.   top: calc(50% - 65px);
  1153.   left: calc(50% - 174px);
  1154.   -webkit-animation-delay: -3563ms;
  1155.           animation-delay: -3563ms;
  1156. }
  1157. .star:nth-child(189) {
  1158.   top: calc(50% - 115px);
  1159.   left: calc(50% - 58px);
  1160.   -webkit-animation-delay: -2610ms;
  1161.           animation-delay: -2610ms;
  1162. }
  1163. .star:nth-child(190) {
  1164.   top: calc(50% - -22px);
  1165.   left: calc(50% - -183px);
  1166.   -webkit-animation-delay: -2116ms;
  1167.           animation-delay: -2116ms;
  1168. }
  1169. .star:nth-child(191) {
  1170.   top: calc(50% - 30px);
  1171.   left: calc(50% - 66px);
  1172.   -webkit-animation-delay: -4013ms;
  1173.           animation-delay: -4013ms;
  1174. }
  1175. .star:nth-child(192) {
  1176.   top: calc(50% - -33px);
  1177.   left: calc(50% - 146px);
  1178.   -webkit-animation-delay: -1663ms;
  1179.           animation-delay: -1663ms;
  1180. }
  1181. .star:nth-child(193) {
  1182.   top: calc(50% - 56px);
  1183.   left: calc(50% - 39px);
  1184.   -webkit-animation-delay: -3459ms;
  1185.           animation-delay: -3459ms;
  1186. }
  1187. .star:nth-child(194) {
  1188.   top: calc(50% - -10px);
  1189.   left: calc(50% - 41px);
  1190.   -webkit-animation-delay: -4060ms;
  1191.           animation-delay: -4060ms;
  1192. }
  1193. .star:nth-child(195) {
  1194.   top: calc(50% - 7px);
  1195.   left: calc(50% - -142px);
  1196.   -webkit-animation-delay: -1774ms;
  1197.           animation-delay: -1774ms;
  1198. }
  1199. .star:nth-child(196) {
  1200.   top: calc(50% - 10px);
  1201.   left: calc(50% - -24px);
  1202.   -webkit-animation-delay: -2806ms;
  1203.           animation-delay: -2806ms;
  1204. }
  1205. .star:nth-child(197) {
  1206.   top: calc(50% - -129px);
  1207.   left: calc(50% - -63px);
  1208.   -webkit-animation-delay: -5355ms;
  1209.           animation-delay: -5355ms;
  1210. }
  1211. .star:nth-child(198) {
  1212.   top: calc(50% - 111px);
  1213.   left: calc(50% - 85px);
  1214.   -webkit-animation-delay: -5386ms;
  1215.           animation-delay: -5386ms;
  1216. }
  1217. .star:nth-child(199) {
  1218.   top: calc(50% - 195px);
  1219.   left: calc(50% - 62px);
  1220.   -webkit-animation-delay: -2838ms;
  1221.           animation-delay: -2838ms;
  1222. }
  1223. .star:nth-child(200) {
  1224.   top: calc(50% - 10px);
  1225.   left: calc(50% - 101px);
  1226.   -webkit-animation-delay: -5902ms;
  1227.           animation-delay: -5902ms;
  1228. }

  1229. @-webkit-keyframes bling {
  1230.   0% {
  1231.     transform: scale(0) rotateZ(45deg) translate(-300px);
  1232.     background: #ff00ff;
  1233.   }
  1234.   50% {
  1235.     transform: scale(1) rotateZ(45deg) translate(0);
  1236.     background: #ffffff;
  1237.   }
  1238.   100% {
  1239.     transform: scale(0) rotateZ(45deg) translate(300px);
  1240.     background: #0000ff;
  1241.   }
  1242. }

  1243. @keyframes bling {
  1244.   0% {
  1245.     transform: scale(0) rotateZ(45deg) translate(-300px);
  1246.     background: #ff00ff;
  1247.   }
  1248.   50% {
  1249.     transform: scale(1) rotateZ(45deg) translate(0);
  1250.     background: #ffffff;
  1251.   }
  1252.   100% {
  1253.     transform: scale(0) rotateZ(45deg) translate(300px);
  1254.     background: #0000ff;
  1255.   }
  1256. }
  1257. </style>
  1258. </head>
  1259. <body>

  1260. <div class="sky">
  1261.   <div class="star"></div>
  1262.   <div class="star"></div>
  1263.   <div class="star"></div>
  1264.   <div class="star"></div>
  1265.   <div class="star"></div>
  1266.   <div class="star"></div>
  1267.   <div class="star"></div>
  1268.   <div class="star"></div>
  1269.   <div class="star"></div>
  1270.   <div class="star"></div>
  1271.   <div class="star"></div>
  1272.   <div class="star"></div>
  1273.   <div class="star"></div>
  1274.   <div class="star"></div>
  1275.   <div class="star"></div>
  1276.   <div class="star"></div>
  1277.   <div class="star"></div>
  1278.   <div class="star"></div>
  1279.   <div class="star"></div>
  1280.   <div class="star"></div>
  1281.   <div class="star"></div>
  1282.   <div class="star"></div>
  1283.   <div class="star"></div>
  1284.   <div class="star"></div>
  1285.   <div class="star"></div>
  1286.   <div class="star"></div>
  1287.   <div class="star"></div>
  1288.   <div class="star"></div>
  1289.   <div class="star"></div>
  1290.   <div class="star"></div>
  1291.   <div class="star"></div>
  1292.   <div class="star"></div>
  1293.   <div class="star"></div>
  1294.   <div class="star"></div>
  1295.   <div class="star"></div>
  1296.   <div class="star"></div>
  1297.   <div class="star"></div>
  1298.   <div class="star"></div>
  1299.   <div class="star"></div>
  1300.   <div class="star"></div>
  1301.   <div class="star"></div>
  1302.   <div class="star"></div>
  1303.   <div class="star"></div>
  1304.   <div class="star"></div>
  1305.   <div class="star"></div>
  1306.   <div class="star"></div>
  1307.   <div class="star"></div>
  1308.   <div class="star"></div>
  1309.   <div class="star"></div>
  1310.   <div class="star"></div>
  1311.   <div class="star"></div>
  1312.   <div class="star"></div>
  1313.   <div class="star"></div>
  1314.   <div class="star"></div>
  1315.   <div class="star"></div>
  1316.   <div class="star"></div>
  1317.   <div class="star"></div>
  1318.   <div class="star"></div>
  1319.   <div class="star"></div>
  1320.   <div class="star"></div>
  1321.   <div class="star"></div>
  1322.   <div class="star"></div>
  1323.   <div class="star"></div>
  1324.   <div class="star"></div>
  1325.   <div class="star"></div>
  1326.   <div class="star"></div>
  1327.   <div class="star"></div>
  1328.   <div class="star"></div>
  1329.   <div class="star"></div>
  1330.   <div class="star"></div>
  1331.   <div class="star"></div>
  1332.   <div class="star"></div>
  1333.   <div class="star"></div>
  1334.   <div class="star"></div>
  1335.   <div class="star"></div>
  1336.   <div class="star"></div>
  1337.   <div class="star"></div>
  1338.   <div class="star"></div>
  1339.   <div class="star"></div>
  1340.   <div class="star"></div>
  1341.   <div class="star"></div>
  1342.   <div class="star"></div>
  1343.   <div class="star"></div>
  1344.   <div class="star"></div>
  1345.   <div class="star"></div>
  1346.   <div class="star"></div>
  1347.   <div class="star"></div>
  1348.   <div class="star"></div>
  1349.   <div class="star"></div>
  1350.   <div class="star"></div>
  1351.   <div class="star"></div>
  1352.   <div class="star"></div>
  1353.   <div class="star"></div>
  1354.   <div class="star"></div>
  1355.   <div class="star"></div>
  1356.   <div class="star"></div>
  1357.   <div class="star"></div>
  1358.   <div class="star"></div>
  1359.   <div class="star"></div>
  1360.   <div class="star"></div>
  1361.   <div class="star"></div>
  1362.   <div class="star"></div>
  1363.   <div class="star"></div>
  1364.   <div class="star"></div>
  1365.   <div class="star"></div>
  1366.   <div class="star"></div>
  1367.   <div class="star"></div>
  1368.   <div class="star"></div>
  1369.   <div class="star"></div>
  1370.   <div class="star"></div>
  1371.   <div class="star"></div>
  1372.   <div class="star"></div>
  1373.   <div class="star"></div>
  1374.   <div class="star"></div>
  1375.   <div class="star"></div>
  1376.   <div class="star"></div>
  1377.   <div class="star"></div>
  1378.   <div class="star"></div>
  1379.   <div class="star"></div>
  1380.   <div class="star"></div>
  1381.   <div class="star"></div>
  1382.   <div class="star"></div>
  1383.   <div class="star"></div>
  1384.   <div class="star"></div>
  1385.   <div class="star"></div>
  1386.   <div class="star"></div>
  1387.   <div class="star"></div>
  1388.   <div class="star"></div>
  1389.   <div class="star"></div>
  1390.   <div class="star"></div>
  1391.   <div class="star"></div>
  1392.   <div class="star"></div>
  1393.   <div class="star"></div>
  1394.   <div class="star"></div>
  1395.   <div class="star"></div>
  1396.   <div class="star"></div>
  1397.   <div class="star"></div>
  1398.   <div class="star"></div>
  1399.   <div class="star"></div>
  1400.   <div class="star"></div>
  1401.   <div class="star"></div>
  1402.   <div class="star"></div>
  1403.   <div class="star"></div>
  1404.   <div class="star"></div>
  1405.   <div class="star"></div>
  1406.   <div class="star"></div>
  1407.   <div class="star"></div>
  1408.   <div class="star"></div>
  1409.   <div class="star"></div>
  1410.   <div class="star"></div>
  1411.   <div class="star"></div>
  1412.   <div class="star"></div>
  1413.   <div class="star"></div>
  1414.   <div class="star"></div>
  1415.   <div class="star"></div>
  1416.   <div class="star"></div>
  1417.   <div class="star"></div>
  1418.   <div class="star"></div>
  1419.   <div class="star"></div>
  1420.   <div class="star"></div>
  1421.   <div class="star"></div>
  1422.   <div class="star"></div>
  1423.   <div class="star"></div>
  1424.   <div class="star"></div>
  1425.   <div class="star"></div>
  1426.   <div class="star"></div>
  1427.   <div class="star"></div>
  1428.   <div class="star"></div>
  1429.   <div class="star"></div>
  1430.   <div class="star"></div>
  1431.   <div class="star"></div>
  1432.   <div class="star"></div>
  1433.   <div class="star"></div>
  1434.   <div class="star"></div>
  1435.   <div class="star"></div>
  1436.   <div class="star"></div>
  1437.   <div class="star"></div>
  1438.   <div class="star"></div>
  1439.   <div class="star"></div>
  1440.   <div class="star"></div>
  1441.   <div class="star"></div>
  1442.   <div class="star"></div>
  1443.   <div class="star"></div>
  1444.   <div class="star"></div>
  1445.   <div class="star"></div>
  1446.   <div class="star"></div>
  1447.   <div class="star"></div>
  1448.   <div class="star"></div>
  1449.   <div class="star"></div>
  1450.   <div class="star"></div>
  1451.   <div class="star"></div>
  1452.   <div class="star"></div>
  1453.   <div class="star"></div>
  1454.   <div class="star"></div>
  1455.   <div class="star"></div>
  1456.   <div class="star"></div>
  1457.   <div class="star"></div>
  1458.   <div class="star"></div>
  1459.   <div class="star"></div>
  1460.   <div class="star"></div>
  1461. </div>
  1462. </body>
  1463. </html>
复制代码




0 个回复

您需要登录后才可以回帖 登录 | 立即注册
返回顶部