page, body { width: 100%; height: 100%; background: #FAFAFC; } .calculator_box { width: 100%; padding: 24rpx; &_tips { font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 28rpx; color: #333333; margin-bottom: 24rpx; } &_wrap { margin: 32rpx 0 48rpx; display: flex; align-items: center; } &_card { background: #FFFFFF; border-radius: 16rpx; padding: 0 24rpx; &+.calculator_box_card { margin-top: 24rpx; } &_item { min-height: 108rpx; padding: 32rpx 0; &+.calculator_box_card_item { border-bottom: 2rpx solid #FAFAFC; } &_amount { font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 24rpx; color: #999999; margin-top: 10rpx; } &_label { position: relative; height: 44rpx; line-height: 44rpx; padding-left: 28rpx; font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 32rpx; color: #333333; &::after { content: ''; position: absolute; top: 0%; left: 0; transform: translate(-50%, 50%); width: 6rpx; height: 24rpx; background: #FD910C; border-radius: 4rpx; } } &_input { display: flex; align-items: center; height: 60rpx; padding: 0 24rpx; background: #FAFAFC; border-radius: 8rpx; margin-top: 20rpx; &-unit { font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 28rpx; color: #000000; margin-left: 24rpx; } } &_select { flex: 1; display: flex; align-items: center; height: 44rpx; &-text { flex: 1; font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 26rpx; color: #333333; text-align: right; &--placeholder { color: #999999; } } &-arrow { margin-left: 20rpx; } } } } &_detail { &_total { font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 38rpx; color: #333333; margin: 60rpx 0 106rpx; } &_wrap { margin-top: 60rpx; } &_item { display: flex; align-items: center; justify-content: space-between; &+.calculator_box_detail_item { margin-top: 24rpx; font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 28rpx; color: #333333; } } } &_loading { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; background-size: 8rpx 8rpx; backdrop-filter: saturate(50%) blur(3rpx); background-image: radial-gradient(transparent 2rpx, #fff 2rpx); } } .cont-title { position: relative; font-family: PingFang SC, PingFang SC; font-weight: 500; font-size: 38rpx; color: #FD910C; } .cont-subtitle { position: absolute; left: 50%; bottom: -32rpx; transform: translate(-50%, 50%); font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 24rpx; color: #333333; }