fecrprd/public.css

39 lines
614 B
CSS

.flex-box {
display: flex;
justify-content: space-between;
align-items: center;
}
.margin-box {
margin: 10px 0;
}
.gradient {
background-color: #4e9eeb;
background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
color: #fff;
}
.round {
border-radius: 5000rpx;
}
.btn {
padding: 0 40rpx;
height: 80rpx;
font-size: 30rpx;
box-sizing: border-box;
overflow: visible;
border: 0;
text-decoration: none;
-webkit-transform: translate(0rpx, 0rpx);
transform: translate(0rpx, 0rpx);
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
button::after{
border: none;
}