admin 管理员组

文章数量: 1086019


2024年5月30日发(作者:计算机最流行的语言)

// 地址相关函数 -----------------

// 地址相关函数 尾部-----------------

onLoad: function (options) {

},

// ------------------- 分割线 --------------------

onReady: function () {

},

//移动按钮点击事件

translate: function (e) {

if (pickerViewT == 0) {

moveY = 0;

show = false;

pickerViewT= 1;

} else {

moveY = 200;

show = true;

pickerViewT = 0;

}

// ate(arr[0], arr[1]).step();

animationEvents(this, moveY, show);

},

//隐藏弹窗浮层

hiddenFloatView(e) {

// (e);

moveY = 200;

show = true;

pickerViewT = 0;

animationEvents(this, moveY, show);

},

//------------------------------------------------------------

})

//动画事件

function animationEvents(that, moveY, show) {

// ("moveY:" + moveY + "nshow:" + show);

ion = Animation({

transformOrigin: "50% 50%",

duration: 400,

timingFunction: "ease",

delay: 0

}

)

ateY(moveY + 'vh').step()

a({

animation: (),

show: show

})

}

//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------

.ccc{

border-top:2px solid #839AAF;

border-bottom:2px solid #839AAF;

}

picker-view-column{

margin: 0 20rpx;

}

/* 地址相关数据---------------------------------------------------- */

picker-view{

">white;

padding: 0;

width: 100%;

height: 380rpx;

bottom: 0;

position: fixed;

}

picker-view-column view{

vertical-align:middle;

font-size: 28rpx;

line-height: 28rpx;

height: 100%;

display: flex;

align-items: center;

justify-content: center;

}

.animation-element-wrapper {

display: flex;

position: fixed;

left: 0;

top:0;

height: 100%;

width: 100%;

">rgba(0, 0, 0, 0.6);

overflow: hidden;

}

.animation-element {

display: flex;

position: fixed;

width: 100%;

height: 470rpx;

bottom: 0;

">rgba(255, 255, 255, 1);

}

.animation-element text{

color: #999999;

display: inline-flex;

position: fixed;

margin-top: 20rpx;

height: 50rpx;

text-align: center;

line-height: 50rpx;

font-size: 34rpx;

font-family: Arial, Helvetica, sans-serif;

}

.animation-element .left-bt{

left: 30rpx;

}

.animation-element .right-bt {

right: 30rpx;

}

.animation-element .line{

display: block;

position: fixed;

height: 1rpx;

width: 100%;

margin-top: 89rpx;

">#eeeeee;

}


本文标签: 相关 事件 地址 计算机 流行