.nav { width: 100%; height: 6vh; line-height: 6vh; color: #000000; background: #dbe5fd; z-index: 100; } .top { background-image: url("https://file-cloud.fmode.cn/Qje9D4bqol/20241220/b313ov054708770.png"); background-repeat: no-repeat; background-position: center top; background-size: 100% 100%; height: 100%; padding-bottom: 40px; width: 100%; .way { margin: 20px; display: flex; color: #5973ff; .icon { background: #5973ff; width: 3px; height: 20px; margin-right: 5px; } } .choose { margin: 20px; border-radius: 9px; border: 1px solid #000000; padding: 10px; .type { // display: flex; .icon { background: #5973ff; margin: auto 0; width: 15px; height: 15px; // border: 1PX solid #000000; border-radius: 50%; margin-right: 5px; } .input { background: none; // border: none; border: 1px solid #cbcbcb; border-radius: 4px; padding: 2px 4px; } .bank { margin: 10px; } } } .chooses { margin: 20px; border-radius: 9px; border: 1px solid #000000; padding: 10px; display: flex; .input { background: none; border: none; } } .withdrawal { width: 60%; margin: 50px auto; text-align: center; background: #5973ff; border-radius: 18px; color: #ffffff; padding: 10px 0; } .withdrawals { width: 60%; margin: 50px auto; text-align: center; background: #676666; border-radius: 18px; color: #ffffff; padding: 10px 0; } .tips{ text-align: center; font-size: 12px; color: #8f8f8f; } }