| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- .pages {
- padding: 0 0px 30px 0;
- }
- .pages .el-table,
- .el-table__expanded-cell {
- background-color: #ffffff;
- }
- /*.pages .cell {*/
- /*color: #909399 !important;*/
- /*}*/
- .pages .el-form-item__label {
- color: #606266 !important;
- }
- .pages .el-table td,
- .pages .el-table th.is-leaf {
- border-bottom: 1px solid #ebeef5;
- }
- .pages .el-table--border td,
- .pages .el-table--border th,
- .pages .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
- border-right: 1px solid #ebeef5;
- }
- .pages .el-tabs--border-card>.el-tabs__header {
- background-color: #f5f7fa;
- border-bottom: 1px solid #e4e7ed;
- margin: 0;
- }
- .pages .el-table--border,
- .el-table--group {
- border: 1px solid #ebeef5;
- }
- .pages .el-table__body tr:hover>td {
- background-color: rgba(230, 247, 255, 1) !important;
- }
- /* .el-form-item {
- display: inline-block;
- } */
- .el-form-item__label {
- color: #606266 !important;
- }
- .search {
- padding: 10px 10px 0 10px;
- }
- .el-dialog__body .el-select,
- .el-dialog__body .el-input,
- .el-dialog__body .el-cascader {
- max-width: 500px;
- }
- .search .el-select,
- .search .el-input {
- width: 180px;
- }
- .el-dialog__body .text .el-select,
- .el-dialog__body .text .el-textarea {
- width: 400px;
- }
- .search>>>.el-table th>.cell {
- color: #000;
- }
- .selectionResult {
- padding: 10px;
- height: 20px;
- line-height: 20px;
- border-radius: 3px;
- border: 1px solid rgba(186, 231, 255, 1);
- background-color: rgba(230, 247, 255, 1);
- }
- .paginationWarpper {
- position: relative;
- margin-top: 10px;
- }
- .paginationCenter {
- display: inline-block;
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- }
- .groupingBody {
- overflow-y: auto;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-around;
- align-items: center;
- min-height: 300px;
- }
- .groupingBody .item {
- margin-bottom: 20px;
- padding: 10px;
- width: 230px;
- height: 130px;
- border-radius: 3px;
- border: 1px solid #eee;
- }
- .groupingBody .item:hover {
- box-shadow: 2px 2px 3px #aaaaaa;
- }
- .groupingBody .item .itemBody {
- display: flex;
- height: 95px;
- }
- .item .itemBody>div:first-child {
- flex-shrink: 0;
- margin: 10px;
- width: 50px;
- height: 50px;
- border-radius: 50%;
- color: #fff;
- background-color: #4b74ff;
- line-height: 50px;
- font-size: 30px;
- text-align: center;
- }
- .item .itemBodyInfo {
- width: 160px;
- }
- .item .itemBodyInfo>div:first-child {
- font-size: 20px;
- font-weight: 900;
- line-height: 40px;
- color: #000;
- }
- .item .itemBodyInfo>div:nth-child(n + 2) {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- height: 25px;
- line-height: 25px;
- }
- .groupingBody .el-table thead {
- color: #000;
- }
- .button-new-tag {
- height: 32px;
- line-height: 30px;
- padding-top: 0;
- padding-bottom: 10px;
- }
- .input-new-tag {
- vertical-align: top;
- width: 90px;
- }
- .el-dialog .el-tag {
- margin-bottom: 10px;
- margin-right: 10px;
- }
- .top10 {
- margin-top: 10px;
- }
- .top10>span:first-child {
- display: inline-block;
- width: 100px;
- text-align: right;
- }
- .top10 span {
- vertical-align: middle;
- }
- .outerDialog>>>.el-dialog {
- width: 555px;
- }
- .innerDialog>>>.el-dialog {
- width: 400px;
- }
- .outerDialog>>>.el-dialog__body {
- overflow: hidden;
- max-height: 300px;
- padding: 0 10px;
- }
- .examineOpinion {
- padding: 10px;
- border: 1px solid #ddd;
- border-radius: 3px;
- box-shadow: 2px 2px 3px #aaaaaa;
- }
- .scroll300 {
- max-height: 300px;
- overflow-y: auto;
- overflow-x: hidden;
- }
|