css input submit link

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

I have this html:

      
5条回答
  •  离开以前
    2021-01-01 18:41

    You need to add a class, for example "submitClass".

    
    
       .submitClass {
            background: none;    
            border: none;    
            color: blue;    
            text-decoration: underline;    
            cursor: pointer;
       }
    

提交回复
热议问题