globel.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. a{
  2. text-decoration: none;
  3. }
  4. .headTop {
  5. background: #ffffff;
  6. padding: 20px 20px 0px 20px;
  7. }
  8. .tableList {
  9. width: 100%;
  10. overflow-y: auto;
  11. padding: 20px;
  12. background: #ffffff;
  13. /* box-shadow: 2px 12px 0 rgba(0,0,0,.1); */
  14. border-radius: 5px;
  15. }
  16. .pageination {
  17. margin-top: 20px;
  18. }
  19. .el-tabs__nav-wrap {
  20. overflow: hidden;
  21. margin-bottom: -1px;
  22. position: relative;
  23. background: white;
  24. padding: 20px 20px 0 20px;
  25. margin-bottom: -56px;
  26. }
  27. /* .el-submenu__title{
  28. font-size: 16px !important;
  29. } */
  30. .uploaderNone .el-upload{
  31. display: none !important;
  32. }
  33. .w100{
  34. width: 100px !important;
  35. }
  36. .w220{
  37. width: 220px !important;
  38. }
  39. .w150{
  40. width: 150px !important;
  41. }
  42. .ml20{
  43. margin-left: 20px;
  44. }
  45. .mr20{
  46. margin-right: 20px;
  47. }
  48. .f16{
  49. font-size: 16px;
  50. }
  51. .amap-sug-result{
  52. z-index: 9999999999 !important;
  53. }
  54. #cardNotice .w-e-text-container {
  55. height: 600px;
  56. }
  57. .tab_wrap .el-table .cell {
  58. padding: 0;
  59. }
  60. .tab_wrap .el-table::before {
  61. height: 0;
  62. }
  63. #timetable .el-carousel__container {
  64. height: 100% !important;
  65. }
  66. #timetable .el-dialog__body {
  67. padding-top: 0 !important;
  68. }
  69. .el-pagination {
  70. text-align: center;
  71. }
  72. .el-collapse-item__header {
  73. font-size: 15px !important;
  74. color: #000 !important;
  75. /* color: #409eff !important; */
  76. }
  77. .el-descriptions-item__container {
  78. font-size: 15px;
  79. }
  80. .w-e-text {
  81. min-height: 700px;
  82. }