91 lines
1.7 KiB
Plaintext
91 lines
1.7 KiB
Plaintext
|
|
.custom-navbar.data-v-0b43ee93 {
|
|
background: linear-gradient(to right, #FFCFDE, #FFA6C4);
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 100;
|
|
}
|
|
.custom-navbar__content.data-v-0b43ee93 {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 24rpx;
|
|
}
|
|
.custom-navbar__back.data-v-0b43ee93 {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.custom-navbar__title.data-v-0b43ee93 {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
.custom-navbar__placeholder.data-v-0b43ee93 {
|
|
width: 44rpx;
|
|
}
|
|
.calculator-page.data-v-0b43ee93 {
|
|
min-height: 100vh;
|
|
background: #f5f5f5;
|
|
padding: 16rpx;
|
|
}
|
|
.section.data-v-0b43ee93 {
|
|
background: #fff;
|
|
border-radius: 16rpx;
|
|
padding: 24rpx;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.section__title.data-v-0b43ee93 {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.form-item.data-v-0b43ee93 {
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.form-item__label.data-v-0b43ee93 {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
display: block;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
.form-item__input.data-v-0b43ee93 {
|
|
border: 1rpx solid #ddd;
|
|
border-radius: 8rpx;
|
|
padding: 16rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.form-item__error.data-v-0b43ee93 {
|
|
font-size: 22rpx;
|
|
color: #e4393c;
|
|
margin-top: 4rpx;
|
|
display: block;
|
|
}
|
|
.result-section.data-v-0b43ee93 {
|
|
background: #fff8f0;
|
|
}
|
|
.result-row.data-v-0b43ee93 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 12rpx 0;
|
|
border-bottom: 1rpx solid #f0e8e0;
|
|
}
|
|
.result-row.data-v-0b43ee93:last-child {
|
|
border-bottom: none;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #e4393c;
|
|
}
|
|
.result-row__label.data-v-0b43ee93 {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
.result-row__value.data-v-0b43ee93 {
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
}
|