P粉2540777472023-09-01 14:33:10
To ensure that the border-radius
property takes precedence over any incompatible CSS rules, you can try adding the !important
keyword after it, like this: < /p>
#block-df45bbc957de1bd8c905.video-block .video-player{ padding-bottom: 120%; border-radius: 10px !important; }