文件名称:H5 jQuery CSS3表单单选多选按钮.zip
文件大小:47KB
文件格式:ZIP
更新时间:2022-07-31 04:39:48
js特效-H5 jQuery CSS3表单单选多选按钮
代码片段: .wrapper { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; max-width: 500px; height: 200px; }