码迷,mamicode.com
首页 > 微信 > 详细

微信布局之背景图片篇 分享

时间:2016-03-17 10:52:14      阅读:1094      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

//邀朋友来抽签的图片样式控制
.cover
{ background: url(share.png) top right no-repeat; background-size: 50%; background-color: rgba(0, 0, 0, 0.7); position: fixed; width: 100%; height: 100%; top: 0; left: 0; }

技术分享

 

body {
    background: url(bg.jpg) no-repeat #E8DFD0;
    background-size: cover;
}

 

微信布局之背景图片篇 分享

标签:

原文地址:http://www.cnblogs.com/zxyun/p/5286303.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!