radio美化效果

代码语言:html

所属分类:表单美化

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

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <style>
        body {
            padding:120px;
            font-size: 18px;
            line-height: 20px;
        }
        label {
            margin: 10px;
        }
        .a-radio {
            display: none;
        }
        .b-radio {
            display: inline-block;
            border: 1px solid #ccc;
            width: 16px;
            height: 16px;
            border-radius: 2px;
            vertical-align: middle;
            margin-right: 5px;
            position: relative;
        }
        .b-radio:before {
            content: '';
            font-size: 0;
            width: 10px;
            height: 10px;
            background: rgb(143, 188, 238);
            position: absolute;
            left: 50%;
            top: 50%.........完整代码请登录后点击上方下载按钮下载查看

网友评论0