@import '@/utils/common.scss'; .virtual-waterfall-0-left{ height: 0; } .box11{ width: 304px; height: 304px; margin-left: 40px; margin-right: 40px; background-color: #00ffff; } .demoMain{ width: 750px; height: 80vh; overflow: scroll; display: flex; flex-direction: row; } .demoItem{ display: flex; flex-direction: 0; width: 72px; height: 72px; border-radius: 36px; // background-color: paleturquoise; margin-left: 20px; margin-bottom: 20px; } .single_check_nor{ margin-bottom: 16px; height: 84px; border-radius: 42px; border: solid 4px $fastColor; box-sizing: border-box; margin-left: 46px; margin-right: 46px; display: flex; flex-direction: row; align-items: center; padding-left: 44px; padding-right: 44px; } .single_check_sel{ margin-bottom: 16px; height: 84px; border-radius: 42px; background-color: $fastColor; margin-left: 46px; margin-right: 46px; display: flex; flex-direction: row; align-items: center; padding-left: 44px; padding-right: 44px; box-sizing: border-box; } .single_check_text_nor{ color: $fastColor; font-weight: bold; font-size: 32px; flex: 1; } .single_check_text_sel{ color: #000; font-weight: bold; font-size: 32px; flex: 1; } .single_checked{ width: 48px; height: 48px; }