Authored by yyq

Merge branch 'develop' of git.yoho.cn:fe/yohobuywap-node-activity into develop

{
"name": "yohobuywap-node-activity",
"version": "6.10.0-beta01",
"version": "6.9.25",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -73,4 +73,21 @@
}
}
}
// 拖动验证码 闪烁
#tcaptcha_transform {
top: 50% !important;
left: 50% !important;
width: 250PX !important;
height: 250PX !important;
transform: translate3d(-50%, -50%, 0) !important;
}
.tcaptcha-iframe {
width: 250PX !important;
height: 250PX !important;
}
#t_verify {
display: none !important;
}
/* stylelint-enable */
... ...