配置push2.0并测试;修改样式、二维码保存

This commit is contained in:
zhouyanli
2026-05-30 16:37:43 +08:00
parent 7c8a4aba26
commit fbe07e21a6
5 changed files with 152 additions and 47 deletions

View File

@@ -210,13 +210,19 @@ page {
}
.code-btn {
font-size: 24rpx;
position: absolute;
right: 10rpx;
top: 13%;
transform: translateY(-50%);
width: 200rpx;
height: 66rpx;
line-height: 66rpx;
background-color: #2F77FD;
color: #fff;
background: #2F77FD;
border: none;
border-radius: 35rpx;
font-size: 28rpx;
padding: 0;
line-height: 88rpx;
width: 100px;
margin: 0;
}
.code-btn[disabled] {