This commit is contained in:
parent
0751823dcf
commit
6bccff2a70
|
@ -1150,7 +1150,11 @@
|
||||||
}
|
}
|
||||||
.status-button-b{
|
.status-button-b{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #7446fc;
|
color: #ff9d01;
|
||||||
|
}
|
||||||
|
.status-button-c{
|
||||||
|
font-weight: bold;
|
||||||
|
color: #599abd;
|
||||||
}
|
}
|
||||||
.status-button-d{
|
.status-button-d{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -1170,7 +1174,7 @@
|
||||||
}
|
}
|
||||||
.status-button-h{
|
.status-button-h{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #965fb9;
|
color: #75452a;
|
||||||
}
|
}
|
||||||
.status-button-i{
|
.status-button-i{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -1180,10 +1184,6 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #43b943;
|
color: #43b943;
|
||||||
}
|
}
|
||||||
.status-button-h{
|
|
||||||
font-weight: bold;
|
|
||||||
color: #1bcada;
|
|
||||||
}
|
|
||||||
.status-num{
|
.status-num{
|
||||||
margin-right: 15rpx;
|
margin-right: 15rpx;
|
||||||
}
|
}
|
||||||
|
@ -1200,31 +1200,39 @@
|
||||||
height:50rpx;
|
height:50rpx;
|
||||||
}
|
}
|
||||||
.ticket{
|
.ticket{
|
||||||
border: 1px solid #4dbaab;
|
background: #34ace7;
|
||||||
color: #4dbaab;
|
color: #fff;
|
||||||
padding:1px 5px;
|
height: 40rpx;
|
||||||
border-radius:3px;
|
line-height: 40rpx;
|
||||||
|
padding: 0 20rpx;
|
||||||
|
border-radius:20rpx 20rpx 20rpx 3px;
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
}
|
}
|
||||||
.ticket1{
|
.ticket1{
|
||||||
border: 1px solid #529ccc;
|
background: #feb449;
|
||||||
color: #1374b1;
|
color: #fff;
|
||||||
padding:1px 5px;
|
height: 40rpx;
|
||||||
border-radius:3px;
|
line-height: 40rpx;
|
||||||
|
padding: 0 20rpx;
|
||||||
|
border-radius:20rpx 20rpx 20rpx 3px;
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
}
|
}
|
||||||
.ticket2{
|
.ticket2{
|
||||||
border: 1px solid #c8b1e8;
|
background: #497da5;
|
||||||
color: #725b97;
|
color: #fff;
|
||||||
padding:1px 5px;
|
height: 40rpx;
|
||||||
border-radius:3px;
|
line-height: 40rpx;
|
||||||
|
padding: 0 20rpx;
|
||||||
|
border-radius:20rpx 20rpx 20rpx 3px;
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
}
|
}
|
||||||
.ticket3{
|
.ticket3{
|
||||||
border: 1px solid #d77e25;
|
background: #2bbd93;
|
||||||
color: #d5c3b3;
|
color: #fff;
|
||||||
padding:1px 5px;
|
height: 40rpx;
|
||||||
border-radius:3px;
|
line-height: 40rpx;
|
||||||
|
padding: 0 20rpx;
|
||||||
|
border-radius:20rpx 20rpx 20rpx 3px;
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue