// page { // background: linear-gradient(to bottom, #F0CABF, #E1CDEE) // } .operate_panel { display: flex; flex-direction: row; flex-wrap: wrap; padding-left: 40px; padding-right: 40px; justify-content: space-between; } .operate_card { background-color: rgba($color: #ffffff, $alpha: 0.25); width: 320px; height: 260px; border-radius: 24px; margin-bottom: 30px; display: flex; flex-direction: column; box-sizing: border-box; padding: 36px 40px; } .tab_border_line{ position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background-color: #000; }