forked from magicoflolis/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
115 lines (105 loc) · 1.7 KB
/
Copy pathdefault.css
File metadata and controls
115 lines (105 loc) · 1.7 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
width: 860px;
height: 492px;
overflow-x: hidden;
}
#app {
position: fixed;
bottom: 0;
right: 0;
width: 100%;
}
.card-title {
cursor: pointer;
}
.ivu-card-extra {
top: 8px;
}
.ivu-table-body {
height: 400px;
overflow-x: hidden;
}
.table-footer {
position: fixed;
bottom: 0;
padding-left: 10px;
width: 100%;
background-color: #fff;
}
.table-footer a {
color: #ed3f14;
}
.support-box {
height: 28px;
line-height: 28px;
}
.carouse-item {
background-color: #ffffff;
}
.circle {
width: 56px;
height: 56px;
line-height: 56px;
border-radius: 28px;
float: right;
right: 40px;
}
.badge {
top: -17px;
left: -6%;
width: 26px;
height: 26px;
line-height: 26px;
border-radius: 13px;
}
.jae-userscript {
position: fixed;
width: 370px;
bottom: 10px;
right: 20px;
z-index: 9999999999;
height: 56px;
}
.jae-userscript-shadow {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
\\t\\t\\t\\t0px0 20px rgba(0, 0, 0, 0.1) inset;
}
.jae-userscript-shadow::before,
.jae-userscript-shadow::after {
content: "";
position: absolute;
z-index: -1;
}
.jae-userscript-shadow::before,
.jae-userscript-shadow::after {
content: "";
position: absolute;
z-index: -1;
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
}
.jae-userscript-shadow::before,
.jae-userscript-shadow::after {
content: "";
position: absolute;
z-index: -1;
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
transform: rotate(-3deg);
}
.jae-userscript-shadow::after {
right: 10px;
left: auto;
transform: rotate(3deg);
}
.jae-userscript-shadow > iframe{
width:100%;
height:100%;
border:0px;
display: block!important;
}