content-bg.less
529 Bytes
.modify-top {
z-index: 36;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 10px;
background: url('@images/modify-top.png')
0px 0px repeat-x;
}
.content-bg {
/**
* background-color and background-image 共存,不能使用渐变色
* 图片铺平当时精度提高看看效果
* 直接用渐变色
* 不使用渐变色背景
*/
height: 100%;
background: url('@images/choose-school-bg.png');
background-size: cover;
background: linear-gradient(360deg, #FDD347 0%, #FFED6D 100%) ;
}