diff --git a/pages/me/withdraw/index.vue b/pages/me/withdraw/index.vue index dbb7799..3c05a16 100644 --- a/pages/me/withdraw/index.vue +++ b/pages/me/withdraw/index.vue @@ -1,9 +1,8 @@ \ No newline at end of file + + .cash-top { + padding: 32upx 32upx 50upx 32upx; + /* border-bottom: 1px solid gainsboro; */ + background: #5074ff; + } + + .leiji { + font-size: 14px; + color: #ffffff; + margin-bottom: 10px; + } +} + +.rule-btn { + font-size: 16px; + // padding: 2rpx 10rpx; + // border: 1px solid rgba(255, 255, 255, .8); + // border-radius: 4rpx; +} + +.view2-view-text { + font-size: 14px; + color: #000000; + margin-left: 20upx; + width: 80%; +} + +.view2-view-image-right { + width: 18upx; + height: 30upx; + margin-left: 50upx; +} + +.moneyList { + .item { + background: white; + padding: 32rpx; + margin: 32rpx; + font-size: 28rpx; + box-shadow: 7px 9px 34px rgba(0, 0, 0, 0.1); + border-radius: 16upx; + } + + .item:first-child { + margin-top: 0; + } +} + +.centre { + text-align: center; + padding: 200rpx 0; + font-size: 32rpx; + box-sizing: border-box; + + image { + width: 360rpx; + height: 360rpx; + // margin-bottom: 20rpx; + margin: 0 auto 20rpx; + // border: 1px dotted #000000; + } + + .tips { + font-size: 34rpx; + color: #999999; + margin-top: 20rpx; + } + + .btn { + margin: 80rpx auto; + width: 600rpx; + border-radius: 32rpx; + line-height: 90rpx; + color: #ffffff; + font-size: 34rpx; + background: #ff7581; + } +} + diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 0000000..1293ec1 --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,79 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: + dependencies: + lodash: + specifier: ^4.17.21 + version: 4.17.23 + uview-plus: + specifier: ^3.3.62 + version: 3.6.29 + devDependencies: + pinia-plugin-unistorage: + specifier: ^0.1.2 + version: 0.1.2 + +packages: + + clipboard@2.0.11: + resolution: {integrity: sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==} + + dayjs@1.11.19: + resolution: {integrity: sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==} + + delegate@3.2.0: + resolution: {integrity: sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==} + + good-listener@1.2.2: + resolution: {integrity: sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==} + + lodash@4.17.23: + resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==} + + pinia-plugin-unistorage@0.1.2: + resolution: {integrity: sha512-WXit2cGnm5rG6CDTcLSLehNWhyJS/Yq7WEeeXAapZbCnqoPJxlszqg7rT8S+OP47az0h5nlajGo+LuyMxUQ2uw==} + + select@1.1.2: + resolution: {integrity: sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==} + + tiny-emitter@2.1.0: + resolution: {integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==} + + uview-plus@3.6.29: + resolution: {integrity: sha512-zK522LR074rB4k3EARysmjsoOh+WjtFevIpvmV1wjVFqS3TT6brLZLd+gKa1ewxBsIgIPDTAabmnHWPsW9DWkQ==} + engines: {HBuilderX: ^3.1.0, uni-app: ^4.66, uni-app-x: ''} + +snapshots: + + clipboard@2.0.11: + dependencies: + good-listener: 1.2.2 + select: 1.1.2 + tiny-emitter: 2.1.0 + + dayjs@1.11.19: {} + + delegate@3.2.0: {} + + good-listener@1.2.2: + dependencies: + delegate: 3.2.0 + + lodash@4.17.23: {} + + pinia-plugin-unistorage@0.1.2: {} + + select@1.1.2: {} + + tiny-emitter@2.1.0: {} + + uview-plus@3.6.29: + dependencies: + clipboard: 2.0.11 + dayjs: 1.11.19