How scrapy crawls the content under the style= "display:none" tag when the display style of web page elements is set to invisible

as shown in the title, scrapy novice asks how to crawl the content under the style= "display:none" tag where the display style of web elements is set to invisible:
the source code of the web page is as follows:

<dl class="xxx" style="display:none">
<li> 
    <span class="fl">text1</span>
    <p class="fl">text11

</li> <li> <span class="fl">text2</span> <p class="fl">text22

</li>

can you tell me how to do this? Thank you!

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38304-2c0d5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38304-2c0d5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?