117 lines
1.6 KiB
Plaintext
117 lines
1.6 KiB
Plaintext
.containers {
|
|
min-height: 100%;
|
|
margin: 0 17px 100px 17px;
|
|
}
|
|
|
|
.stationName {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.new_bg {
|
|
width: 100%;
|
|
height: 302rpx;
|
|
}
|
|
|
|
.Big {
|
|
width: 100%;
|
|
margin: 10rpx auto;
|
|
}
|
|
|
|
.userName {
|
|
width: 84px !important;
|
|
}
|
|
|
|
.record {
|
|
line-height: 41px;
|
|
color: #393939;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
margin-top: -238rpx;
|
|
}
|
|
|
|
.historyPrice {
|
|
padding: 12px 12px 8px 12px;
|
|
align-items: center;
|
|
gap: 8px;
|
|
border-radius: 8px;
|
|
background: #FFF;
|
|
box-shadow: 0 0 4px 0 #F3F5F7;
|
|
display: flex;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.userDate {
|
|
color: #808080;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.userName {
|
|
color: #363636;
|
|
font-size: 14px;
|
|
margin-top: 10.5px;
|
|
}
|
|
|
|
.cooPrice {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.price {
|
|
color: #363636;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.typeOil {
|
|
position: absolute;
|
|
right: 29px;
|
|
}
|
|
|
|
.cooPriceGJ {
|
|
color: #808080;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.myBox {
|
|
position: relative;
|
|
margin: 12px 0 0 12px;
|
|
letter-spacing: 0.9px;
|
|
top: -302rpx !important;
|
|
}
|
|
|
|
.stationName {
|
|
color: #ffffff;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.currentPrice {
|
|
color: #ffffff;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
|
|
.currentPriceTips {
|
|
color: #ffffff;
|
|
font-size: 16px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.oilInfo {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 24px;
|
|
}
|
|
|
|
.priceOil {
|
|
text-align: center;
|
|
}
|
|
|
|
.kilogram {
|
|
margin-left: 50rpx;
|
|
} |