2016-11-29 43 views

回答

0

您需要選擇,類或ID添加到您的股利。

.container{ 
    height: 500px; 
    background: red; 
    background: radial-gradient(red, yellow); 
    width: 100%px; 
} 

.content{ 
    position:absolute; 
    top: 20%; 
    left: 35%; 
    width: 300px; 
    height: 150px; 
    background: 
} 


<div class="container"> 
    <div class="content"> 
    </div> 
</div> 

請忽略的位置,等.. 只有着眼於類容器和內容。漸變背景的CSS只會影響擁有該類的div。

檢查:JSFiddle