12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .see-all-articles,
- .article-footer,
- .dropdown-toggle,
- .hsds-beacon,
- #query,
- .announce,
- .risk_work_off_wrapper,
- .action-link-block_action-button,
- .common-footer .flex-row.media-wrap,
- .common-footer .info,
- .breadcrumbs,
- .dapp-page .more-detail.link-hover,
- .section-tree-title,
- .article-subscribe,
- .article-votes-controls,
- .article-more-questions,
- .article a,
- .content-pc,
- p .underline,
- .mini-download,
- .fake-tip-wrapper,
- .article-page .content,
- .faq-page .content,
- .docs .footer-container .footer,
- .brand-page .desc-section a,
- .brand-page .section-inner a,
- #term-link,
- .header-announcement-bar-wrapper,
- #collection-621843cd9660896c6b856025,
- .article-page section.content
- {
- pointer-events: none !important;
- }
- .see-all-articles,.article-sidebar-item {
- display: none !important;
- }
- #beacon-container{
- display: none;
- }
- @media screen and (max-width: 768px) {
- .chain-page{
- pointer-events: none !important;
- }
- .download-area-inner .flex-column .flex-row {
- width: 100%;
- flex-wrap: wrap;
- justify-content: center;
- }
- }
|