This commit is contained in:
parent
1f404b276d
commit
67ba5e4a81
|
@ -1376,14 +1376,14 @@
|
||||||
.detail-foot-title{
|
.detail-foot-title{
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height:24px;
|
height:24px;
|
||||||
background: linear-gradient(90deg, #e4f5cd, #ade287);
|
background: linear-gradient(90deg, #eefaf8, #daf5f1);
|
||||||
border-radius: 0 15rpx 0 30rpx;
|
border-radius: 0 15rpx 0 30rpx;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #5fa933;
|
color: #01b899;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding-right: 18px;
|
padding-right: 15px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
@ -1389,11 +1389,11 @@
|
||||||
.detail-foot-title{
|
.detail-foot-title{
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height:24px;
|
height:24px;
|
||||||
background: linear-gradient(90deg, #edf9f6, #97e9dc);
|
background: linear-gradient(90deg, #eefaf8, #daf5f1);
|
||||||
border-radius: 0 15rpx 0 30rpx;
|
border-radius: 0 15rpx 0 30rpx;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #019c88;
|
color: #01b899;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
|
|
@ -1459,11 +1459,11 @@
|
||||||
.detail-foot-title{
|
.detail-foot-title{
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height:24px;
|
height:24px;
|
||||||
background: linear-gradient(90deg, #ffdf96, #feca76);
|
background: linear-gradient(90deg, #eefaf8, #daf5f1);
|
||||||
border-radius: 0 15rpx 0 30rpx;
|
border-radius: 0 15rpx 0 30rpx;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #a13504;
|
color: #01b899;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
|
|
Loading…
Reference in New Issue