Account-overview.scss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .wrap_table{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .header_center{
  6. width: 100%;
  7. height: 60px;
  8. line-height: 60px;
  9. text-indent: 20px;
  10. font-size: 15px;
  11. font-weight: 600;
  12. border-bottom: 1px solid #ccc;
  13. }
  14. .tables{
  15. width: 100%;
  16. height: calc(100% - 180px);
  17. padding: 20px;
  18. }
  19. .query_table{
  20. width: 100%;
  21. height: 120px;
  22. .top_div{
  23. width: 100%;
  24. height: 50%;
  25. line-height: 60px;
  26. padding-left: 20px;
  27. // background-color: #f60;
  28. }
  29. .btm_div{
  30. width: 100%;
  31. height: 50%;
  32. line-height: 60px;
  33. padding-left: 20px;
  34. }
  35. }
  36. .btns{
  37. padding: 0 5px;
  38. margin-right: 10px;
  39. display: inline-block;
  40. }
  41. .c-ls{
  42. margin-bottom: 10px;
  43. }
  44. .titles_tk{
  45. width: 120px;
  46. display: inline-block;
  47. padding: 0 5px;
  48. margin-right: 10px;
  49. }
  50. .titles_num{
  51. display: inline-block;
  52. }
  53. .titles_yzm{
  54. width: 250px;
  55. display: inline-block;
  56. margin-right: 10px;
  57. }
  58. .titles_pas{
  59. width: 40px;
  60. height: 30px;
  61. background-color: #fff;
  62. display: inline-block;
  63. text-align: center;
  64. line-height: 30px;
  65. border: 1px solid #ccc;
  66. };
  67. .inputs{
  68. display: inline-block;
  69. width: 100%;
  70. }