Home  >  Q&A  >  body text

javascript - How can the style of <span> element tag override the imported css?


Like this, my p tag already has total-money css (there is an attribute in it that controls the width of span). Now I want to write a style after p. I want to remove the width restriction, but I don’t want to write it as width:20. What should I do?
PS. Because I just want to remove the width attribute, and there are many other attributes in total-money

给我你的怀抱给我你的怀抱2713 days ago834

reply all(3)I'll reply

  • 巴扎黑

    巴扎黑2017-05-16 13:46:13

    The original style is not added!important的话,内联属性优先级是最高的,直接在标签里的style用width:auto;just overwrite it

    reply
    0
  • PHP中文网

    PHP中文网2017-05-16 13:46:13

    If it has not been modifiedbox-sizing,你要把width去掉,就就width设成100%就好了,因为<p>It is a block-level element

    reply
    0
  • PHP中文网

    PHP中文网2017-05-16 13:46:13

    Isn’t it width:auto; to cover?

    reply
    0
  • Cancelreply