圆角矩形{
width: 360upx;
height: 88upx;
line-height: 88upx;
color: #fff;
font-size: 36upx;
background: #2b83ff;
outline: none;
border: none;
border-radius: 50upx;
background: -webkit-linear-gradient(to right, #7FBBFE, #2E88ED);
background: -o-linear-gradient(to right, #7FBBFE, #2E88ED);
background: -moz-linear-gradient(to right, #7FBBFE, #2E88ED);
background: linear-gradient(to right, #7FBBFE, #2E88ED);
box-shadow: 0px 7px 24px 0px rgba(46, 136, 237, 0.9);
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…