riku
2022-08-11 5656daeb79c6d4d3f9fc78f981c7faf96582d2f1
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;
}