bind_weixin.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. a {
  6. text-decoration:none;
  7. color:#000;
  8. }
  9. html {
  10. height: 100%;
  11. widrth: 100%;
  12. font-size: 100px;
  13. }
  14. body {
  15. width: 100%;
  16. height: 100%;
  17. overflow: hidden;
  18. font-family: 微软雅黑, Microsoft YaHei, 黑体, SimHei;
  19. display: flex;
  20. font-size: 0.14rem;
  21. }
  22. li {
  23. list-style: none;
  24. }
  25. thead th {
  26. border-bottom: none !important;
  27. }
  28. .main {
  29. width: 80%;
  30. margin: auto;
  31. }
  32. .logo {
  33. width: 100%;
  34. text-align: center;
  35. margin-bottom: 0.55rem;
  36. }
  37. .text1 {
  38. font-size: 0.22rem;
  39. line-height: 0.45rem;
  40. }
  41. .text2 {
  42. font-size: 0.1rem;
  43. color: #CCC;
  44. margin-bottom: 0.5rem;
  45. }
  46. .text3 {
  47. font-size: 0.18rem;
  48. margin-bottom: 0.1rem;
  49. }
  50. .textbox {
  51. border: 0;
  52. border-bottom: 1px #EEE solid;
  53. width: 100%;
  54. height: 0.3rem;
  55. line-height: 0.3rem;
  56. font-size: 0.16rem;
  57. }
  58. .account {
  59. margin-bottom: 0.14rem;
  60. }
  61. .password {
  62. margin-bottom: 0.3rem;
  63. }
  64. .confirm {
  65. background-color: #409EE1;
  66. height: 0.45rem;
  67. line-height: 0.45rem;
  68. border-radius: 0.3rem;
  69. text-align: center;
  70. color: white;
  71. font-size: 0.16rem;
  72. }