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
| .ztzf-custom-popover {
| .van-popover__action {
| padding: 0 12px;
| width: auto;
| height: auto;
| line-height: auto;
|
| .van-popover__action-text {
| height: 32px;
| line-height: 32px;
| }
| }
| }
|
| .van-image-preview__index {
| margin-top: 50px !important;
| }
| .landscapeMode {
| .van-toast__text {
| font-size: 8px !important;
| }
| .van-toast {
| height: 6px !important;
| }
| }
|
|