@use './common.scss' as *;
|
|
.recharge-list-wrapper {
|
margin-top: 28px;
|
|
.recharge-list-item {
|
position: relative;
|
height: 160px;
|
background: #f3f8ff;
|
border-radius: 16px;
|
margin-bottom: 26px;
|
display: flex;
|
align-items: center;
|
padding: 0 32px;
|
|
&:last-child {
|
margin-bottom: 0;
|
}
|
|
.recharge-list-item-icon {
|
width: 68px;
|
height: 68px;
|
margin-right: 24px;
|
}
|
|
.recharge-list-item-text {
|
font-weight: 400;
|
font-size: 34px;
|
color: boleGetCssVar('text-color', 'primary');
|
flex: 1;
|
min-width: 0;
|
}
|
|
.recharge-list-item-button {
|
font-size: 26px;
|
height: 48px;
|
padding: 18px;
|
}
|
|
.discountTag {
|
position: absolute;
|
padding: 0px 20px;
|
border-radius: 0px 16px 0 16px;
|
background: linear-gradient(133deg, #ff6d6e 0%, #ff4d4f 100%);
|
color: #fff;
|
font-size: 20px;
|
line-height: 32px;
|
position: absolute;
|
top: -16px;
|
left: 0;
|
}
|
}
|
}
|
|
.common-content {
|
// padding: 0 boleGetCssVar('size', 'body-padding-h');
|
}
|
|
.parValue-radio-group {
|
width: 100%;
|
display: grid !important;
|
grid-template-columns: repeat(3, 1fr);
|
// grid-gap: 20px;
|
grid-column-gap: 20px;
|
grid-row-gap: 48px;
|
padding-top: 18px;
|
|
.parValue-item {
|
margin-right: 0;
|
|
.nut-radio__button {
|
width: 100%;
|
padding: 30rpx 0 28px;
|
background-color: transparent;
|
border: 1rpx solid #e2e5eb;
|
text-align: center;
|
border-radius: 10px;
|
position: relative;
|
}
|
|
.nut-radio__button--active {
|
color: boleGetCssVar('color', 'primary');
|
border-color: boleGetCssVar('color', 'primary');
|
|
&::after {
|
border-radius: 8rpx;
|
background-color: boleGetCssVar('color', 'primary');
|
opacity: 0.05;
|
}
|
|
.parValue-item-inner {
|
.discountTag,
|
.discount-icon {
|
display: block;
|
}
|
}
|
}
|
|
.parValue-item-inner {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
|
.amount-wrapper {
|
display: flex;
|
align-items: flex-end;
|
margin-bottom: 8px;
|
|
.amount {
|
font-size: 40px;
|
font-weight: 400;
|
line-height: 56px;
|
}
|
.unit {
|
font-size: 40px;
|
font-weight: 400;
|
line-height: 56px;
|
}
|
}
|
|
.price-wrapper {
|
display: flex;
|
color: boleGetCssVar('color', 'primary');
|
font-size: 22px;
|
font-weight: 400;
|
line-height: 30px;
|
|
// .price {
|
// color: #fb5100;
|
// margin-left: 6px;
|
// }
|
}
|
|
.discountTag {
|
display: none;
|
position: absolute;
|
padding: 4px 16px;
|
border-radius: 20px 0 20px 0;
|
background: linear-gradient(90deg, #1aaafe 0%, #0481ff 100%);
|
color: #fff;
|
font-size: 22px;
|
line-height: 30px;
|
position: absolute;
|
top: -18px;
|
left: -2px;
|
}
|
|
.discount-icon {
|
display: none;
|
position: absolute;
|
width: 48px;
|
height: 48px;
|
bottom: -1px;
|
right: -1px;
|
}
|
}
|
}
|
}
|
|
.order-bill-recharge {
|
.nut-cell-group__wrap {
|
background-color: transparent;
|
|
.nut-cell {
|
background-color: transparent;
|
}
|
}
|
.recharge-button {
|
width: 100%;
|
margin: 40px 0 64px;
|
height: 88px;
|
|
&.recharge-button-linear {
|
background: linear-gradient(90deg, #40a3ff 0%, #198bfe 100%);
|
box-shadow: 0px 8px 20px 0px rgba(11, 169, 255, 0.34);
|
}
|
|
.recharge-button-inner {
|
display: flex;
|
font-size: 32px;
|
.recharge-button-text {
|
margin-left: 20px;
|
}
|
}
|
|
&.nut-button--plain {
|
border-width: 1px;
|
}
|
}
|
|
&.electric {
|
.nut-dialog {
|
.nut-dialog__content {
|
max-height: 1400rpx;
|
}
|
}
|
}
|
|
.lp-chunk-wrapper .lp-chunk-content {
|
.bole-form-item.user-account-form-item {
|
padding-bottom: 32px;
|
}
|
}
|
}
|
|
:root {
|
.nut-form {
|
&.chunk-form {
|
background-color: #fff;
|
border-radius: 16px;
|
|
// .nut-cell-group__wrap {
|
// padding: 0 32px;
|
// }
|
|
.nut-cell {
|
&.bole-form-item {
|
padding: 26px 32px 0;
|
|
&:last-child {
|
border-bottom: none;
|
.nut-form-item__body__slots {
|
border-bottom: none;
|
}
|
}
|
|
.nut-form-item__body__slots {
|
padding-bottom: 26px;
|
border-bottom: 2px solid #edebe4;
|
}
|
|
.nut-form-item__label {
|
font-size: 28px;
|
color: boleGetCssVar('text-color', 'regular');
|
}
|
|
--nut-radio-label-font-size: 30px;
|
|
.nut-textarea {
|
border-radius: 6px;
|
border: 2px solid #dcdcdc;
|
padding: 10px 16px !important;
|
}
|
}
|
}
|
}
|
}
|
}
|
|
.chunk-form-actions {
|
.recharge-button {
|
width: 100%;
|
margin: 20px 0;
|
height: 88px;
|
}
|
}
|