UI
叶富雄
2026-03-14 54cd55aabb431a240e2b68a0f5c5c526801d33f8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.equity{
    width: 100%;
    height: 100%;
    margin-bottom: 80upx;
}
 
.equBtn{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 90upx;
    background-color: #1c8bd9;
    color: #ffffff;
    letter-spacing: 10upx;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 28upx;
}