﻿ /* 修改sweetalert2样式 */
 .swal2-popup {
       width: 280px !important;
       padding: 10px !important;
 }

 .swal2-title {
       font-size: 16px !important;
 }

 .swal2-html-container {
       font-size: 14px !important;
       line-height: 1.4 !important;
       margin-bottom: 6px !important;
 }

 .swal2-actions button {
       padding: 5px 15px !important;
       font-size: 14px !important;
 }