Files
li 5f40e4e1b5 feat: 前端全量更新 - 含所有本次需求
- 移除秒合约页面及UI
- 合约页Tab改为Position Held/Transaction Record
- 存款/提款/转账页增加BTC/ETH
- 资产页重构(用户信息+盈亏+多语言)
- 注册页改版(匹配新设计稿)
- 日文全面翻译+首页菜单多语言
- 代理专属注册链接支持(?code=)
- 10个locale文件同步更新
2026-03-30 20:14:20 +08:00

129 lines
1.5 KiB
CSS

@charset "UTF-8";
.color-8B99A2 {
color: #8B99A2;
}
.color-17181A {
color: #17181A;
}
.color-FF4040 {
color: #FF5252;
}
.color-00C481 {
color: #2DD1AF;
}
.color-C3C3C3 {
color: #C3C3C3;
}
.color-F6F8FB {
color: #F6F8FB;
}
.color-D1D3D8 {
color: #D1D3D8;
}
.color-EEB600 {
color: #EEB600;
}
.color-FBA700 {
color: #FBA700;
}
.color-000000 {
color: #000000;
}
.color-70767A {
color: #70767A;
}
.bj-17181A {
background: #17181A;
}
.bj-0165EE {
background: linear-gradient(180deg, #52F3C9 0%, #3ECEB2 100%);
}
.bj-3184F4 {
background: #3184F4;
}
.bj-8B99A2 {
background: #8B99A2;
}
.bj-0061E8 {
background: #06C38D;
}
.bj-ECECEC {
background: #ECECEC;
}
.bj-2E558A {
background: #2E558A;
}
.bj-D1D3D8 {
background: #D1D3D8;
}
.bj-F2F8FF {
background: #F2F8FF;
}
.bj-FFFDF2 {
background: #FFFDF2;
}
.bj-F6F7F8 {
background: #F6F7F8;
}
.bj-00C481 {
background: #2DD1AF;
}
.guanbizhong {
width: 120rpx;
height: 44rpx;
border-radius: 22rpx;
background: #FFECEC;
font-size: 24rpx;
color: #FF4040;
display: flex;
align-items: center;
justify-content: center;
}
.kaiqizhong {
width: 120rpx;
height: 44rpx;
border-radius: 22rpx;
background: #E4FFF6;
font-size: 24rpx;
color: #00C481;
display: flex;
align-items: center;
justify-content: center;
}
.switchbox {
width: 140rpx;
height: 56rpx;
background: rgba(255, 255, 255, 0.2);
border-radius: 28rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 30rpx;
color: #FFFFFF;
}