WBAccount.css 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. button{
  2. margin-top: 2%;
  3. color: white;
  4. background: rgba(22, 155, 213, 1);
  5. width: 6%;
  6. border-radius: 5px;
  7. margin-left: 3%;
  8. cursor: pointer;
  9. }
  10. table,tr,td{
  11. box-sizing: border-box;
  12. border-width: 1px;
  13. border-style: solid;
  14. border-color: rgba(161, 161, 161, 1);
  15. }
  16. .tb{
  17. margin-top:20px;
  18. }
  19. td button{
  20. margin-top: 3%;
  21. color: white;
  22. background: rgba(22, 155, 213, 1);
  23. width: 45%;
  24. border-radius: 5px;
  25. margin-left: 3%;
  26. }
  27. .insertDiv{
  28. margin: 0 auto;
  29. text-align: center;
  30. width: 30%;
  31. margin-top: 50px;
  32. box-sizing: border-box;
  33. border-width: 1px;
  34. border-style: solid;
  35. border-color: rgba(161, 161, 161, 1);
  36. border-radius: 6px;
  37. padding: 20px;
  38. position: fixed;
  39. top: 30%;
  40. left: 30%;
  41. background: white;
  42. display: none;
  43. }
  44. .insertDiv button{
  45. margin-top: 3%;
  46. color: white;
  47. background: rgba(22, 155, 213, 1);
  48. width: 25%;
  49. border-radius: 5px;
  50. margin-left: 3%;
  51. }
  52. .updateDiv{
  53. margin: 0 auto;
  54. text-align: center;
  55. width: 30%;
  56. margin-top: 50px;
  57. box-sizing: border-box;
  58. border-width: 1px;
  59. border-style: solid;
  60. border-color: rgba(161, 161, 161, 1);
  61. border-radius: 6px;
  62. padding: 20px;
  63. position: fixed;
  64. top: 30%;
  65. left: 30%;
  66. background: white;
  67. display: none;
  68. }
  69. .updateDiv button{
  70. margin-top: 3%;
  71. color: white;
  72. background: rgba(22, 155, 213, 1);
  73. width: 25%;
  74. border-radius: 5px;
  75. margin-left: 3%;
  76. }
  77. .header{
  78. font-size:22px;
  79. }
  80. .header div{
  81. float: right;
  82. }
  83. .info label{
  84. vertical-align: middle;
  85. display: inline-block;
  86. text-align: justify;
  87. text-align-last: justify;
  88. float:left;
  89. width: 30%;
  90. }
  91. .info input{
  92. vertical-align: middle;
  93. }