2260
|
|
2171
|
|
.ipu-category + .ipu-category {
|
|
2261
|
.ipu-category+.ipu-category {
|
2172
|
2262
|
margin-top: .1rem;
|
2173
|
2263
|
}
|
2174
|
2264
|
|
|
@ -2283,11 +2373,11 @@ a:active {
|
2283
|
2373
|
z-index: 50;
|
2284
|
2374
|
}
|
2285
|
2375
|
|
2286
|
|
.ipu-nav-sub > li {
|
|
2376
|
.ipu-nav-sub>li {
|
2287
|
2377
|
border-top: 1px solid #fff;
|
2288
|
2378
|
}
|
2289
|
2379
|
|
2290
|
|
.ipu-nav-sub > li > a {
|
|
2380
|
.ipu-nav-sub>li>a {
|
2291
|
2381
|
display: block;
|
2292
|
2382
|
height: .32rem;
|
2293
|
2383
|
line-height: .36rem;
|
|
@ -2316,7 +2406,8 @@ a:active {
|
2316
|
2406
|
vertical-align: middle;
|
2317
|
2407
|
}
|
2318
|
2408
|
|
2319
|
|
.ipu-navbar .ipu-navbar-item.ipu-current, .ipu-navbar .ipu-navbar-item:active {
|
|
2409
|
.ipu-navbar .ipu-navbar-item.ipu-current,
|
|
2410
|
.ipu-navbar .ipu-navbar-item:active {
|
2320
|
2411
|
color: #0083D3;
|
2321
|
2412
|
}
|
2322
|
2413
|
|
|
@ -2338,7 +2429,7 @@ a:active {
|
2338
|
2429
|
overflow: hidden;
|
2339
|
2430
|
}
|
2340
|
2431
|
|
2341
|
|
.ipu-nav-content > ul {
|
|
2432
|
.ipu-nav-content>ul {
|
2342
|
2433
|
position: relative;
|
2343
|
2434
|
width: 200%;
|
2344
|
2435
|
height: 100%;
|
|
@ -2347,7 +2438,7 @@ a:active {
|
2347
|
2438
|
transition: all 300ms ease-out 0s;
|
2348
|
2439
|
}
|
2349
|
2440
|
|
2350
|
|
.ipu-nav-content > ul > li {
|
|
2441
|
.ipu-nav-content>ul>li {
|
2351
|
2442
|
position: absolute;
|
2352
|
2443
|
left: 0;
|
2353
|
2444
|
top: 0;
|
|
@ -2358,15 +2449,16 @@ a:active {
|
2358
|
2449
|
background-color: #f8f8f8;
|
2359
|
2450
|
}
|
2360
|
2451
|
|
2361
|
|
.ipu-nav-content > ul > li:first-child {
|
|
2452
|
.ipu-nav-content>ul>li:first-child {
|
2362
|
2453
|
z-index: 1;
|
2363
|
2454
|
}
|
2364
|
2455
|
|
2365
|
|
.ipu-nav-content > ul > li.ipu-show ~ li.ipu-show {
|
|
2456
|
.ipu-nav-content>ul>li.ipu-show~li.ipu-show {
|
2366
|
2457
|
left: 50%;
|
2367
|
2458
|
}
|
2368
|
2459
|
|
2369
|
|
.ipu-nav-content > ul > li.ipu-show, .ipu-nav-content > ul > li.ipu-current {
|
|
2460
|
.ipu-nav-content>ul>li.ipu-show,
|
|
2461
|
.ipu-nav-content>ul>li.ipu-current {
|
2370
|
2462
|
z-index: 10;
|
2371
|
2463
|
}
|
2372
|
2464
|
|
|
@ -2512,7 +2604,8 @@ a:active {
|
2512
|
2604
|
color: #999;
|
2513
|
2605
|
}
|
2514
|
2606
|
|
2515
|
|
.ipu-poppicker[data-type='date'] label, .ipu-poppicker[data-type='date'] .ipu-picker {
|
|
2607
|
.ipu-poppicker[data-type='date'] label,
|
|
2608
|
.ipu-poppicker[data-type='date'] .ipu-picker {
|
2516
|
2609
|
width: 33.33%;
|
2517
|
2610
|
}
|
2518
|
2611
|
|
|
@ -2523,7 +2616,8 @@ a:active {
|
2523
|
2616
|
display: none;
|
2524
|
2617
|
}
|
2525
|
2618
|
|
2526
|
|
.ipu-poppicker[data-type='time'] label, .ipu-poppicker[data-type='time'] .ipu-picker {
|
|
2619
|
.ipu-poppicker[data-type='time'] label,
|
|
2620
|
.ipu-poppicker[data-type='time'] .ipu-picker {
|
2527
|
2621
|
width: 50%;
|
2528
|
2622
|
}
|
2529
|
2623
|
|
|
@ -2536,7 +2630,8 @@ a:active {
|
2536
|
2630
|
display: none;
|
2537
|
2631
|
}
|
2538
|
2632
|
|
2539
|
|
.ipu-poppicker[data-type='hour'] label, .ipu-poppicker[data-type='hour'] .ipu-picker {
|
|
2633
|
.ipu-poppicker[data-type='hour'] label,
|
|
2634
|
.ipu-poppicker[data-type='hour'] .ipu-picker {
|
2540
|
2635
|
width: 25%;
|
2541
|
2636
|
}
|
2542
|
2637
|
|
|
@ -2545,7 +2640,8 @@ a:active {
|
2545
|
2640
|
display: none;
|
2546
|
2641
|
}
|
2547
|
2642
|
|
2548
|
|
.ipu-poppicker[data-type='month'] label, .ipu-poppicker[data-type='month'] .ipu-picker {
|
|
2643
|
.ipu-poppicker[data-type='month'] label,
|
|
2644
|
.ipu-poppicker[data-type='month'] .ipu-picker {
|
2549
|
2645
|
width: 50%;
|
2550
|
2646
|
}
|
2551
|
2647
|
|
|
@ -2600,7 +2696,8 @@ a:active {
|
2600
|
2696
|
display: block;
|
2601
|
2697
|
}
|
2602
|
2698
|
|
2603
|
|
.ipu-pages.ipu-anim, .ipu-page.ipu-anim {
|
|
2699
|
.ipu-pages.ipu-anim,
|
|
2700
|
.ipu-page.ipu-anim {
|
2604
|
2701
|
overflow: auto;
|
2605
|
2702
|
box-shadow: -0.01rem 0rem rgba(0, 0, 0, 0.6);
|
2606
|
2703
|
}
|
|
@ -2619,6 +2716,7 @@ a:active {
|
2619
|
2716
|
-webkit-transform: translate3d(100%, 0, 0);
|
2620
|
2717
|
transform: translate3d(100%, 0, 0);
|
2621
|
2718
|
}
|
|
2719
|
|
2622
|
2720
|
100% {
|
2623
|
2721
|
-webkit-transform: translate3d(0%, 0, 0);
|
2624
|
2722
|
transform: translate3d(0%, 0, 0);
|
|
@ -2630,6 +2728,7 @@ a:active {
|
2630
|
2728
|
-webkit-transform: translate3d(0%, 0, 0);
|
2631
|
2729
|
transform: translate3d(0%, 0, 0);
|
2632
|
2730
|
}
|
|
2731
|
|
2633
|
2732
|
100% {
|
2634
|
2733
|
-webkit-transform: translate3d(100%, 0, 0);
|
2635
|
2734
|
transform: translate3d(100%, 0, 0);
|
|
@ -2694,7 +2793,7 @@ a:active {
|
2694
|
2793
|
/* 撑起高度 */
|
2695
|
2794
|
}
|
2696
|
2795
|
|
2697
|
|
.ipu-carousel-wrapper > li {
|
|
2796
|
.ipu-carousel-wrapper>li {
|
2698
|
2797
|
float: left;
|
2699
|
2798
|
width: 5%;
|
2700
|
2799
|
}
|
|
@ -2732,7 +2831,7 @@ a:active {
|
2732
|
2831
|
overflow: visible;
|
2733
|
2832
|
}
|
2734
|
2833
|
|
2735
|
|
.ipu-hammer-carousel .ipu-carousel-wrapper > li {
|
|
2834
|
.ipu-hammer-carousel .ipu-carousel-wrapper>li {
|
2736
|
2835
|
position: relative;
|
2737
|
2836
|
display: inline-block;
|
2738
|
2837
|
width: 100%;
|
|
@ -2742,7 +2841,9 @@ a:active {
|
2742
|
2841
|
float: none;
|
2743
|
2842
|
}
|
2744
|
2843
|
|
2745
|
|
.ipu-modal-overlay, .ipu-preloader-indicator-overlay, .ipu-popup-overlay {
|
|
2844
|
.ipu-modal-overlay,
|
|
2845
|
.ipu-preloader-indicator-overlay,
|
|
2846
|
.ipu-popup-overlay {
|
2746
|
2847
|
position: absolute;
|
2747
|
2848
|
left: 0;
|
2748
|
2849
|
top: 0;
|
|
@ -2756,7 +2857,9 @@ a:active {
|
2756
|
2857
|
transition-duration: 300ms;
|
2757
|
2858
|
}
|
2758
|
2859
|
|
2759
|
|
.ipu-modal-overlay.ipu-modal-overlay-visible, .ipu-preloader-indicator-overlay.ipu-modal-overlay-visible, .ipu-popup-overlay.ipu-modal-overlay-visible {
|
|
2860
|
.ipu-modal-overlay.ipu-modal-overlay-visible,
|
|
2861
|
.ipu-preloader-indicator-overlay.ipu-modal-overlay-visible,
|
|
2862
|
.ipu-popup-overlay.ipu-modal-overlay-visible {
|
2760
|
2863
|
visibility: visible;
|
2761
|
2864
|
opacity: 1;
|
2762
|
2865
|
}
|
|
@ -2817,7 +2920,7 @@ a:active {
|
2817
|
2920
|
text-align: center;
|
2818
|
2921
|
}
|
2819
|
2922
|
|
2820
|
|
.ipu-modal-title + .ipu-modal-text {
|
|
2923
|
.ipu-modal-title+.ipu-modal-text {
|
2821
|
2924
|
margin-top: 0.05rem;
|
2822
|
2925
|
}
|
2823
|
2926
|
|
|
@ -2876,7 +2979,8 @@ a:active {
|
2876
|
2979
|
font-weight: 500;
|
2877
|
2980
|
}
|
2878
|
2981
|
|
2879
|
|
html:not(.ipu-watch-active-state) .ipu-modal-button:active, .ipu-modal-button.active-state {
|
|
2982
|
html:not(.ipu-watch-active-state) .ipu-modal-button:active,
|
|
2983
|
.ipu-modal-button.active-state {
|
2880
|
2984
|
background: #d4d4d4;
|
2881
|
2985
|
}
|
2882
|
2986
|
|
|
@ -2930,7 +3034,8 @@ html:not(.ipu-watch-active-state) .ipu-modal-button:active, .ipu-modal-button.ac
|
2930
|
3034
|
margin: .08rem;
|
2931
|
3035
|
}
|
2932
|
3036
|
|
2933
|
|
.ipu-actions-modal-button, .ipu-actions-modal-label {
|
|
3037
|
.ipu-actions-modal-button,
|
|
3038
|
.ipu-actions-modal-label {
|
2934
|
3039
|
width: 100%;
|
2935
|
3040
|
text-align: center;
|
2936
|
3041
|
font-weight: normal;
|
|
@ -2941,59 +3046,72 @@ html:not(.ipu-watch-active-state) .ipu-modal-button:active, .ipu-modal-button.ac
|
2941
|
3046
|
border-bottom: 1px solid #d2d2d6;
|
2942
|
3047
|
}
|
2943
|
3048
|
|
2944
|
|
.ipu-actions-modal-button.ipu-actions-modal-button-warning, .ipu-actions-modal-label.ipu-actions-modal-button-warning {
|
|
3049
|
.ipu-actions-modal-button.ipu-actions-modal-button-warning,
|
|
3050
|
.ipu-actions-modal-label.ipu-actions-modal-button-warning {
|
2945
|
3051
|
color: #ff4222;
|
2946
|
3052
|
}
|
2947
|
3053
|
|
2948
|
|
.ipu-actions-modal-button.ipu-color-warning, .ipu-actions-modal-label.ipu-color-warning {
|
|
3054
|
.ipu-actions-modal-button.ipu-color-warning,
|
|
3055
|
.ipu-actions-modal-label.ipu-color-warning {
|
2949
|
3056
|
color: #ff4222;
|
2950
|
3057
|
}
|
2951
|
3058
|
|
2952
|
|
.ipu-actions-modal-button.ipu-color-highlight, .ipu-actions-modal-label.ipu-color-highlight {
|
|
3059
|
.ipu-actions-modal-button.ipu-color-highlight,
|
|
3060
|
.ipu-actions-modal-label.ipu-color-highlight {
|
2953
|
3061
|
color: #ff8444;
|
2954
|
3062
|
}
|
2955
|
3063
|
|
2956
|
|
.ipu-actions-modal-button.ipu-bg-primary, .ipu-actions-modal-label.ipu-bg-primary {
|
|
3064
|
.ipu-actions-modal-button.ipu-bg-primary,
|
|
3065
|
.ipu-actions-modal-label.ipu-bg-primary {
|
2957
|
3066
|
background: #0083D3;
|
2958
|
3067
|
color: white;
|
2959
|
3068
|
}
|
2960
|
3069
|
|
2961
|
|
.ipu-actions-modal-button.ipu-bg-primary:active, .ipu-actions-modal-label.ipu-bg-primary:active {
|
|
3070
|
.ipu-actions-modal-button.ipu-bg-primary:active,
|
|
3071
|
.ipu-actions-modal-label.ipu-bg-primary:active {
|
2962
|
3072
|
background: #0063a0;
|
2963
|
3073
|
}
|
2964
|
3074
|
|
2965
|
|
.ipu-actions-modal-button.ipu-bg-warning, .ipu-actions-modal-label.ipu-bg-warning {
|
|
3075
|
.ipu-actions-modal-button.ipu-bg-warning,
|
|
3076
|
.ipu-actions-modal-label.ipu-bg-warning {
|
2966
|
3077
|
background: #ff4222;
|
2967
|
3078
|
color: white;
|
2968
|
3079
|
}
|
2969
|
3080
|
|
2970
|
|
.ipu-actions-modal-button.ipu-bg-warning:active, .ipu-actions-modal-label.ipu-bg-warning:active {
|
|
3081
|
.ipu-actions-modal-button.ipu-bg-warning:active,
|
|
3082
|
.ipu-actions-modal-label.ipu-bg-warning:active {
|
2971
|
3083
|
background: #ee2200;
|
2972
|
3084
|
}
|
2973
|
3085
|
|
2974
|
|
.ipu-actions-modal-button.ipu-bg-hightlight, .ipu-actions-modal-label.ipu-bg-hightlight {
|
|
3086
|
.ipu-actions-modal-button.ipu-bg-hightlight,
|
|
3087
|
.ipu-actions-modal-label.ipu-bg-hightlight {
|
2975
|
3088
|
background: #ff8444;
|
2976
|
3089
|
color: white;
|
2977
|
3090
|
}
|
2978
|
3091
|
|
2979
|
|
.ipu-actions-modal-button.ipu-bg-hightlight:active, .ipu-actions-modal-label.ipu-bg-hightlight:active {
|
|
3092
|
.ipu-actions-modal-button.ipu-bg-hightlight:active,
|
|
3093
|
.ipu-actions-modal-label.ipu-bg-hightlight:active {
|
2980
|
3094
|
background: #ff6211;
|
2981
|
3095
|
}
|
2982
|
3096
|
|
2983
|
|
.ipu-actions-modal-button:first-child, .ipu-actions-modal-label:first-child {
|
|
3097
|
.ipu-actions-modal-button:first-child,
|
|
3098
|
.ipu-actions-modal-label:first-child {
|
2984
|
3099
|
border-radius: 4px 4px 0 0;
|
2985
|
3100
|
}
|
2986
|
3101
|
|
2987
|
|
.ipu-actions-modal-button:last-child, .ipu-actions-modal-label:last-child {
|
|
3102
|
.ipu-actions-modal-button:last-child,
|
|
3103
|
.ipu-actions-modal-label:last-child {
|
2988
|
3104
|
border-bottom: none;
|
2989
|
3105
|
border-radius: 0 0 4px 4px;
|
2990
|
3106
|
}
|
2991
|
3107
|
|
2992
|
|
.ipu-actions-modal-button:first-child:last-child, .ipu-actions-modal-label:first-child:last-child {
|
|
3108
|
.ipu-actions-modal-button:first-child:last-child,
|
|
3109
|
.ipu-actions-modal-label:first-child:last-child {
|
2993
|
3110
|
border-radius: 4px;
|
2994
|
3111
|
}
|
2995
|
3112
|
|
2996
|
|
.ipu-actions-modal-button.ipu-disabled, .ipu-actions-modal-label.ipu-disabled {
|
|
3113
|
.ipu-actions-modal-button.ipu-disabled,
|
|
3114
|
.ipu-actions-modal-label.ipu-disabled {
|
2997
|
3115
|
opacity: 0.95;
|
2998
|
3116
|
color: #8e8e93;
|
2999
|
3117
|
}
|
|
@ -3005,7 +3123,8 @@ html:not(.ipu-watch-active-state) .ipu-modal-button:active, .ipu-modal-button.ac
|
3005
|
3123
|
color: #0083D3;
|
3006
|
3124
|
}
|
3007
|
3125
|
|
3008
|
|
.ipu-actions-modal-button:active, .ipu-actions-modal-button.ipu-current-state {
|
|
3126
|
.ipu-actions-modal-button:active,
|
|
3127
|
.ipu-actions-modal-button.ipu-current-state {
|
3009
|
3128
|
background: #dcdcdc;
|
3010
|
3129
|
}
|
3011
|
3130
|
|
|
@ -3047,7 +3166,7 @@ input.ipu-modal-text-input {
|
3047
|
3166
|
appearance: none;
|
3048
|
3167
|
}
|
3049
|
3168
|
|
3050
|
|
input.ipu-modal-text-input + input.ipu-modal-text-input {
|
|
3169
|
input.ipu-modal-text-input+input.ipu-modal-text-input {
|
3051
|
3170
|
margin-top: .05rem;
|
3052
|
3171
|
}
|
3053
|
3172
|
|
|
@ -3055,13 +3174,14 @@ input.ipu-modal-text-input.ipu-modal-text-input-double {
|
3055
|
3174
|
border-radius: 5px 5px 0 0;
|
3056
|
3175
|
}
|
3057
|
3176
|
|
3058
|
|
input.ipu-modal-text-input.ipu-modal-text-input-double + input.ipu-modal-text-input {
|
|
3177
|
input.ipu-modal-text-input.ipu-modal-text-input-double+input.ipu-modal-text-input {
|
3059
|
3178
|
margin-top: 0;
|
3060
|
3179
|
border-top: 0;
|
3061
|
3180
|
border-radius: 0 0 5px 5px;
|
3062
|
3181
|
}
|
3063
|
3182
|
|
3064
|
|
.ipu-popup, .ipu-login-screen {
|
|
3183
|
.ipu-popup,
|
|
3184
|
.ipu-login-screen {
|
3065
|
3185
|
position: absolute;
|
3066
|
3186
|
left: 0;
|
3067
|
3187
|
top: 0;
|
|
@ -3080,17 +3200,22 @@ input.ipu-modal-text-input.ipu-modal-text-input-double + input.ipu-modal-text-in
|
3080
|
3200
|
transform: translate3d(0, 100%, 0);
|
3081
|
3201
|
}
|
3082
|
3202
|
|
3083
|
|
.ipu-popup.ipu-modal-in, .ipu-popup.ipu-modal-out, .ipu-login-screen.ipu-modal-in, .ipu-login-screen.ipu-modal-out {
|
|
3203
|
.ipu-popup.ipu-modal-in,
|
|
3204
|
.ipu-popup.ipu-modal-out,
|
|
3205
|
.ipu-login-screen.ipu-modal-in,
|
|
3206
|
.ipu-login-screen.ipu-modal-out {
|
3084
|
3207
|
-webkit-transition-duration: 300ms;
|
3085
|
3208
|
transition-duration: 300ms;
|
3086
|
3209
|
}
|
3087
|
3210
|
|
3088
|
|
.ipu-popup.ipu-modal-in, .ipu-login-screen.ipu-modal-in {
|
|
3211
|
.ipu-popup.ipu-modal-in,
|
|
3212
|
.ipu-login-screen.ipu-modal-in {
|
3089
|
3213
|
-webkit-transform: translate3d(0, 0, 0);
|
3090
|
3214
|
transform: translate3d(0, 0, 0);
|
3091
|
3215
|
}
|
3092
|
3216
|
|
3093
|
|
.ipu-popup.ipu-modal-out, .ipu-login-screen.ipu-modal-out {
|
|
3217
|
.ipu-popup.ipu-modal-out,
|
|
3218
|
.ipu-login-screen.ipu-modal-out {
|
3094
|
3219
|
-webkit-transform: translate3d(0, 100%, 0);
|
3095
|
3220
|
transform: translate3d(0, 100%, 0);
|
3096
|
3221
|
}
|
|
@ -3105,7 +3230,8 @@ html.ipu-with-statusbar-overlay .ipu-popup-overlay {
|
3105
|
3230
|
z-index: 9800;
|
3106
|
3231
|
}
|
3107
|
3232
|
|
3108
|
|
@media all and (max-width: 629px), (max-height: 629px) {
|
|
3233
|
@media all and (max-width: 629px),
|
|
3234
|
(max-height: 629px) {
|
3109
|
3235
|
html.ipu-with-statusbar-overlay .ipu-popup {
|
3110
|
3236
|
height: -webkit-calc(100% - 20px);
|
3111
|
3237
|
height: calc(100% - 20px);
|
|
@ -3264,7 +3390,7 @@ html.ipu-with-statusbar-overlay .ipu-popup-overlay {
|
3264
|
3390
|
background-color: #fff;
|
3265
|
3391
|
}
|
3266
|
3392
|
|
3267
|
|
.ipu-tab-title > li {
|
|
3393
|
.ipu-tab-title>li {
|
3268
|
3394
|
width: 0%;
|
3269
|
3395
|
-webkit-box-flex: 1;
|
3270
|
3396
|
-webkit-flex-grow: 1;
|
|
@ -3273,15 +3399,15 @@ html.ipu-with-statusbar-overlay .ipu-popup-overlay {
|
3273
|
3399
|
line-height: 0.45rem;
|
3274
|
3400
|
}
|
3275
|
3401
|
|
3276
|
|
.ipu-tab-title > li.active {
|
|
3402
|
.ipu-tab-title>li.active {
|
3277
|
3403
|
position: relative;
|
3278
|
3404
|
}
|
3279
|
3405
|
|
3280
|
|
.ipu-tab-title-link > li {
|
|
3406
|
.ipu-tab-title-link>li {
|
3281
|
3407
|
border-bottom: 1px solid #e0e0e0;
|
3282
|
3408
|
}
|
3283
|
3409
|
|
3284
|
|
.ipu-tab-title-link > li.ipu-current {
|
|
3410
|
.ipu-tab-title-link>li.ipu-current {
|
3285
|
3411
|
border-bottom: 2px solid #0083D3;
|
3286
|
3412
|
color: #0083D3;
|
3287
|
3413
|
}
|
|
@ -3293,31 +3419,31 @@ html.ipu-with-statusbar-overlay .ipu-popup-overlay {
|
3293
|
3419
|
margin: .1rem;
|
3294
|
3420
|
}
|
3295
|
3421
|
|
3296
|
|
.ipu-tab-title-button > li {
|
|
3422
|
.ipu-tab-title-button>li {
|
3297
|
3423
|
border-left: 1px solid #0083D3;
|
3298
|
3424
|
font-size: 0.12rem;
|
3299
|
3425
|
line-height: 2;
|
3300
|
3426
|
}
|
3301
|
3427
|
|
3302
|
|
.ipu-tab-title-button > li.ipu-current {
|
|
3428
|
.ipu-tab-title-button>li.ipu-current {
|
3303
|
3429
|
background-color: #0083D3;
|
3304
|
3430
|
color: #fff;
|
3305
|
3431
|
border-bottom: none;
|
3306
|
3432
|
}
|
3307
|
3433
|
|
3308
|
|
.ipu-tab-title-button > li:first-child {
|
|
3434
|
.ipu-tab-title-button>li:first-child {
|
3309
|
3435
|
border-left: none;
|
3310
|
3436
|
}
|
3311
|
3437
|
|
3312
|
|
.ipu-tab-title-button > li:last-child {
|
|
3438
|
.ipu-tab-title-button>li:last-child {
|
3313
|
3439
|
border-right: none;
|
3314
|
3440
|
}
|
3315
|
3441
|
|
3316
|
|
.ipu-tab-body-wrapper > li {
|
|
3442
|
.ipu-tab-body-wrapper>li {
|
3317
|
3443
|
display: none;
|
3318
|
3444
|
}
|
3319
|
3445
|
|
3320
|
|
.ipu-tab-body-wrapper > li.ipu-current {
|
|
3446
|
.ipu-tab-body-wrapper>li.ipu-current {
|
3321
|
3447
|
display: block;
|
3322
|
3448
|
}
|
3323
|
3449
|
|
|
@ -3335,20 +3461,20 @@ html.ipu-with-statusbar-overlay .ipu-popup-overlay {
|
3335
|
3461
|
flex-direction: column;
|
3336
|
3462
|
}
|
3337
|
3463
|
|
3338
|
|
.ipu-tab-fixed > .ipu-tab-title {
|
|
3464
|
.ipu-tab-fixed>.ipu-tab-title {
|
3339
|
3465
|
-webkit-box-flex: 0;
|
3340
|
3466
|
-webkit-flex-grow: 0;
|
3341
|
3467
|
flex-grow: 0;
|
3342
|
3468
|
}
|
3343
|
3469
|
|
3344
|
|
.ipu-tab-fixed > .ipu-tab-body {
|
|
3470
|
.ipu-tab-fixed>.ipu-tab-body {
|
3345
|
3471
|
-webkit-box-flex: 1;
|
3346
|
3472
|
-webkit-flex-grow: 1;
|
3347
|
3473
|
flex-grow: 1;
|
3348
|
3474
|
position: relative;
|
3349
|
3475
|
}
|
3350
|
3476
|
|
3351
|
|
.ipu-tab-fixed > .ipu-tab-body > .ipu-tab-body-wrapper {
|
|
3477
|
.ipu-tab-fixed>.ipu-tab-body>.ipu-tab-body-wrapper {
|
3352
|
3478
|
width: 100%;
|
3353
|
3479
|
height: 100%;
|
3354
|
3480
|
position: absolute;
|
|
@ -3357,7 +3483,7 @@ html.ipu-with-statusbar-overlay .ipu-popup-overlay {
|
3357
|
3483
|
overflow-x: visible;
|
3358
|
3484
|
}
|
3359
|
3485
|
|
3360
|
|
.ipu-tab-fixed > .ipu-tab-body > .ipu-tab-body-wrapper > li {
|
|
3486
|
.ipu-tab-fixed>.ipu-tab-body>.ipu-tab-body-wrapper>li {
|
3361
|
3487
|
position: relative;
|
3362
|
3488
|
height: 100%;
|
3363
|
3489
|
font-size: 0.15rem;
|
|
@ -3828,4 +3954,4 @@ html.ipu-with-statusbar-overlay .ipu-popup-overlay {
|
3828
|
3954
|
|
3829
|
3955
|
.ipu-visibility-visible {
|
3830
|
3956
|
visibility: visible;
|
3831
|
|
}
|
|
3957
|
}
|
|
@ -71,8 +71,8 @@
|
71
|
71
|
</div>
|
72
|
72
|
|
73
|
73
|
<script type="text/javascript">
|
74
|
|
require(['wadeMobile', 'jquery'], function (WadeMobile, $) {
|
75
|
|
WadeMobile.getMemoryCache(function(data){
|
|
74
|
require(['ipuMobile', 'jquery'], function (IpuMobile, $) {
|
|
75
|
IpuMobile.getMemoryCache(function(data){
|
76
|
76
|
$("#context_params").val(data);
|
77
|
77
|
},"PAGE_CONTEXT");
|
78
|
78
|
|
|
@ -122,9 +122,9 @@
|
122
|
122
|
var callback = function (number) {
|
123
|
123
|
$("#number_text").html("手机号码:" + number);
|
124
|
124
|
};
|
125
|
|
WadeMobile.openRN("PHONENUMBER", callback);
|
|
125
|
IpuMobile.openRN("PHONENUMBER", callback);
|
126
|
126
|
} else {
|
127
|
|
WadeMobile.openRN(this.id);
|
|
127
|
IpuMobile.openRN(this.id);
|
128
|
128
|
}
|
129
|
129
|
});
|
130
|
130
|
}); -->
|
|
@ -65,9 +65,7 @@
|
65
|
65
|
<button class="ipu-btn" id="take_id_picture_back">测试</button>
|
66
|
66
|
</div>
|
67
|
67
|
</div>
|
68
|
|
|
69
|
|
|
70
|
|
|
|
68
|
|
71
|
69
|
</div>
|
72
|
70
|
</div>
|
73
|
71
|
</div>
|
|
@ -48,6 +48,21 @@
|
48
|
48
|
<button class="ipu-btn" id="search">测试</button>
|
49
|
49
|
</div>
|
50
|
50
|
</div>
|
|
51
|
|
|
52
|
<div class="ipu-card ipu-card-block">
|
|
53
|
<div class="ipu-card-header">加水印</div>
|
|
54
|
<div class="ipu-card-content">
|
|
55
|
<div class="ipu-card-content-inner">
|
|
56
|
<div class="">先选择一张图片,然后选择水印图片,添加到原图片上</div>
|
|
57
|
<div id="pic0">
|
|
58
|
<button class="ipu-btn" id="get_pic">选择图片</button>
|
|
59
|
</div>
|
|
60
|
</div>
|
|
61
|
</div>
|
|
62
|
<div class="ipu-card-footer">
|
|
63
|
<button class="ipu-btn" id="add_mark">测试</button>
|
|
64
|
</div>
|
|
65
|
</div>
|
51
|
66
|
|
52
|
67
|
<!-- <div class="demo-item">
|
53
|
68
|
<div class="demo-title">拍照</div>
|
|
@ -20,9 +20,26 @@
|
20
|
20
|
|
21
|
21
|
<div class="ipu-flex-col-auto" id='content'>
|
22
|
22
|
<div class="ipu-fn-p">
|
23
|
|
<div class="ipu-btn" id="closeScreenCapture">防止截屏</div>
|
24
|
|
<div class="ipu-btn" id="openScreenCapture">能够截屏</div>
|
|
23
|
<div class="ipu-btn" id="closeScreenCapture">禁止截屏</div>
|
|
24
|
<div class="ipu-btn" id="openScreenCapture">允许截屏</div>
|
|
25
|
<div class="ipu-btn" id="executeScreenCapture">截屏</div>
|
25
|
26
|
</div>
|
|
27
|
|
|
28
|
|
|
29
|
|
|
30
|
<div class="ipu-card ipu-card-block">
|
|
31
|
<div class="ipu-card-content">
|
|
32
|
<div class="ipu-card-content-inner">
|
|
33
|
<div class="">截屏调用结果信息</div>
|
|
34
|
<div id="screenCapture_pic"></div>
|
|
35
|
<div id="screenCapture_path"></div>
|
|
36
|
</div>
|
|
37
|
</div>
|
|
38
|
</div>
|
|
39
|
|
|
40
|
|
|
41
|
|
|
42
|
|
26
|
43
|
</div>
|
27
|
44
|
|
28
|
45
|
</div>
|
|
@ -33,7 +33,9 @@
|
33
|
33
|
</div>
|
34
|
34
|
<div class=" ipu-fn-m-t">
|
35
|
35
|
<button class="ipu-btn" id="qqFriendText">QQ好友</button>
|
|
36
|
<button class="ipu-btn" id="qqZoneText">QQ空间</button>
|
36
|
37
|
<button class="ipu-btn" id="wechatFriendText">微信好友</button>
|
|
38
|
<button class="ipu-btn" id="wechatTimeLineText">微信朋友圈</button>
|
37
|
39
|
<button class="ipu-btn" id="moreText">更多分享</button>
|
38
|
40
|
</div>
|
39
|
41
|
</div>
|
|
@ -31,6 +31,26 @@
|
31
|
31
|
</div>
|
32
|
32
|
</div>
|
33
|
33
|
|
|
34
|
<div class="demo-item">
|
|
35
|
<div class="demo-title">IPU视频录制</div>
|
|
36
|
<div class="demo-body">
|
|
37
|
<div class="demo-content">打开视频录制界面,可通过参数控制分辨率、码率和选择前后置摄像头</div>
|
|
38
|
<div class="demo-content">
|
|
39
|
<button class="ipu-btn ipu-btn-highlight" id="ipu_record">IPU视频录制</button>
|
|
40
|
</div>
|
|
41
|
</div>
|
|
42
|
</div>
|
|
43
|
|
|
44
|
<div class="demo-item">
|
|
45
|
<div class="demo-title">带水印视频录制</div>
|
|
46
|
<div class="demo-body">
|
|
47
|
<div class="demo-content">设置一个水印图片,可录制带水印的视频</div>
|
|
48
|
<div class="demo-content">
|
|
49
|
<button class="ipu-btn ipu-btn-highlight" id="water_record">水印视频录制</button>
|
|
50
|
</div>
|
|
51
|
</div>
|
|
52
|
</div>
|
|
53
|
|
34
|
54
|
<div class="demo-item ipu-fn-hide" id="hiddenContent" >
|
35
|
55
|
<div class="demo-title">播放视频</div>
|
36
|
56
|
<div class="demo-body">
|