| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- body {
- background-color: #f2f2f2;
- }
- ul li {
- list-style: none;
- }
- a {
- text-decoration:none ;
- color: #b9412e;
- }
- .insideTop {
- position: relative;
- padding-left: 30px;
- font-weight: 700;
- height: 40px;
- margin-bottom: 12px;
- }
- .insideTop .add{
- position: absolute;
- top: -10px;
- right: 30px;
- }
- .obstruct{
- position: absolute;
- left: 0px;
- top: 60px;
- width: 100%;
- background-color: #f2f2f2;
- height: 12px;
- }
- .biaoshi{
- position: relative;
- font-style:normal
- }
- .biaoshi::before{
- position: absolute;
- top: 0px;
- left: -92px;
- content: '*';
- color: #F56C6C;
- }
- .el-button--primary{
- background-color: #b9412e;
- border-color: #b9412e;
- }
- .el-button--primary:focus, .el-button--primary:hover {
- background: #a33e2f;
- border-color: #a33e2f;
- }
- .el-input.is-active .el-input__inner, .el-input__inner:focus {
- border-color: #b9412e;
- }
- .cell{
- text-align: center !important;
- }
- .el-input__inner{
- line-height: normal;
- }
- input::-webkit-outer-spin-button,
- input::-webkit-inner-spin-button {
- -webkit-appearance: none;
- }
- input[type="number"] {
- -moz-appearance: textfield;
- }
- .el-dialog{
- min-width: 652px;
- }
- .el-upload__tip{
- font-size: 14px;
- }
- .el-range-editor.is-active, .el-range-editor.is-active:hover{
- border-color: #b9412e;
- }
- .el-date-table td.today span{
- color: #b9412e;
- }
- .el-date-table td.end-date span, .el-date-table td.start-date span{
- background-color: #b9412e;
- }
- .el-date-table td.available:hover{
- color: #b9412e;
- }
- .el-select .el-input__inner:focus{
- border-color: #b9412e;
- }
- .el-select-dropdown__item.selected{
- color: #b9412e;
- }
- .el-select .el-input.is-focus .el-input__inner{
- border-color: #b9412e;
- }
- .el-table--fit{
- border-top: 1px solid #EBEEF5;
- }
- .table_img{
- width: 100px;
- height: 50px;
- object-fit: cover;
- }
- .table_name{
- cursor: pointer;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .el-button--text{
- color: #964134;
- }
- .el-button--text:focus, .el-button--text:hover{
- color: #e06a58;
- }
- .upHint{
- color: black;
- height: 20px;
- }
- .el-radio__input.is-checked+.el-radio__label{
- color: #964134;
- }
- .el-radio__input.is-checked .el-radio__inner{
- border-color: #964134;
- background: #964134;
- }
- .el-image__preview{
- border: 10px solid #cccccc;
- }
- .el-pager li{
- border-radius: 5px;
- margin: 0 5px;
- min-width: 28px;
- background-color: #f4f4f5;
- }
- .el-pagination .btn-next, .el-pagination .btn-prev{
- background-color: #f4f4f5;
- padding: 0;
- min-width: 28px;
- }
- .el-pagination__sizes .el-input .el-input__inner:hover{
- border-color: #b9412e;
- }
- .el-pager li:hover{
- color: #b9412e;
- }
- .el-pager li.active{
- color: #fff;
- background-color: #b9412e;
- }
- .el-pagination button:hover{
- color: #b9412e;
- }
|