/* packageG/morePlugin/morePlugin.wxss */ @import "/mycss/iconImg.wxss"; .morePlugin-box { text-align: center; } .plugins-box { background-color: #fff; border-radius: 5px; margin: 10px; padding: 10px; } .plugins-box:first-child { margin-top: 55px; } .plugins-box .plugins-title { padding-bottom: 10px; margin-bottom: 10px; color: #333; font-weight: bold; font-size: 16px; text-align: left; border-bottom: 1px solid #f3f3f3; } .plugin-items-box { display: flex; flex-wrap: wrap; } .plugin-items-icon { display: flex; flex-direction: column; width: 20%; margin-bottom: 10px; font-size: 12px; } .page-section-spacing { background: #fff; z-index: 99 !important; } .page-section-spacing::-webkit-scrollbar { display: none; /* Chrome Safari */ } .scroll-view_H { white-space: nowrap; } .tab { padding: 0 10px; color: #333; font-size: 14px; } .tab .active { color: #ffc11e; border-bottom: 3px solid #ffc11e; }