123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- /* 页面基本布局 */
- body {
- overflow-x: hidden;
- overflow-y: auto;
- font-size: 16px !important;
- }
- /* for Chrome */
- .inner-container::-webkit-scrollbar {
- display: none;
- }
- .el-scrollbar__wrap {
- overflow-x: hidden;
- }
- .all_select {
- /* border-bottom:1px solid #eee */
- }
- .all_select,
- .el-form-item {
- margin-bottom: 0px;
- font-size: 12px;
- color: #666666;
- }
- .all_select,
- .all_table {
- margin-top: 5px;
- background-color: #fff;
- }
- .all_title {
- display: flex;
- line-height: 20px;
- padding: 5px 0px 5px 5px;
- font-size: 10px;
- margin-top: 20px;
- color: #999999;
- }
- .innser_all_title_1 {
- display: flex;
- line-height: 20px;
- padding: 5px 0px 0px 5px;
- font-size: 10px;
- margin-top: 10px;
- color: #999999;
- }
- .inner_all_title_2 {
- display: flex;
- line-height: 20px;
- padding: 0px 5px 0px 5px;
- font-size: 10px;
- margin-top: 20px;
- margin-bottom: 20px;
- color: #999999;
- }
- .all_page {
- border: 1px solid #fafafa;
- height: 100%;
- }
- .all_table {
- position: relative;
- margin: 20px 5px 0px 5px;
- }
- .all_table tbody tr {
- cursor: pointer;
- }
- .all_fun_button {
- position: absolute;
- right: 10px;
- top: 5px;
- line-height: 20px;
- border: 2px;
- margin-top: 20px
- }
- .all_fun_button .el-button {
- margin: 0;
- border-right: 1px solid #eee;
- }
- .all_fun_button .el-button:last-child {
- border-right: 0
- }
- .all_fun_button .el-button--text span {
- padding-left: 5px
- }
- .table_item {
- width: 100%;
- }
- .table_item .table_button {
- padding: 0
- }
- .all_pagination {
- margin: .1rem 0;
- padding: .1rem .14rem;
- text-align: right;
- }
- .all_pagination.el-pagination.is-background .el-pager li:not(.disabled).active {
- background-color: #999999;
- }
- .upload .upload_data .el-upload-dragger {
- height: 150px;
- width: 200px;
- border-radius: 15px;
- }
- .el-upload-list--text {
- width: 200px;
- }
- .conterLayout {
- height: 100%;
- }
- #app {
- height: 100%;
- overflow: auto !important;
- }
- .no-border-input .el-input__inner:hover,
- .no-border-input .el-input__inner {
- border: none;
- background-color: transparent;
- }
- .el-table .table-head-th {
- background-color: #fafafa;
- font-size: 10px;
- font-weight: 600;
- }
- .el-table__row td {
- height: 22px;
- }
- tr.header-row-class-name {
- height: 45px;
- line-height: 45px;
- }
- .bg_border {
- background-color: #fff;
- border-radius: 5px;
- margin-top: 10px;
- font-family: Arial;
- font-size: 10px;
- color: #999999;
- font-style: italic
- }
- .trend_title {
- padding-left: 0.3rem;
- line-height: 0.5rem;
- font-size: 0.16rem;
- font-weight: bold;
- color: #191919;
- border-bottom: 1px solid #ebf0f4;
- }
- .trendW {
- width: 100%;
- }
- .xiacharts1 {
- width: 100%;
- min-height: 200px;
- height: 300px;
- }
- ._app {
- background: #A6A6A6;
- color: #333333;
- font-size: 18px;
- font-family: Arial;
- }
- .all_pagination.el-pagination.is-background .el-pager li:not(.disabled).active {
- background-color: #999999;
- }
- .el-button {
- font-size: 10px;
- }
- .el-input__inner,
- .el-checkbox__inner,
- .el-textarea__inner,
- .el-button {
- border-radius: 0;
- }
- .form_label label.el-form-item__label {
- font-size: 10px;
- font-weight: 600;
- color: #999999;
- }
- .form_input input.el-input__inner {
- font-size: 10px;
- color: #666666;
- }
- .el-input__inner {
- font-size: 10px;
- color: #666666;
- }
- li.el-select-dropdown__item {
- font-size: 10px;
- color: #999999;
- }
- li.el-select-dropdown__item.hover {
- font-size: 10px;
- color: #333333;
- }
- li.el-select-dropdown__item.selected {
- font-size: 10px;
- color: #666666;
- }
- .el-table--mini td {
- padding: 0;
- }
- element.style {
- padding-left: 0.5px;
- padding-right: 0.5px;
- }
|