80 lines
1.3 KiB
Plaintext
80 lines
1.3 KiB
Plaintext
.box {
|
|
display: flex;
|
|
width: 682rpx;
|
|
padding: 24rpx 0;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 16rpx;
|
|
border-radius: 16rpx;
|
|
background: #fff;
|
|
box-shadow: 0 0 8rpx 0 #f3f5f7;
|
|
box-sizing: border-box;
|
|
/* height: 162rpx; */
|
|
}
|
|
.top {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 11rpx;
|
|
}
|
|
.top .left {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #363636;
|
|
font-family: "PingFang SC";
|
|
font-size: 26rpx;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
}
|
|
.walletType {
|
|
display: block;
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.top .right {
|
|
color: #808080;
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
}
|
|
.bottom {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.bottom .left {
|
|
display: flex;
|
|
color: #363636;
|
|
font-family: "PingFang SC";
|
|
font-size: 26rpx;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
}
|
|
.money {
|
|
margin-right: 60rpx;
|
|
}
|
|
.money .desc {
|
|
margin-right: 8rpx;
|
|
color: #808080;
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
}
|
|
.money .num {
|
|
color: #363636;
|
|
font-size: 28rpx;
|
|
font-weight: 700;
|
|
}
|
|
.bottom .right {
|
|
font-size: 36rpx;
|
|
font-weight: 700;
|
|
margin-top: 12rpx;
|
|
}
|
|
.bottom .negativeGasReceipts{
|
|
color: #FF7A7A;
|
|
}
|
|
.bottom .positiveGasReceipts{
|
|
color: #367df9;
|
|
}
|