1.28 更换echarts文件

This commit is contained in:
尚政杰
2026-01-28 14:43:26 +08:00
parent 3c6e5392cc
commit da90511b86
421 changed files with 45838 additions and 570 deletions

View File

@@ -0,0 +1,53 @@
.logo {
margin-left: calc((100% - 144rpx)/2);
width: 144rpx;
height: auto;
}
.loginTitle {
margin: 40rpx 80rpx 0;
font-size: 40rpx;
font-weight: bold;
text-align: center;
}
.btn {
margin: 0 75rpx;
line-height: 80rpx;
border-radius: 20rpx;
font-size: 26rpx;
font-weight: 500;
text-align: center;
}
.btn.oneClickLogin {
background-color: #F97316;
margin-top: 60rpx;
color: white;
}
.btn.oneClickLogin button {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.btn.codeLogin {
background-color: #FFF1E8;
margin-top: 28rpx;
color: #F97316;
}
.agreeProtocolC {
left: 0;
right: 0;
bottom: calc(120rpx + env(safe-area-inset-bottom));
font-size: 26rpx;
font-weight: 500;
}
.agreeProtocolC .agreeC {
padding: 14rpx;
}
.agreeProtocolC .agreeC .icon {
display: block;
width: 28rpx;
height: auto;
}
.agreeProtocolC .protocol {
color: #F97316;
}