.recharge-content { background-image: url("https://file-cloud.fmode.cn/uiZD6NisQm/20220831/g1bkbm102855.png"); background-repeat: no-repeat; background-position: center top; background-size: 100% 100%; height: 100%; padding-top: 10px; width: 100%; text-align: center; .options{ display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 10px; padding: 6px; .select{ padding: 10px 0; border: 1px solid; } } .li { display: flex; align-items: center; width: 93.3333vw; padding: 2.6667vw; margin: 0 auto; margin-top: 20px; border-radius: 2.6667vw; font-size: 5.2667vw; font-family: Source Han Sans CN; font-weight: 500; // color: #FFFFFF; // background: #353C4D; border: 1px solid #000000; .input { margin-left: 10px; border-radius: 1.6vw; border: none; // background: #353c4d; color: #000000; font-size: 14px; flex: 1; width: 200px; background: none; } } .confirm { width: 150px; background: #92a1ff; border-radius: 4px; padding: 10px 0 10px 0; margin: 0 auto; margin-top: 70px; color: #fff; } modal { margin-top: -100px; .confirm { margin-top: 10px; margin-bottom: -10px; color: #fff; text-align: center; background: #d81e06; &:active { background: #a11d0b; } } } }