commonpopup.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. .pop-container{
  2. }
  3. ::v-deep .uni-popup {
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. width: 100%;
  8. height: 100%;
  9. z-index: 9999; /* 设置z-index值以覆盖导航栏 */
  10. }
  11. ::v-deep .uni-dialog-content {
  12. // max-width: 500px;
  13. // max-height: 370px;
  14. // height: 370px;
  15. // overflow: scroll;
  16. // // overflow: visible; /* 取消溢出隐藏 */
  17. display: block;
  18. width: 100%;
  19. padding: 10px;
  20. }
  21. ::v-deep .uni-popup__error{
  22. color: black;
  23. }
  24. ::v-deep .uni-dialog-title{
  25. padding-top: 10px;
  26. }
  27. ::v-deep .uni-dialog-button{
  28. height: 40px;
  29. }
  30. ::v-deep .uni-searchbar__box{
  31. height: 30px;
  32. padding: 0;
  33. }
  34. ::v-deep .uni-searchbar__cancel{
  35. line-height: 30px;
  36. }
  37. ::v-deep .uni-searchbar{
  38. padding: 5px;
  39. }
  40. .dialog-content{
  41. // max-height: 260px;
  42. // width: 100%;
  43. // overflow: scroll;
  44. }
  45. .header-container{
  46. // background: aliceblue;
  47. }
  48. .table-container{
  49. width: 100%;
  50. height: 300px;
  51. }
  52. .gjz-title{
  53. font-size: 13px;
  54. font-weight: bold;
  55. color: lightgray;
  56. display: flex;
  57. flex-direction: row;
  58. position: relative;
  59. padding: 10px 0px;
  60. height: 25px;
  61. }
  62. ::v-deep .zb-table{
  63. font-size: 16px;
  64. .item-td {
  65. border-left: 1px solid rgb(232, 232, 232) !important;
  66. }
  67. .item-th{
  68. border-left: 1px solid rgb(232, 232, 232) !important;
  69. }
  70. }
  71. ::v-deep .zb-table .item-td{
  72. height: 25px;
  73. line-height: 25px;
  74. }
  75. ::v-deep .zb-table .zb-table-header{
  76. height: 30px;
  77. }
  78. ::v-deep .zb-table .zb-table-header .item-th{
  79. line-height: 30px;
  80. height: 30px;
  81. }