Files
huishou/dist/dev/mp-weixin/pages/price/price.wxss
T
2026-07-27 14:07:26 +08:00

122 lines
2.3 KiB
Plaintext

.container.data-v-51f4885f {
min-height: 100vh;
background: #f5f5f5;
padding: 32rpx;
}
.date-header.data-v-51f4885f {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32rpx;
}
.date-label-wrap.data-v-51f4885f {
display: flex;
align-items: center;
}
.date-icon.data-v-51f4885f {
width: 48rpx;
height: 48rpx;
margin-right: 12rpx;
}
.date-label.data-v-51f4885f {
font-size: 40rpx;
font-weight: 700;
color: #333;
}
.date-value.data-v-51f4885f {
font-size: 28rpx;
color: #666;
}
.refresh-btn.data-v-51f4885f {
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 40rpx;
padding: 16rpx 32rpx;
margin-bottom: 24rpx;
font-size: 28rpx;
color: #3366ff;
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.06);
}
.refresh-icon.data-v-51f4885f {
margin-right: 8rpx;
}
.price-list.data-v-51f4885f {
background: #fff;
border-radius: 16rpx;
overflow: hidden;
margin-bottom: 24rpx;
}
.price-item.data-v-51f4885f {
display: flex;
justify-content: space-between;
align-items: center;
padding: 28rpx 24rpx;
border-bottom: 1rpx solid #f0f0f0;
}
.price-item.data-v-51f4885f:last-child {
border-bottom: none;
}
.price-item-left.data-v-51f4885f {
display: flex;
align-items: center;
}
.price-icon.data-v-51f4885f {
font-size: 48rpx;
margin-right: 20rpx;
}
.price-info.data-v-51f4885f {
display: flex;
flex-direction: column;
}
.price-name.data-v-51f4885f {
font-size: 32rpx;
font-weight: 600;
color: #333;
margin-bottom: 4rpx;
}
.price-desc.data-v-51f4885f {
font-size: 24rpx;
color: #999;
}
.price-item-right.data-v-51f4885f {
display: flex;
align-items: baseline;
}
.price-amount.data-v-51f4885f {
display: flex;
align-items: baseline;
}
.currency.data-v-51f4885f {
font-size: 28rpx;
font-weight: 600;
color: #3366ff;
}
.amount-num.data-v-51f4885f {
font-size: 44rpx;
font-weight: 700;
color: #3366ff;
margin-left: 4rpx;
}
.amount-unit.data-v-51f4885f {
font-size: 24rpx;
color: #999;
margin-left: 4rpx;
}
.tips-card.data-v-51f4885f {
background: #fffbeb;
border: 1rpx solid #fef3c7;
border-radius: 12rpx;
padding: 20rpx 24rpx;
display: flex;
align-items: center;
}
.tips-icon.data-v-51f4885f {
font-size: 32rpx;
margin-right: 12rpx;
}
.tips-text.data-v-51f4885f {
font-size: 26rpx;
color: #92400e;
}