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