how to add and remove css class

后端 未结 5 1673
清歌不尽
清歌不尽 2021-01-21 06:18

how to remove CSS default class

This is my div

This is my css class

#messageContai         


        
5条回答
  •  情话喂你
    2021-01-21 06:38

    Try to add a period before your css class definition.

    Using your example above you should use:

    .messageContainer{
    height:26px;    
    color:#FFFFFF;  
    BACKGROUND-COLOR: #6af; 
    VERTICAL-ALIGN: middle;
    TEXT-ALIGN: center;
    PADDING-TOP:6px;    
    }
    

提交回复
热议问题