峰峰执法平台简易案件程序板块 pad端
zhangxiaoxu123
2023-01-11 539d1ce6b955d5d56b21d97590a2a684c400f64a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.el-table--small td, .el-table--small th {
  padding: 0!important;
}
.el-table td, .el-table th.is-leaf,.el-table--border, .el-table--group{
  //border: 1px solid #bfbfbf;
}
.el-table--border, .el-table--group{
  border: 1px solid #bfbfbf;
}
.el-table td, .el-table th.is-leaf{
  border-bottom: 1px solid #bfbfbf;
}
.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
  border-right: 1px solid #bfbfbf;
}
.el-input__inner,.vue-treeselect__control,.el-textarea__inner{
  border: 1px solid #bfbfbf;
}
.el-table th{
  /*background-image: linear-gradient(to bottom, rgba(227,225,228,1), rgba(223,223,223,0.1)) !important;
  line-height: 28px;*/
  background-image:url("../assets/lawImg/table-th-bj.png");
  background-size:auto 100%;
  background-repeat: repeat-x;
  min-height: 40px;
  vertical-align: middle!important;
}
.el-table th>.cell{
  //line-height: 28px;
  color: #fff;
  height: 100%;
}
 
.el-dialog{
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  background-color: #f5f5f5;
  border: 3px solid #0466d1;
  border-radius: 20px;
  margin-top: 8vh!important;
}
.el-dialog__body{
  padding: 30px;
  /*border-top: 3px solid #0466d1;*/
  /*border-left: 3px solid #0466d1;*/
  /*border-right: 3px solid #0466d1;*/
}
.el-dialog__header{
  /*background-image: linear-gradient(to bottom, #278fff, #5ca1ec,#278fff) !important;*/
  border: 1px solid #888888;
  box-shadow: 0 0 10px rgba(0,44,90,0.8);
  background-color: #036ee2;
  height: 34px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  .el-dialog__title{
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
  }
}
.el-dialog__footer{
  padding: 5px 20px;
  /*background-image: linear-gradient(to bottom, #e2e2e2, #f3f3f3, #e2e2e2) !important;*/
  border-top: 1px solid #d7d7d7;
  /*border-bottom: 3px solid #0466d1;*/
  /*border-left: 3px solid #0466d1;*/
  /*border-right: 3px solid #0466d1;*/
  width: 100%;
  /*float: right;*/
  background-color: #f5f5f5;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.el-dialog__title{
  color: #fff;
  font-size: 16px;
}
.el-dialog__headerbtn{
  top: 7px;
}
.el-dialog__headerbtn .el-dialog__close{
  background-color: transparent;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  font-size: 20px;
}
.el-dialog__header{
  .el-icon-close:before{
    color: #fff;
  }
}
 
.avue-crud__pagination{
  .el-pagination__total{
     color: #1890FF;
  }
  .el-pagination .el-select .el-input .el-input__inner{
    border-color: #1890FF;
  }
  .el-pagination__jump{
    color: #1890FF;
  }
  .el-input__inner{
    border-color: #1890FF;
    color: #1890FF;
  }
}