|
|
@@ -957,52 +957,140 @@ to {
|
|
|
-webkit-animation-name: nutRotateOut;
|
|
|
animation-name: nutRotateOut;
|
|
|
}
|
|
|
-.nut-inputnumber {
|
|
|
+.nut-address__header {
|
|
|
display: -webkit-flex;
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
+ -webkit-justify-content: space-between;
|
|
|
+ -ms-flex-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
-webkit-align-items: center;
|
|
|
-ms-flex-align: center;
|
|
|
align-items: center;
|
|
|
+ margin-top: 48rpx;
|
|
|
+ margin-bottom: 34rpx;
|
|
|
+ padding: 0 40rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #333;
|
|
|
+ line-height: 40rpx;
|
|
|
}
|
|
|
-.nut-inputnumber--disabled .h5-input {
|
|
|
- color: #cccccc;
|
|
|
+.nut-address__header__title {
|
|
|
+ color: #262626;
|
|
|
+ font-size: 36rpx;
|
|
|
}
|
|
|
-.nut-inputnumber__icon {
|
|
|
+.nut-address .custom-address .region-tab {
|
|
|
+ position: relative;
|
|
|
+ margin-top: 64rpx;
|
|
|
+ padding: 0 40rpx;
|
|
|
+ display: -webkit-flex;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #1d1e1e;
|
|
|
+}
|
|
|
+.nut-address .custom-address .region-tab .tab-item {
|
|
|
+ margin-right: 60rpx;
|
|
|
+}
|
|
|
+.nut-address .custom-address .region-tab .tab-item.active {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.nut-address .custom-address .region-tab .tab-item .h5-span {
|
|
|
+ display: inline-block;
|
|
|
+ max-width: 200rpx;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ -o-text-overflow: ellipsis;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+.nut-address .custom-address .region-tab .region-tab-line {
|
|
|
+ position: absolute;
|
|
|
+ bottom: -20rpx;
|
|
|
+ left: 40rpx;
|
|
|
+ display: inline-block;
|
|
|
+ margin-top: 10rpx;
|
|
|
+ width: 52rpx;
|
|
|
+ height: 6rpx;
|
|
|
+ background: -webkit-gradient(linear, left top, right top, from(#fa2c19), to(#fa6419));
|
|
|
+ background: -webkit-linear-gradient(left, #fa2c19 0%, #fa6419 100%);
|
|
|
+ background: -o-linear-gradient(left, #fa2c19 0%, #fa6419 100%);
|
|
|
+ background: linear-gradient(90deg, #fa2c19 0%, #fa6419 100%);
|
|
|
+}
|
|
|
+.nut-address .custom-address .region-con {
|
|
|
+ margin: 40rpx 40rpx 0;
|
|
|
+}
|
|
|
+.nut-address .custom-address .region-con .region-group {
|
|
|
+ padding-top: 30rpx;
|
|
|
+ height: 540rpx;
|
|
|
+ overflow-y: auto;
|
|
|
+}
|
|
|
+.nut-address .custom-address .region-con .region-group .region-item {
|
|
|
display: -webkit-flex;
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
-webkit-align-items: center;
|
|
|
-ms-flex-align: center;
|
|
|
align-items: center;
|
|
|
- color: #1a1a1a;
|
|
|
- font-size: 40rpx;
|
|
|
+ margin-bottom: 40rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #333;
|
|
|
}
|
|
|
-.nut-inputnumber__icon--disabled {
|
|
|
- color: #cccccc;
|
|
|
+.nut-address .custom-address .region-con .region-group .region-item.active {
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
-.nut-inputnumber__text--readonly {
|
|
|
- width: 80rpx;
|
|
|
- height: 100%;
|
|
|
- text-align: center;
|
|
|
- margin: 0 12rpx;
|
|
|
- background-color: #f5f5f5;
|
|
|
- border-radius: 8rpx;
|
|
|
+.nut-address .custom-address .region-con .region-group .region-item .region-item-icon {
|
|
|
+ margin-right: 12rpx;
|
|
|
}
|
|
|
-.nut-inputnumber .h5-input {
|
|
|
- width: 80rpx;
|
|
|
- height: 100%;
|
|
|
- text-align: center;
|
|
|
- outline: none;
|
|
|
- border: 0;
|
|
|
- margin: 0 12rpx;
|
|
|
- background-color: #f5f5f5;
|
|
|
- border-radius: 8rpx;
|
|
|
+.nut-address .exist-address {
|
|
|
+ margin-top: 30rpx;
|
|
|
}
|
|
|
-.nut-inputnumber .h5-input::-webkit-outer-spin-button,
|
|
|
-.nut-inputnumber .h5-input::-webkit-inner-spin-button {
|
|
|
- -webkit-appearance: none;
|
|
|
- appearance: none;
|
|
|
+.nut-address .exist-address .exist-address-group {
|
|
|
+ padding: 30rpx 40rpx 0;
|
|
|
+ height: 558rpx;
|
|
|
+ overflow-y: scroll;
|
|
|
+}
|
|
|
+.nut-address .exist-address .exist-address-group .exist-ul .exist-item {
|
|
|
+ display: -webkit-flex;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-align-items: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 40rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ line-height: 28rpx;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+.nut-address .exist-address .exist-address-group .exist-ul .exist-item.active {
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.nut-address .exist-address .exist-address-group .exist-ul .exist-item .exist-item-icon {
|
|
|
+ margin-right: 18rpx;
|
|
|
+}
|
|
|
+.nut-address .exist-address .exist-address-group .exist-ul .exist-item .h5-span {
|
|
|
+ display: inline-block;
|
|
|
+ -webkit-flex: 1;
|
|
|
+ -ms-flex: 1;
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+.nut-address .exist-address .choose-other {
|
|
|
+ width: 100%;
|
|
|
+ height: 108rpx;
|
|
|
+ padding: 12rpx 0 0;
|
|
|
+ border-top: 2rpx solid #f2f2f2;
|
|
|
+}
|
|
|
+.nut-address .exist-address .choose-other .btn {
|
|
|
+ width: 90%;
|
|
|
+ height: 84rpx;
|
|
|
+ line-height: 84rpx;
|
|
|
+ margin: auto;
|
|
|
+ text-align: center;
|
|
|
+ background: -webkit-linear-gradient(315deg, #fa2c19 0%, #fa6419 100%);
|
|
|
+ background: -o-linear-gradient(315deg, #fa2c19 0%, #fa6419 100%);
|
|
|
+ background: linear-gradient(135deg, #fa2c19 0%, #fa6419 100%);
|
|
|
+ border-radius: 42rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
view-block {
|
|
|
display: block;
|
|
|
@@ -1712,3 +1800,309 @@ to {
|
|
|
.nut-cell__link {
|
|
|
color: #979797;
|
|
|
}
|
|
|
+view-block[data-v-3e528abc] {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+@-webkit-keyframes nutFadeIn-3e528abc {
|
|
|
+from {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+to {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+}
|
|
|
+@keyframes nutFadeIn-3e528abc {
|
|
|
+from {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+to {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+}
|
|
|
+@-webkit-keyframes nutFadeOut-3e528abc {
|
|
|
+from {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+to {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+}
|
|
|
+@keyframes nutFadeOut-3e528abc {
|
|
|
+from {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+to {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+}
|
|
|
+.nutFade-enter-active[data-v-3e528abc],
|
|
|
+.nutFadeIn[data-v-3e528abc],
|
|
|
+.nutFade-leave-active[data-v-3e528abc],
|
|
|
+.nutFadeOut[data-v-3e528abc] {
|
|
|
+ -webkit-animation-duration: 0.25s;
|
|
|
+ animation-duration: 0.25s;
|
|
|
+ -webkit-animation-fill-mode: both;
|
|
|
+ animation-fill-mode: both;
|
|
|
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
|
|
+ animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
|
|
+}
|
|
|
+.nutFade-enter-active[data-v-3e528abc],
|
|
|
+.nutFadeIn[data-v-3e528abc] {
|
|
|
+ -webkit-animation-name: nutFadeIn-3e528abc;
|
|
|
+ animation-name: nutFadeIn-3e528abc;
|
|
|
+}
|
|
|
+.nutFade-leave-active[data-v-3e528abc],
|
|
|
+.nutFadeOut[data-v-3e528abc] {
|
|
|
+ -webkit-animation-name: nutFadeOut-3e528abc;
|
|
|
+ animation-name: nutFadeOut-3e528abc;
|
|
|
+}
|
|
|
+@-webkit-keyframes nutZoomIn-3e528abc {
|
|
|
+from {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
+ transform: scale3d(0.3, 0.3, 0.3);
|
|
|
+}
|
|
|
+50% {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+}
|
|
|
+@keyframes nutZoomIn-3e528abc {
|
|
|
+from {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
+ transform: scale3d(0.3, 0.3, 0.3);
|
|
|
+}
|
|
|
+50% {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+}
|
|
|
+@-webkit-keyframes nutZoomOut-3e528abc {
|
|
|
+from {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+50% {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
+ transform: scale3d(0.3, 0.3, 0.3);
|
|
|
+}
|
|
|
+to {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+}
|
|
|
+@keyframes nutZoomOut-3e528abc {
|
|
|
+from {
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+50% {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
+ transform: scale3d(0.3, 0.3, 0.3);
|
|
|
+}
|
|
|
+to {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+}
|
|
|
+.nutZoom-enter-active[data-v-3e528abc],
|
|
|
+.nutZoomIn[data-v-3e528abc],
|
|
|
+.nutZoom-leave-active[data-v-3e528abc],
|
|
|
+.nutZoomOut[data-v-3e528abc] {
|
|
|
+ -webkit-animation-duration: 0.25s;
|
|
|
+ animation-duration: 0.25s;
|
|
|
+ -webkit-animation-fill-mode: both;
|
|
|
+ animation-fill-mode: both;
|
|
|
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
|
|
+ animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
|
|
+}
|
|
|
+.nutZoom-enter-active[data-v-3e528abc],
|
|
|
+.nutZoomIn[data-v-3e528abc] {
|
|
|
+ -webkit-animation-name: nutZoomIn-3e528abc;
|
|
|
+ animation-name: nutZoomIn-3e528abc;
|
|
|
+}
|
|
|
+.nutZoom-leave-active[data-v-3e528abc],
|
|
|
+.nutZoomOut[data-v-3e528abc] {
|
|
|
+ -webkit-animation-name: nutZoomOut-3e528abc;
|
|
|
+ animation-name: nutZoomOut-3e528abc;
|
|
|
+}
|
|
|
+@-webkit-keyframes nutEaseIn-3e528abc {
|
|
|
+0% {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scale(0.9);
|
|
|
+ transform: scale(0.9);
|
|
|
+}
|
|
|
+100% {
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transform: scale(1);
|
|
|
+ transform: scale(1);
|
|
|
+}
|
|
|
+}
|
|
|
+@keyframes nutEaseIn-3e528abc {
|
|
|
+0% {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scale(0.9);
|
|
|
+ transform: scale(0.9);
|
|
|
+}
|
|
|
+100% {
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transform: scale(1);
|
|
|
+ transform: scale(1);
|
|
|
+}
|
|
|
+}
|
|
|
+@-webkit-keyframes nutEaseOut-3e528abc {
|
|
|
+0% {
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transform: scale(1);
|
|
|
+ transform: scale(1);
|
|
|
+}
|
|
|
+100% {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scale(0.9);
|
|
|
+ transform: scale(0.9);
|
|
|
+}
|
|
|
+}
|
|
|
+@keyframes nutEaseOut-3e528abc {
|
|
|
+0% {
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transform: scale(1);
|
|
|
+ transform: scale(1);
|
|
|
+}
|
|
|
+100% {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scale(0.9);
|
|
|
+ transform: scale(0.9);
|
|
|
+}
|
|
|
+}
|
|
|
+.nutEase-enter-active[data-v-3e528abc],
|
|
|
+.nutEaseIn[data-v-3e528abc],
|
|
|
+.nutEase-leave-active[data-v-3e528abc],
|
|
|
+.nutEaseOut[data-v-3e528abc] {
|
|
|
+ -webkit-animation-duration: 0.25s;
|
|
|
+ animation-duration: 0.25s;
|
|
|
+ -webkit-animation-fill-mode: both;
|
|
|
+ animation-fill-mode: both;
|
|
|
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
|
|
+ animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
|
|
+}
|
|
|
+.nutEase-enter-active[data-v-3e528abc],
|
|
|
+.nutEaseIn[data-v-3e528abc] {
|
|
|
+ -webkit-animation-name: nutEaseIn-3e528abc;
|
|
|
+ animation-name: nutEaseIn-3e528abc;
|
|
|
+}
|
|
|
+.nutEase-leave-active[data-v-3e528abc],
|
|
|
+.nutEaseOut[data-v-3e528abc] {
|
|
|
+ -webkit-animation-name: nutEaseOut-3e528abc;
|
|
|
+ animation-name: nutEaseOut-3e528abc;
|
|
|
+}
|
|
|
+@-webkit-keyframes nutDropIn-3e528abc {
|
|
|
+0% {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scaleY(0.8);
|
|
|
+ transform: scaleY(0.8);
|
|
|
+}
|
|
|
+100% {
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transform: scaleY(1);
|
|
|
+ transform: scaleY(1);
|
|
|
+}
|
|
|
+}
|
|
|
+@keyframes nutDropIn-3e528abc {
|
|
|
+0% {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scaleY(0.8);
|
|
|
+ transform: scaleY(0.8);
|
|
|
+}
|
|
|
+100% {
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transform: scaleY(1);
|
|
|
+ transform: scaleY(1);
|
|
|
+}
|
|
|
+}
|
|
|
+@-webkit-keyframes nutDropOut-3e528abc {
|
|
|
+0% {
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transform: scaleY(1);
|
|
|
+ transform: scaleY(1);
|
|
|
+}
|
|
|
+100% {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scaleY(0.8);
|
|
|
+ transform: scaleY(0.8);
|
|
|
+}
|
|
|
+}
|
|
|
+@keyframes nutDropOut-3e528abc {
|
|
|
+0% {
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transform: scaleY(1);
|
|
|
+ transform: scaleY(1);
|
|
|
+}
|
|
|
+100% {
|
|
|
+ opacity: 0;
|
|
|
+ -webkit-transform: scaleY(0.8);
|
|
|
+ transform: scaleY(0.8);
|
|
|
+}
|
|
|
+}
|
|
|
+.nutDrop-enter-active[data-v-3e528abc],
|
|
|
+.nutDropIn[data-v-3e528abc],
|
|
|
+.nutDrop-leave-active[data-v-3e528abc],
|
|
|
+.nutDropOut[data-v-3e528abc] {
|
|
|
+ -webkit-animation-duration: 0.25s;
|
|
|
+ animation-duration: 0.25s;
|
|
|
+ -webkit-animation-fill-mode: both;
|
|
|
+ animation-fill-mode: both;
|
|
|
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
|
|
+ animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
|
|
+}
|
|
|
+.nutDrop-enter-active[data-v-3e528abc],
|
|
|
+.nutDropIn[data-v-3e528abc] {
|
|
|
+ -webkit-animation-name: nutDropIn-3e528abc;
|
|
|
+ animation-name: nutDropIn-3e528abc;
|
|
|
+}
|
|
|
+.nutDrop-leave-active[data-v-3e528abc],
|
|
|
+.nutDropOut[data-v-3e528abc] {
|
|
|
+ -webkit-animation-name: nutDropOut-3e528abc;
|
|
|
+ animation-name: nutDropOut-3e528abc;
|
|
|
+}
|
|
|
+@-webkit-keyframes rotation-3e528abc {
|
|
|
+0% {
|
|
|
+ -webkit-transform: rotate(0deg);
|
|
|
+}
|
|
|
+100% {
|
|
|
+ -webkit-transform: rotate(360deg);
|
|
|
+}
|
|
|
+}
|
|
|
+@keyframes rotation-3e528abc {
|
|
|
+0% {
|
|
|
+ -webkit-transform: rotate(0deg);
|
|
|
+}
|
|
|
+100% {
|
|
|
+ -webkit-transform: rotate(360deg);
|
|
|
+}
|
|
|
+}
|
|
|
+.nutRotate-enter-active[data-v-3e528abc],
|
|
|
+.nutRotateIn[data-v-3e528abc],
|
|
|
+.nutRotate-leave-active[data-v-3e528abc],
|
|
|
+.nutRotateOut[data-v-3e528abc] {
|
|
|
+ -webkit-animation-duration: 0.25s;
|
|
|
+ animation-duration: 0.25s;
|
|
|
+ -webkit-animation-fill-mode: both;
|
|
|
+ animation-fill-mode: both;
|
|
|
+ -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
|
|
+ animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
|
|
|
+}
|
|
|
+.nutRotate-enter-active[data-v-3e528abc],
|
|
|
+.nutRotateIn[data-v-3e528abc] {
|
|
|
+ -webkit-animation-name: nutRotateIn;
|
|
|
+ animation-name: nutRotateIn;
|
|
|
+}
|
|
|
+.nutRotate-leave-active[data-v-3e528abc],
|
|
|
+.nutRotateOut[data-v-3e528abc] {
|
|
|
+ -webkit-animation-name: nutRotateOut;
|
|
|
+ animation-name: nutRotateOut;
|
|
|
+}
|
|
|
+.demo .nut-cell[data-v-3e528abc] {
|
|
|
+ -webkit-align-items: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.demo .nut-cell .nut-cell__value[data-v-3e528abc] {
|
|
|
+ margin-right: 16rpx;
|
|
|
+}
|