<!-- Card 各實色顏色的卡片-->.card-custom-blue{color:#FFF;background-color:#09f}.card-custom-red{color:#FFF;background-color:#c00}.card-custom-green{color:#FFF;background-color:#00e64d}<!-- Card Overlay 效果-->.card-banner{display:flex;position:relative;overflow:hidden;background-color:#fff;background-size:cover;border-radius:5px}.card-banner .card-body{background-size:cover;position:relative;z-index:10}.overlay-cover{top:0;left:0;right:0;bottom:0;position:absolute;width:100%}.overlay{background-color:rgba(0,0,0,.65);z-index:10;padding:1.25rem;color:#fff}.overlay-grad{position:relative}.overlay-grad::before{position:absolute;content:"";display:block;top:0;left:0;right:0;bottom:0;background:#e83e8c;background:-webkit-gradient(linear,left top,right bottom,from(#007bff),to(#e83e8c));background:linear-gradient(to bottom right,#007bff,#e83e8c);opacity:.6;transition:.5s}.overlay-grad:hover:before{opacity:.9}