1
闫增涛
2025-01-23 a919905ea3eb9e22da26831d86186c24da7f5ca2
src/books/toddlerGameImplementation/assets/main.less
@@ -287,11 +287,11 @@
    text-align: center;
    border-radius: 15px;
    position: relative;
    span {
      position: absolute;
      left: 50%;
      left: 56%;
      top: 35%;
      transform: translateX(-50%);
    }
  }
@@ -891,13 +891,14 @@
  .inputChoice{
      display: flex;
      align-items: center;
      input{
        margin: 0 5px;
        cursor: pointer;
      }
      span{
        cursor: pointer;
      }
  }