radio桌球选择效果

代码语言:html

所属分类:表单美化

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">

<style>
* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: calc(32px + (40 - 32)*(100vw - 320px)/ (1024 - 320));
}

body {
  background-image: url("http://repo.bfw.wiki/bfwrepo/image/5e4350528640e.png?x-oss-process=image/auto-orient,1/resize,m_fill,w_800,h_800,/quality,q_90");
  background-position: 50% 50%;
  color: #381803;
  display: flex;
  font: 1em Nunito, sans-serif;
  height: 100vh;
  line-height: 1.5;
}

form {
  margin: auto;
  max-width: 10em;
  padding: 1.5em 0;
  position: relative;
}
form label:before, form span:before {
  border-radius: 50%;
  content: "";
}
form label {
  cursor: pointer;
  display: flex;
.........完整代码请登录后点击上方下载按钮下载查看

网友评论0