前端
This commit is contained in:
parent
ed730cc827
commit
a5df647c54
68
assets/css/ace.min.css
vendored
68
assets/css/ace.min.css
vendored
@ -2648,7 +2648,7 @@ li [class*=' icon-'],
|
||||
.btn {
|
||||
display: inline-block;
|
||||
color: #fff !important;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
|
||||
/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; */
|
||||
background-image: none !important;
|
||||
border: 5px solid #fff;
|
||||
border-radius: 0;
|
||||
@ -2693,7 +2693,7 @@ button.btn:active {
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #e2e2e2;
|
||||
color: #8b8b8b !important;
|
||||
font-weight: 300;
|
||||
font-weight: initial;
|
||||
}
|
||||
.btn:hover,
|
||||
.btn-default:hover,
|
||||
@ -2793,33 +2793,35 @@ fieldset[disabled] .btn-primary:active,
|
||||
.btn-primary.disabled.active,
|
||||
.btn-primary[disabled].active,
|
||||
fieldset[disabled] .btn-primary.active {
|
||||
background-color: #428bca !important;
|
||||
border-color: #428bca;
|
||||
background-color: #0078f7 !important;
|
||||
border-color: #0078f7;
|
||||
}
|
||||
.btn-info,
|
||||
.btn-info:focus {
|
||||
background-color: #0078f7 !important;
|
||||
border-color: #0078f7;
|
||||
color: #fff !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
.btn-info:hover,
|
||||
.open .btn-info.dropdown-toggle {
|
||||
background-color: #4f99c6 !important;
|
||||
border-color: #6fb3e0;
|
||||
background-color: #0078f7 !important;
|
||||
border-color: #0078f7 !important;
|
||||
border: 1px solid #0078f7 !important;
|
||||
}
|
||||
.btn-info.no-border:hover {
|
||||
border-color: #4f99c6;
|
||||
border-color: #0078f7;
|
||||
}
|
||||
.btn-info.no-hover:hover {
|
||||
background-color: #6fb3e0 !important;
|
||||
background-color: #0078f7 !important;
|
||||
}
|
||||
.btn-info.active {
|
||||
background-color: #5fa6d3 !important;
|
||||
border-color: #4396cb;
|
||||
background-color: #0078f7 !important;
|
||||
border-color: #0078f7;
|
||||
}
|
||||
.btn-info.no-border.active {
|
||||
background-color: #539fd0 !important;
|
||||
border-color: #539fd0;
|
||||
background-color: #0078f7 !important;
|
||||
border-color: #0078f7;
|
||||
}
|
||||
.btn-info.disabled,
|
||||
.btn-info[disabled],
|
||||
@ -3009,28 +3011,28 @@ fieldset[disabled] .btn-inverse.active {
|
||||
}
|
||||
.btn-pink,
|
||||
.btn-pink:focus {
|
||||
background-color: #d6487e !important;
|
||||
border-color: #d6487e;
|
||||
background-color: #ff7f7f !important;
|
||||
border-color: #ff7f7f;
|
||||
color: #fff !important;
|
||||
}
|
||||
.btn-pink:hover,
|
||||
.open .btn-pink.dropdown-toggle {
|
||||
background-color: #b73766 !important;
|
||||
border-color: #d6487e;
|
||||
background-color: #ff7f7f !important;
|
||||
border-color: #ff7f7f;
|
||||
}
|
||||
.btn-pink.no-border:hover {
|
||||
border-color: #b73766;
|
||||
border-color: #ff7f7f;
|
||||
}
|
||||
.btn-pink.no-hover:hover {
|
||||
background-color: #d6487e !important;
|
||||
background-color: #ff7f7f !important;
|
||||
}
|
||||
.btn-pink.active {
|
||||
background-color: #c74072 !important;
|
||||
border-color: #af3462;
|
||||
background-color: #ff7f7f !important;
|
||||
border-color: #ff7f7f;
|
||||
}
|
||||
.btn-pink.no-border.active {
|
||||
background-color: #be386a !important;
|
||||
border-color: #be386a;
|
||||
background-color: #ff7f7f !important;
|
||||
border-color: #ff7f7f;
|
||||
}
|
||||
.btn-pink.disabled,
|
||||
.btn-pink[disabled],
|
||||
@ -3639,37 +3641,37 @@ fieldset[disabled] .btn-light.active {
|
||||
linear,
|
||||
left 0,
|
||||
left 100%,
|
||||
from(#75b5e6),
|
||||
to(#5ba4d5)
|
||||
from(#0078f7),
|
||||
to(#0078f7)
|
||||
) !important;
|
||||
background-image: -webkit-linear-gradient(
|
||||
top,
|
||||
#75b5e6,
|
||||
#0078f7,
|
||||
0%,
|
||||
#5ba4d5,
|
||||
#0078f7,
|
||||
100%
|
||||
) !important;
|
||||
background-image: -moz-linear-gradient(
|
||||
top,
|
||||
#75b5e6 0,
|
||||
#5ba4d5 100%
|
||||
#0078f7 0,
|
||||
#0078f7 100%
|
||||
) !important;
|
||||
background-image: linear-gradient(
|
||||
to bottom,
|
||||
#75b5e6 0,
|
||||
#5ba4d5 100%
|
||||
#0078f7 0,
|
||||
#0078f7 100%
|
||||
) !important;
|
||||
background-repeat: repeat-x !important;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75b5e6',endColorstr='#ff5ba4d5',GradientType=0) !important;
|
||||
}
|
||||
.btn-app.btn-info:hover {
|
||||
background: #3f96d4 !important;
|
||||
background: #0078f7 !important;
|
||||
background-image: -webkit-gradient(
|
||||
linear,
|
||||
left 0,
|
||||
left 100%,
|
||||
from(#4a9ede),
|
||||
to(#348dc9)
|
||||
from(#0078f7),
|
||||
to(#0078f7)
|
||||
) !important;
|
||||
background-image: -webkit-linear-gradient(
|
||||
top,
|
||||
|
@ -350,9 +350,8 @@ if ($act == 'newevent') {
|
||||
}
|
||||
|
||||
#gameinfo {
|
||||
/* margin: 15px 0; */
|
||||
height: 13px;
|
||||
background-color:#f5f5f9;
|
||||
margin: 0 0 30px 0;
|
||||
/* background-color:#f5f5f9; */
|
||||
}
|
||||
|
||||
#gameinfo li {
|
||||
@ -394,6 +393,11 @@ if ($act == 'newevent') {
|
||||
position: relative;
|
||||
top: -40px;
|
||||
}
|
||||
.xian3 {
|
||||
height: 13px;
|
||||
width:100%;
|
||||
background-color:#f5f5f9;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="gameinfo" style="display:block">
|
||||
@ -402,6 +406,7 @@ if ($act == 'newevent') {
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="xian3"></div>
|
||||
|
||||
<style>
|
||||
.fc-event {
|
||||
@ -413,13 +418,13 @@ if ($act == 'newevent') {
|
||||
}
|
||||
|
||||
.data_tab {
|
||||
width: 380px;
|
||||
width: 450px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
right: 11px;
|
||||
right: 2%;
|
||||
z-index: 1000;
|
||||
float: right;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user