想呈现出图片上的效果可是css里的内容好像链接不上,请问这是哪的问题,要怎么改

<!DOCTYPE html>
<html lang="en">
<head>
 <meta charset="UTF-8">
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>音乐排行榜</title>
  <link href="style.5.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="bg" >
 <ul>
 <li class="tp"></li>
 <li>vnessa-constance</li>
 <li>dogffedrd-seeirtit</li>
 <li>dsieirif-constrance</li>
 <li>wytuu-qeyounted</li>
 <li class="yj">qurested-conoted</li>
 </ul> 
 </div>
</body>
</html>
*{margin: 0; padding: 0; list-style: none; outline: none;}
 .bg{
 width: 600px;
 height: 550px;
 background-image: repeating-radial-gradient(circle at 50% 50%,#333,#000 1%);
 margin: 50px auto; 
 padding: 40px;
border-radius: 50%;
 padding-top: 50px;
 border: 10px solid #ccc;
 }
 ul{
 width: 372px;
 height: 530px;
 background: #fff;
 border-radius: 30px;
 box-shadow: 15px 15px 12px #000;
 margin: 0 auto;
}
 ul li{
 width: 372px;
 height: 55px;
 background: rgb(68, 66, 66) url(images/3.jpg) no-repeat 70px 20px;
 margin-bottom: 2px;
 font-size: 18px;
 color: #d6d6d6;
 line-height: 55px;
 text-align: center;
 font-family: "微软雅黑"; 
 }
 ul .tp{
 width: 372px;
 height: 247px;
 background: #fff;
 background-image: url(“images/2.jpg”),url(images/1.jpg);
 background-repeat: no-repeat;
 background-position: 87px 16px 99px 192px;
 border-radius: 30px 30px 0 0;
 }
 ul .yj{border-radius: 0 0 30px 30px;}



img

background-image: ur里面的这个路径不太对吧

路径用引号包一下,另外你那个根路径确定没问题吗

img

img


写网网页设计的代码进行调试出现上面两图的情况是为什么呀