1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| /* component/commondialog/commondialog.wxss */
| .ffui-dialog-btn {
| background-color: #0963F5;
| color: white;
| }
|
| .weui-dialog__bd {
| color: black;
| font-size: var(--ffui-font-size-2);
| }
|
| .weui-dialog__btn:active {
| background-color: #4d91ff
| }
|
| /* .fadeIn ::after {
| z-index: 5000;
| } */
|
| .top-right {
| position: fixed;
| right: 0;
| top: 0;
| margin-top: 6px;
| margin-right: 6px;
| }
|
|