| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- body {
- background-color: transparent;
- }
- 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: #f2ecde;
- height: 12px;
- }
- .biaoshi{
- position: relative;
- font-style:normal
- }
- .biaoshi::before{
- position: absolute;
- top: 0px;
- left: -92px;
- content: '*';
- color: #F56C6C;
- }
- .cell{
- text-align: center !important;
- }
- .table .el-input__inner{
- text-align: center;
- }
- .el-input__inner{
- padding-right: 45px;
- }
- 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-table--fit{
- border-top: 1px solid #EBEEF5;
- }
- .table_img{
- width: 100px;
- height: 80px;
- object-fit: cover;
- border: 3px solid #ccc;
- }
- .table_name{
- cursor: pointer;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .upHint{
- font-size: 12px;
- color: #ccc;
- height: 20px;
- margin-top: -5px;
- }
- .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: 5px solid #cccccc;
- object-fit: cover;
- }
- .el-upload--picture-card:hover, .el-upload:focus{
- color: #b9412e;
- }
- .w-e-menu {
- z-index: 2 !important;
- }
- .w-e-text-container {
- z-index: 1 !important;
- }
- .w-e-toolbar {
- z-index: 10 !important;
- }
- .w-e-toolbar .w-e-menu:nth-of-type(18) {
- display: none !important;
- }
- .w-e-toolbar .w-e-menu:nth-of-type(19) {
- display: none !important;
- }
- .w-e-toolbar .w-e-menu:nth-of-type(13) {
- display: none !important;
- }
- .w-e-toolbar .w-e-menu:nth-of-type(14) {
- display: none !important;
- }
- .w-e-toolbar .w-e-menu:nth-of-type(16) {
- display: none !important;
- }
- .w-e-toolbar .w-e-menu:nth-of-type(20) {
- display: none !important;
- }
- .w-e-toolbar .w-e-menu:nth-of-type(21) {
- display: none !important;
- }
- .w-e-toolbar .w-e-menu:nth-of-type(26) {
- display: none !important;
- }
- .avatar-uploader .el-upload-list__item-name{
- display: none;
- }
- .avatar-uploader .el-upload-list__item.is-success .el-upload-list__item-status-label{
- display: none;
- }
- .el-upload-list__item .el-progress{
- width: 500px;
- position: static;
- margin-bottom: 15px;
- }
- .el-upload-list__item{
- width: 500px;
- }
- .el-month-table td.end-date .cell, .el-month-table td.start-date .cell{
- background-color: #b9412e;
- }
- .el-month-table td.today .cell{
- color: #b9412e;
- }
- .el-message-box__title{
- color: #b9412e;
- }
|