base.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. html, body {
  2. background-color: rgb(255, 255, 255);
  3. margin:0px;
  4. padding:0px;
  5. font-family: BinancePlex,Arial,sans-serif!important;
  6. font-size:14px;
  7. }
  8. ::-webkit-input-placeholder { /* WebKit browsers */
  9. color: #424852;
  10. font-size: 14px;
  11. }
  12. ::-moz-placeholder { /* Mozilla Firefox 19+ */
  13. color: #424852;
  14. font-size: 14px;
  15. }
  16. :-ms-input-placeholder { /* Internet Explorer 10+ */
  17. color: #424852;
  18. font-size: 14px;
  19. }
  20. input:focus{background:#1b1e25;outline: 1px solid #1b1e25;}
  21. select:focus{background:#1b1e25;outline: 1px solid #1b1e25;}
  22. textarea:focus{background:#1b1e25;outline: 1px solid #1b1e25;}
  23. .fl{float:left;}/*左浮动*/
  24. .fr{float:right;}/*右浮动*/
  25. .bhalf{width:50%;}/*div50%的宽度*/
  26. .allhg{height:100%;}/*继承父元素100%的高度*/
  27. .txtl{text-align: left;}
  28. .txtr{text-align: right;}
  29. .fcy{color:#FCD535;} /*黄色*/
  30. .fcc{color:#707A8A;} /*灰色*/
  31. .fch{color:#000;} /*黑色*/
  32. .fzm{font-size:12px;}
  33. .fzmm{font-size:14px;}
  34. .fzmmm{font-size:16px;}
  35. .fw{font-weight: bold;}
  36. .icon {
  37. width: 1em;
  38. height: 1em;
  39. vertical-align: -0.15em;
  40. fill: currentColor;
  41. overflow: hidden;
  42. }
  43. .alltn{width:100%;height:40px;line-height:40px;text-align:center;border-radius:5px;background:#FCD535;}
  44. .allbtn{width:100%;height:50px;line-height:50px;text-align:center;background:#ccc;border-radius:5px;background: linear-gradient(to left,#eeb80d,#ffe35b);margin-top:20px;}