king
2024-03-28 6cf3812e28b35290a521001a3bc866a9eee8bc89
src/components/header/index.scss
@@ -276,17 +276,34 @@
  }
}
.mk-wx-notice {
  top: 100px!important;
  .anticon-check-circle {
    display: none;
  }
  .ant-modal-confirm-title {
.mk-wx-sms-modal {
  .ant-modal-title {
    text-align: center;
    min-height: 320px;
    font-size: 22px;
    font-weight: 500;
    color: #151515;
    margin-top: 15px;
    letter-spacing: 2px;
  }
  .ant-modal-confirm-btns {
    float: none!important;
  .wx-sms-wrap {
    text-align: center;
    .tip {
      margin: 15px;
      img {
        width: 24px;
        margin-right: 10px;
      }
      span {
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 500;
        color: #333;
      }
      span + span {
        color: #45B449;
        font-weight: bold;
      }
    }
  }
}