美文网首页
背景图片上设置表单框

背景图片上设置表单框

作者: 军_ea7f | 来源:发表于2019-06-28 10:57 被阅读0次
    背景图片的表单框
    • 类似如上的图片,在背景图片上加一个form表单,设置表单的背景颜色代码如下:
      .login-form {
        position: relative;
        width: 520px;
        max-width: 100%;
        padding: 35px 35px 0;
        margin: 150px auto;
        background: rgba(0,0,0,0.35);
        overflow: hidden;
      }
    

    相关文章

      网友评论

          本文标题:背景图片上设置表单框

          本文链接:https://www.haomeiwen.com/subject/gfqscctx.html