| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- @import "@/uni.scss";
- .custom-withdraw {
- background: var(--color-zinc-50);
- min-height: 100vh;
- .box {
- margin-bottom: px2rpx(20);
- .b-card {
- background: #fff;
- border-radius: px2rpx(12);
- padding: px2rpx(20);
- box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.03);
- .card-top {
- .tit {
- font-size: px2rpx(16);
- font-weight: 600;
- margin-bottom: px2rpx(16);
- display: flex;
- align-items: center;
- color: var(--color-navy-900);
- .iconfont {
- margin-right: px2rpx(8);
- color: var(--color-primary);
- font-size: px2rpx(18);
- }
- }
- }
- .channelType {
- font-size: px2rpx(15);
- font-weight: 600;
- margin: px2rpx(24) 0 px2rpx(12);
- color: var(--color-navy-700);
- padding-left: px2rpx(8);
- border-left: px2rpx(4) solid var(--color-primary);
- }
- }
- }
- .reselect-btn {
- margin-top: px2rpx(20);
- display: flex;
- justify-content: flex-end;
- }
- .s-btn {
- &.reselect {
- background-color: var(--color-zinc-100);
- color: var(--color-navy-700);
- border: none;
- font-size: px2rpx(14);
- padding: px2rpx(8) px2rpx(20);
- border-radius: px2rpx(8);
- &:active {
- background-color: var(--color-zinc-200);
- }
- }
- &[type="primary"] {
- width: 100%;
- height: px2rpx(48);
- background: var(--color-navy-900);
- color: #fff;
- border-radius: px2rpx(12);
- font-size: px2rpx(16);
- font-weight: 600;
- display: flex;
- align-items: center;
- justify-content: center;
- border: none;
- margin-top: px2rpx(30);
- transition: all 0.2s;
- &:active {
- transform: scale(0.98);
- background: var(--color-navy-800);
- }
- }
- }
- .add-back {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: px2rpx(12);
- padding: px2rpx(12) px2rpx(16);
- background: var(--color-zinc-100);
- border-radius: px2rpx(8);
- text {
- font-size: px2rpx(14);
- color: var(--color-navy-700);
- font-weight: 500;
- }
- .add-btn {
- color: var(--color-primary);
- font-weight: 600;
- text-decoration: underline;
- &:active {
- opacity: 0.7;
- }
- }
- }
- .proof {
- margin-top: px2rpx(8);
- border: px2rpx(1) dashed var(--color-zinc-300);
- border-radius: px2rpx(8);
- padding: px2rpx(8);
- display: flex;
- justify-content: center;
- align-items: center;
- background: var(--color-zinc-50);
- .state {
- padding: px2rpx(4) px2rpx(12);
- border-radius: px2rpx(4);
- font-size: px2rpx(12);
- font-weight: bold;
- }
- }
- .agree {
- margin: px2rpx(24) 0;
- display: flex;
- align-items: flex-start;
- .checkbox {
- display: flex;
- align-items: flex-start;
- gap: px2rpx(8);
- :deep(uni-checkbox .uni-checkbox-input) {
- border-radius: px2rpx(4);
- width: px2rpx(18);
- height: px2rpx(18);
- }
- text {
- font-size: px2rpx(13);
- color: var(--color-zinc-500);
- line-height: 1.5;
- }
- }
- }
- .step3-attention {
- background: var(--color-error-50, #fff1f0);
- border-radius: px2rpx(12);
- padding: px2rpx(16);
- margin-bottom: px2rpx(20);
- .attention {
- font-size: px2rpx(14);
- color: var(--color-error-600, #cf1322);
- line-height: 1.6;
- }
- .btn-bottom {
- margin-top: px2rpx(20);
- display: flex;
- justify-content: center;
- .btn {
- background: var(--color-error-600, #cf1322);
- color: #fff;
- padding: px2rpx(10) px2rpx(48);
- border-radius: px2rpx(24);
- font-size: px2rpx(15);
- font-weight: 700;
- box-shadow: 0 px2rpx(4) px2rpx(10) rgba(207, 19, 34, 0.2);
- transition: all 0.2s;
- &:active {
- transform: scale(0.96);
- opacity: 0.8;
- }
- }
- }
- }
- :deep(.base-info-form) {
- .uni-row1 {
- .uni-col {
- padding: 0 px2rpx(10) !important;
- }
- .uni-forms-item {
- min-height: px2rpx(79);
- margin-bottom: px2rpx(10);
- }
- .uni-select,
- .uni-combox,
- .uni-easyinput__content,
- .uni-date-editor--x {
- border: none !important;
- background-color: var(--color-zinc-100) !important;
- border-radius: px2rpx(8) !important;
- }
- .uni-date-x {
- border: none !important;
- background-color: rgba(195, 195, 195, 0) !important;
- }
- .uni-easyinput__content-input {
- height: px2rpx(44) !important;
- }
- }
- }
- /* 弹窗样式美化 */
- :deep(.uni-popup__wrapper) {
- .popup-content {
- background-color: #fff;
- border-radius: px2rpx(20);
- padding: px2rpx(24);
- width: px2rpx(320);
- .popup-title {
- font-size: px2rpx(18);
- font-weight: 700;
- text-align: center;
- margin-bottom: px2rpx(20);
- color: var(--color-navy-900);
- display: block;
- }
- .popup-text {
- font-size: px2rpx(14);
- line-height: 1.6;
- color: var(--color-zinc-600);
- margin-bottom: px2rpx(20);
- display: block;
- }
- .popup-form {
- background: var(--color-zinc-50);
- border-radius: px2rpx(12);
- padding: px2rpx(16);
- margin-bottom: px2rpx(24);
- .popup-row {
- display: flex;
- justify-content: space-between;
- margin-bottom: px2rpx(12);
- font-size: px2rpx(14);
- &:last-child {
- margin-bottom: 0;
- }
- .label {
- color: var(--color-zinc-500);
- }
- text:not(.label) {
- color: var(--color-navy-900);
- font-weight: 500;
- }
- }
- }
- .popup-buttons {
- display: flex;
- gap: px2rpx(12);
- button {
- flex: 1;
- height: px2rpx(44);
- border-radius: px2rpx(10);
- font-size: px2rpx(15);
- font-weight: 600;
- display: flex;
- align-items: center;
- justify-content: center;
- border: none;
- &[type="primary"] {
- background: var(--color-navy-900);
- color: #fff;
- }
- &:not([type="primary"]) {
- background: var(--color-zinc-100);
- color: var(--color-zinc-600);
- }
- }
- }
- .result-icon {
- display: flex;
- justify-content: center;
- margin-bottom: px2rpx(16);
- .iconfont {
- font-size: px2rpx(48);
- &.iconchenggong {
- color: #52c41a;
- }
- &.iconjingshi {
- color: #faad14;
- }
- &.icondengdai {
- color: var(--color-primary);
- animation: rotate 2s linear infinite;
- }
- }
- }
- .code-input {
- background: var(--color-zinc-100);
- border: none;
- border-radius: px2rpx(8);
- padding: px2rpx(12);
- margin-bottom: px2rpx(12);
- font-size: px2rpx(15);
- }
- .code-timer {
- color: var(--color-primary);
- font-size: px2rpx(13);
- text-align: right;
- margin-bottom: px2rpx(20);
- font-weight: 500;
- }
- }
- }
- @keyframes rotate {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
- }
- }
|