css input submit link

前端 未结 5 2224
梦如初夏
梦如初夏 2021-01-01 18:03

I have this html:

      
5条回答
  •  死守一世寂寞
    2021-01-01 18:54

    Here's how I did it with html and css:

    and make payment.

    .input-to-link { margin: 0; padding: 0; color: #0088cc; text-decoration: none; font-weight: 300; cursor: pointer; background: none; border: none; } .input-to-link-form { margin: 0 4px 0 0; padding: 0; float: left; }

提交回复
热议问题