#web_bg {
    /* 背景图像的地址（url括号里）  */
    background: url(https://pic2.58cdn.com.cn/nowater/webim/big/n_v28f1e349c7ad64528844bcec6e9d0c9e0.jpg);
    /* 背景图像不重复 */
    background-repeat: no-repeat;
    /* 背景图像大小 */
    background-size: cover;
  }