king
2024-12-24 2998f413a5e196e99df887787aa4b250cd9f3b78
src/components/header/index.scss
@@ -287,6 +287,7 @@
  }
  .wx-sms-wrap {
    text-align: center;
    position: relative;
    .tip {
      margin: 215px 15px 15px;
@@ -305,6 +306,47 @@
        font-weight: bold;
      }
    }
    .mk-img {
      width: 258px;
      height: 258px;
      position: relative;
      top: -15px;
    }
    .mk-tip {
      margin: 0px 15px 15px;
      position: relative;
      top: -20px;
      span {
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 500;
        color: #333;
      }
      span:nth-child(2) {
        color: #45B449;
        font-weight: bold;
      }
      span:nth-child(3) {
        display: block;
        font-size: 13px;
      }
      span:nth-child(4) {
        display: block;
        position: absolute;
        right: -10px;
        bottom: -25px;
        padding: 0 5px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.65);
        transition: color 0.2s;
      }
      span:nth-child(4):hover {
        color: rgba(0, 0, 0, 0.85);
      }
    }
    .qrcode-box + .tip {
      margin-top: 15px;
    }