為什么圖片出不來 請各位大佬解答
<!DOCTYPE HTML>
<html>
<head>
? ? <meta charset="utf-8">
? ? <title>aa</title>
? ? <style>
? ? ? ? *{
? ? ? ? ? ? margin: 0;
? ? ? ? ? ? padding:0;
? ? ? ? ? ??
? ? ? ? }
? ? ? ? html,body{
? ? ? ? ? ? width: ?100%;
? ? ? ? ? ? height: 100%
? ? ? ? }
? ? .con{
? ? ? ? width: 100%;
? ? ? ? height: 4000px;
? ? ? ? background: url("mocc.png") center top no-repeat;
? ? ? ? }
? ? ? ??
? ? ? ? .opacity_{
? ? ? ? ? ? width:100%;
? ? ? ? ? ? height: 100%;
? ? ? ? ? ? background: url("opacity.png")
? ? ? ? }
? ? </style>
? ? </head>
? ? <body>
? ? ? ? <div class="con"></div> ? ?
? ? ? ? <div class="opacity_"></div>
? ? ? ?
? ? ? ? </body>
</html>?
2018-07-25
圖片名字錯了? mooc不是mocc