- DIV圆角
border-radius: 15px;
{
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
- 渐变背景颜色
background-image: linear-gradient(to right,#66a6ff,#89f7fe);
border-radius: 15px;
{
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
background-image: linear-gradient(to right,#66a6ff,#89f7fe);
本文标题:样式
本文链接:https://www.haomeiwen.com/subject/fjtzwhtx.html
网友评论