框架应该看起来像屏幕截图
这是我得到的最大值
.button {
font-size: 15px;
font-weight: 100;
color: rgb(192, 189, 189);
display: inline-block;
text-align: center;
position: absolute;
border-width: 1px;
border-style: solid;
border-image:
linear-gradient(
to top,
#336699,
rgba(0, 0, 0, 0)
) 1 100%;
padding: 15px 25px;
margin-top: 85px;
}

