123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- body,
- div,
- p,
- ul,
- ol,
- li,
- dl,
- dt,
- dd,
- table,
- tr,
- td,
- form,
- hr,
- fieldset,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- img,
- input {
- margin: 0;
- padding: 0;
- }
- html,
- body {
- width: 100%;
- height: 100%;
- overflow: hidden;
- display: flex;
- }
- .el-row {
- &::before {
- display: none;
- }
- &::after {
- display: none;
- }
- }
- // 表格样式修改
- .transparentTableRow {
- background: transparent !important;
- th.gutter {
- display: table-cell !important;
- }
- table {
- flex-shrink: 0;
- width: 100% !important;
- }
- table {
- font-size: 14px;
- tr,
- td {
- padding: 0;
- background: rgba(0, 251, 251, .051) !important;
- color: #FFF;
- border-color: rgba(0, 250, 251, 0.20);
- }
- .death {
- // color: red !important;
- }
- tr {
- margin-bottom: 1px;
- }
- th {
- color: #FFF;
- background: rgba(0, 250, 251, 0.20);
- border-color: transparent;
- .cell {
- padding: 0;
- }
- }
- thead {
- th {
- padding: 0;
- height: 34px;
- border-color: rgba(0, 250, 251, 0.20) !important;
- }
- }
- }
- .el-table__header-wrapper {
- display: inline-table;
- width: 100%;
- table {
- display: contents;
- }
- }
- .el-table__expanded-cell {
- padding: 10px;
- }
- .el-table__expand-icon {
- color: #FFF;
- }
- .cell {
- padding: 0 10px;
- }
- .name-wrapper {
- white-space: nowrap;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- text-overflow: ellipsis;
- word-break: break-all;
- }
- .el-table__body-wrapper {
- scrollbar-width: none;
- /* firefox */
- -ms-overflow-style: none;
- /* IE 10+ */
- overflow-x: hidden;
- overflow-y: auto;
- &::-webkit-scrollbar {
- display: none;
- // opacity: 0;
- /* Chrome Safari */
- }
- }
- }
- .yellow {
- color: #FDC51A;
- }
- .blue {
- color: #1AF3FD;
- }
- .green {
- color: #0DC94F;
- }
- .red {
- color: #FF0000;
- }
- .el-table {
- // border-radius: 10px;
- &::before {
- height: 0;
- }
- }
- // 党校
- .mianBox {
- width: 100%;
- height: 100%;
- padding: 20px 30px 30px 15px;
- display: flex;
- flex-direction: column;
- .headerBox {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 30px;
- width: 100%;
- color: #FFF;
- .el-col {
- width: auto;
- height: 100%;
- line-height: 100%;
- text-align: center;
- }
- .title {
- color: #38E7EE;
- line-height: 21px;
- font-weight: bold;
- font-size: 16px;
- display: flex;
- align-items: center;
- img {
- width: 17px;
- height: 17px;
- margin-right: 10px;
- }
- }
- .btn {
- display: flex;
- align-items: center;
- span {
- cursor: pointer;
- background: #00115d;
- border: 1px solid #3573fc;
- padding: 7px 13px;
- }
- .clickBtn {
- background: #3573fc;
- border: 1px solid #3573fc;
- }
- }
- }
- }
- // 安防
- .mianBox-af {
- width: 100%;
- height: 100%;
- padding: 10px;
- // display: flex;
- // flex-direction: column;
- background: url("../assets/image-af/bg.png") no-repeat;
- background-size: 100% 100%;
- .headerBox {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 50px;
- width: 100%;
- color: #FFF;
- background: url("../assets/image-af/title.png") no-repeat;
- background-position: bottom;
- .el-col {
- width: auto;
- height: 100%;
- line-height: 100%;
- text-align: center;
- }
- .title {
- color: #F1F1F1;
- font-weight: bold;
- line-height: 50px;
- font-size: 16px;
- display: flex;
- align-items: center;
- img {
- width: 49px;
- height: 49px;
- }
- }
- }
- .contentBox {
- height: calc(100% - 50px);
- }
- }
- // form表单样式
- .el-form {
- .el-form-item {
- color: #17CECC;
- .el-form-item__label {
- color: #17CECC;
- font-size: 14px;
- line-height: 28px;
- padding: 0 12px 0 0;
- }
- .el-form-item__content {
- line-height: 28px;
- font-size: 14px;
- }
- }
- .el-form-item--mini {
- margin-bottom: 18px;
- margin-right: 10px;
- }
- }
- // select 下拉框样式修改
- .el-select {
- color: #17CECC;
- .el-input__inner {
- color: #17CECC;
- background: transparent;
- border-color: #17CECC;
- font-size: 14px;
- padding-right: 30px;
- padding-left: 15px;
- &::-webkit-input-placeholder {
- font-size: 14px;
- line-height: 28px;
- color: #17CECC;
- }
- }
- .el-input__suffix .el-input__suffix-inner .el-input__icon {
- color: #17CECC;
- line-height: 28px;
- font-size: 14px;
- }
- .el-input--mini {
- font-size: 14px;
- line-height: 28px;
- .el-input__inner {
- height: 28px;
- line-height: 28px;
- }
- }
- }
|