You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

61 lines
1.2 KiB

  1. /*提现申请*/
  2. .txt {
  3. color: #80889a;
  4. font-size: 0.12rem;
  5. }
  6. .center_div {
  7. margin-top: 0.08rem;
  8. height: 1.95rem;
  9. border-radius: 0.08rem;
  10. /*background-image: radial-gradient(circle at 0 0, #7b4bff, #40bbd5), linear-gradient(#2d2e3a, #2d2e3a);*/
  11. background-image: radial-gradient(circle at 0 0, #35324E, #2F3D49), linear-gradient(#2d2e3a, #2d2e3a);
  12. box-shadow: 0 0.11rem 0.2rem 0 rgba(56, 81, 138, 0.36);
  13. }
  14. .input_balance {
  15. color: #ffffff;
  16. font-size: 0.28rem;
  17. width: 1.36rem;
  18. height: 0.39rem;
  19. text-align: right;
  20. padding-right: 0.4rem;
  21. }
  22. .balance {
  23. color: rgba(255, 255, 255, 0.7);
  24. }
  25. .btn_go {
  26. font-size: 0.18rem;
  27. color: #FFFFFF;
  28. width: 1.8rem;
  29. height: 0.49rem;
  30. border-radius: 0.15rem;
  31. border: 0.5px solid red;
  32. border-radius: 1rem;
  33. border: solid 2px rgba(255, 255, 255, 0.3);
  34. }
  35. .bottom_div{
  36. margin-top: 0.1rem;
  37. }
  38. ::-webkit-input-placeholder { /* WebKit browsers */
  39. color: white;
  40. }
  41. :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  42. color: white;
  43. opacity: 1;
  44. }
  45. ::-moz-placeholder { /* Mozilla Firefox 19+ */
  46. color: white;
  47. opacity: 1;
  48. }
  49. :-ms-input-placeholder { /* Internet Explorer 10+ */
  50. color: white;
  51. }