.collection_main { padding: 0 20px; min-height: 100%; background-color: #F8F8F8; .search { display: flex; align-items: center; .miconfont_con{ padding: 0 20px; } .miconfont{ font-size: 30px; color: #007AFF; border: 1px solid #007AFF; border-radius: 50%; } } .operation{ display: flex; justify-content: space-between; align-items: center; padding: 20px 30px 0 30px; font-size: 26px; color: #707070; .operation_check{ display: flex; align-items: center; position: relative; &::after{ content: ''; height: 45px; width: 1PX; background-color: #ccc; position: absolute; right: -30px; } Text{ margin-left: 15px; height: 100%; display: inline-block; } } } .operation_check_right{ .operation_check_move{ color: #707070; margin-right: 30px; } .operation_check_cancel{ color: #007AFF; } } .class_list{ margin-top: 30px; } }