background
1.如果用网络图片做背景图的话 background-repeat background-position background-size
要写在行内样式里面
例 如:style="background:url('http://img.gxcards.com/test/cms/2018/05/31/1527754555112pic_free.png');background-repeat: no-repeat;background-position: top right;background-size: 240rpx 180rpx;">
2.模态框的时候 用background:rgba(0,0,0,0.5)