上传者: 39840650
|
上传时间: 2021-11-16 15:46:40
|
文件大小: 18KB
|
文件类型: -
代码片段:
button {
-webkit-appearance: none;
padding: 12px 24px;
border-radius: 0;
position: fixed;
left: 50%;
bottom: 24px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-transform: uppercase;
letter-spacing: 2px;
color: white;
background: black;
border: 1px solid white;
cursor: none;
}