This commit is contained in:
罗松柏 2020-12-09 20:07:25 +08:00
parent e3bb6ac2a0
commit 3980df632b
7 changed files with 32 additions and 25 deletions

View File

@ -4388,20 +4388,24 @@ fieldset[disabled] .btn-light.active {
.label-success, .label-success,
.badge-success { .badge-success {
background-color: #77da80 !important; background-color: #77da80 !important;
color: #00ba11 !important; color: #fff !important;
/* box-shadow: 0px 0px 2px #77da80; */ /* box-shadow: 0px 0px 2px #77da80; */
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/lu_bg.jpg'); /* background-image: url('http://10.0.0.5/leguevent_dev/assets/images/lu_bg.jpg'); */
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/lu_jiao.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-position: 0 0;
/* background-size: 100% 100%; */
} }
.label-danger, .label-danger,
.badge-danger { .badge-danger {
background-color: #ffecec !important; background-color: #ff7f7f !important;
color: #ff5959 !important; color: #fff !important;
/* box-shadow: 0px 0px 2px #ff7f7f; */ /* box-shadow: 0px 0px 2px #ff7f7f; */
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/red_bg.jpg'); /* background-image: url('http://10.0.0.5/leguevent_dev/assets/images/red_bg.jpg'); */
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/hong_jiao.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; /* background-size: 100% 100%; */
background-position: 0 0;
} }
.label-important, .label-important,
.badge-important { .badge-important {
@ -4413,33 +4417,36 @@ fieldset[disabled] .btn-light.active {
} }
.label-warning, .label-warning,
.badge-warning { .badge-warning {
background-color: #ffcc2f !important; background-color: #ffa423 !important;
color: #e38601 !important; color: #fff !important;
/* box-shadow: 0px 0px 2px #ffcc2f; */ /* box-shadow: 0px 0px 2px #ffcc2f; */
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/huang_bg.jpg'); /* background-image: url('http://10.0.0.5/leguevent_dev/assets/images/huang_bg.jpg'); */
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/cheng_jiao.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-position: 0 0;
/* background-size: 100% 100%; */
} }
.label-pink, .label-pink,
.badge-pink { .badge-pink {
background-color: #fff !important; background-color: #709cff !important;
color: #155dff !important; color: #fff !important;
/* box-shadow: 0px 0px 2px #5a8dff; */ /* background-image: url('http://10.0.0.5/leguevent_dev/assets/images/pink_bg.jpg'); */
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/pink_bg.jpg'); background-image: url('http://10.0.0.5/leguevent_dev/assets/images/lan_jiao.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-position: 0 0;
/* background-position: 5px 5px; */ /* background-size: 100% 100%; */
/* background-size: ; */
} }
.label-purple, .label-purple,
.badge-purple { .badge-purple {
background-color: #a494f9 !important; background-color: #a494f9 !important;
color: #7257ff !important; color: #fff !important;
/* box-shadow: 0px 0px 2px #a494f9; */ /* box-shadow: 0px 0px 2px #a494f9; */
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/zi_bg.jpg'); /* background-image: url('http://10.0.0.5/leguevent_dev/assets/images/zi_bg.jpg'); */
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/zi_jiao.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-position: 0 0;
/* background-size: 100% 100%; */
} }
.label-yellow, .label-yellow,
.badge-yellow { .badge-yellow {

View File

@ -140,10 +140,10 @@ html .fc,
} }
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */ .fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
background: #fff; background: #f5f5f9;
background-image: url('http://10.0.0.5/leguevent_dev//assets/images/dian.png'); /* background-image: url('http://10.0.0.5/leguevent_dev//assets/images/dian.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right 3.5px top 7.5px; background-position: right 3.5px top 7.5px; */
} }
.fc-cell-overlay { /* semi-transparent rectangle while dragging */ .fc-cell-overlay { /* semi-transparent rectangle while dragging */
@ -297,7 +297,7 @@ html .fc,
padding: 10px 5px 10px 15px; padding: 10px 5px 10px 15px;
margin: 10px 12px 0px 12px; margin: 10px 12px 0px 12px;
cursor:pointer; cursor:pointer;
font-weight: bold; /* font-weight: bold; */
} }
@media only screen and (max-width:360px) { @media only screen and (max-width:360px) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

BIN
assets/images/hong_jiao.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 158 B

BIN
assets/images/lu_jiao.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

BIN
assets/images/zi_jiao.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B