元素的背景
問題描述
為什么我設置的背景沒有被顯示
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>主題</title> <style type="text/css">body{background-image: url("http://image.baidu.com/search/detail?ct=503316480&z=undefined&tn=baiduimagedetail&ipn=d&word=%E7%BD%91%E7%AB%99%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87&step_word=&ie=utf-8&in=&cl=2&lm=-1&st=undefined&cs=726661828,2758549640&os=2228873300,1871909306&simid=3439302190,300194912&pn=5&rn=1&di=19776411160&ln=1590&fr=&fmq=1534075403413_R&fm=&ic=undefined&s=undefined&se=&sme=&tab=0&width=undefined&height=undefined&face=undefined&is=0,0&istype=0&ist=&jit=&bdtype=0&spn=0&pi=0&gsm=0&hs=2&objurl=http%3A%2F%2Fpic3.16pic.com%2F00%2F03%2F77%2F16pic_377171_b.jpg&rpstart=0&rpnum=0&adpicid=0&ctd=1534075408417^3_1182X859%1#pn=5&spn=0&di=19776411160&adpicid=0&lpn=0&cs=726661828%2C2758549640&pi=0&simid=3439302190%2C300194912&objurl=http%3A%2F%2Fpic3.16pic.com%2F00%2F03%2F77%2F16pic_377171_b.jpg&fromurl=ippr_z2C%24qAzdH3FAzdH3Fooo_z%26e3B8mrtv_z%26e3Bv54AzdH3Fri5p5AzdH3Frtv_n00808_z%26e3Bip4s&W=650&H=365&S=&TP=jpg")}div{color: red}hr{color: aqua} </style></head><body><br/><div ><big>登錄頁面</big></div><hr/>賬戶:<input type="email"><br><br/>密碼:<input type="password"><br><br/><button type="button">注冊</button></body></html>
問題解答
回答1:url指向具體圖片地址
相關文章:
1. pip安裝提示Twisted錯誤問題(Python3.6.4安裝Twisted錯誤)2. javascript - vue-echarts-v3使用的過程中折線圖區域呈漸變色。3. 關于Mysql聯合查詢4. centos7 編譯安裝 Python 3.5.1 失敗5. mysql - 這個數據庫合計用 視圖做,和直接算好存在數據庫里,到時候調用起來哪個快?6. python - beautifulsoup獲取網頁內容的問題7. python - 能通過CAN控制一部普通的家用轎車嗎?8. 人工智能 - python 機器學習 醫療數據 怎么學9. mysql - 分庫分表、分區、讀寫分離 這些都是用在什么場景下 ,會帶來哪些效率或者其他方面的好處10. c++ - 請問MySQL_Connection::isReadOnly 怎么解決?
