UNPKG

2.51 kBCSSView Raw
1.pl-layout-platform {
2 position: absolute;
3 top: 0;
4 left: 0;
5 right: 0;
6 bottom: 0;
7 overflow: hidden;
8}
9.pl-layout-platform .pl-layout-brand {
10 cursor: default;
11 -webkit-touch-callout: none;
12 -webkit-user-select: none;
13 -khtml-user-select: none;
14 -moz-user-select: none;
15 -ms-user-select: none;
16 user-select: none;
17 overflow: hidden;
18}
19.pl-layout-platform .pl-layout-brand span {
20 position: relative;
21 top: 1.6rem;
22 -webkit-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
23 -moz-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
24 -ms-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
25 -o-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
26 transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
27}
28.pl-layout-platform .pl-layout-brand.opened span {
29 top: 0;
30}
31.pl-layout-platform .pl-layout-title {
32 cursor: default;
33 display: block;
34}
35.pl-layout-platform .pl-layout-flyout {
36 cursor: default;
37 z-index: 100;
38 position: fixed;
39 top: 1rem;
40 right: 3rem;
41 height: 4rem;
42 overflow: hidden;
43}
44.pl-layout-platform .pl-layout-flyout rv-require {
45 float: left;
46 height: 100%;
47 margin-left: 1rem;
48}
49.pl-layout-platform .pl-layout-flyout rv-require:first-child {
50 margin-left: 0;
51}
52.pl-layout-platform .pl-layout-mask {
53 cursor: default;
54 -webkit-touch-callout: none;
55 -webkit-user-select: none;
56 -khtml-user-select: none;
57 -moz-user-select: none;
58 -ms-user-select: none;
59 user-select: none;
60 z-index: 99999;
61 position: fixed;
62 top: 0;
63 left: 0;
64 right: 0;
65 bottom: 0;
66 background: #fff;
67}
68.pl-layout-platform .pl-layout-mask .pl-layout-mask-title-container {
69 position: absolute;
70 top: 50%;
71 left: 0;
72 width: 100%;
73 margin-top: -3rem;
74 overflow: hidden;
75}
76.pl-layout-platform .pl-layout-mask .pl-layout-mask-title-container .pl-layout-mask-title {
77 position: relative;
78 top: 6rem;
79 font-size: 5rem;
80 text-align: center;
81 line-height: 6rem;
82 -webkit-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
83 -moz-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
84 -ms-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
85 -o-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
86 transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
87}
88.pl-layout-platform .pl-layout-mask .pl-layout-mask-title-container .pl-layout-mask-title.opened {
89 top: 0;
90}
91.pl-layout-platform .pl-layout-mask.out {
92 background: none;
93}
94.pl-layout-platform .pl-layout-mask.out .pl-layout-mask-title.opened {
95 top: -6rem;
96}