123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- .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;
- }
- }
|