网络营销电子商务研究中心  
How to buy the best prescription safety glasses in Canada? Let's study!
Go Back   网络营销电子商务研究中心 > 网站设计 > CSS, DIV, HTML
User Name
Password
 
FAQ Members List Calendar Cheap Glasses

Reply
 
Thread Tools Display Modes
  #1   IP: 112.84.241.33
Old 2016-10-07, 11:09 AM
Benchland Benchland is offline
初级会员
 
Join Date: 2013-07-23
Posts: 1
Benchland 现在声名狼藉
Default 响应式的全屏背景图片效果

使用纯CSS实现的响应式全屏图片背景效果,相关代码如下:
Code:
body {
  /* 图片地址 */
  background-image: url(images/background-photo.jpg);
  
  /* 图片水平垂直居中 */
  background-position: center center;
  
  /* 背景图不重复 */
  background-repeat: no-repeat;
  
  /* 图片在viewport中固定,以便即使内容大于图片,图片也不会移动 */
  background-attachment: fixed;
  
  /* 图片基于容器缩放 */
  background-size: cover;
  
  /* 图片加载中有一个背景色 */
  background-color:#464646;
  
  font-family: 'microsoft yahei',Arial,sans-serif;
  
  /* 以上属性的缩放方式
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

/* 移动设备相关的CSS */
@media only screen and (max-width: 767px) {
  body {
    /* 在移动互联情况下,使用更小的背景图片,以便更快的加载 */
    background-image: url(images/background-photo-mobile-devices.jpg);
  }
}
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 3 (0 members and 3 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Prescription-glasses.com offers prescription glasses online at discount prices.
All times are GMT +8. The time now is 10:56 AM.


Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.