|
1 | 1 | .TextBox_main { |
2 | 2 | z-index: 3; |
3 | 3 | position: absolute; |
4 | | - right: 25px; |
5 | | - min-height: 330px; |
6 | | - max-height: 330px; |
| 4 | + min-height: 430px; |
| 5 | + max-height: 430px; |
7 | 6 | background-blend-mode: darken; |
8 | | - border-radius: 165px 20px 20px 165px; |
9 | | - bottom: 20px; |
10 | | - left: 275px; |
| 7 | + border-radius: 0; |
| 8 | + bottom: -2px; |
| 9 | + right: -2px; |
| 10 | + left: 0; |
11 | 11 | font-weight: bold; |
12 | 12 | color: white; |
13 | | - padding: 1em 50px 70px 200px; |
| 13 | + padding: calc(1em + 100px) 50px 70px 490px; |
14 | 14 | box-sizing: border-box; |
15 | 15 | display: flex; |
16 | 16 | flex-flow: column; |
|
20 | 20 | } |
21 | 21 |
|
22 | 22 | .TextBox_main_miniavatarOff { |
23 | | - left: 25px; |
| 23 | + left: 0; |
24 | 24 | } |
25 | 25 |
|
26 | 26 | .TextBox_Background { |
27 | 27 | z-index: 2; |
28 | | - background: linear-gradient(rgba(245, 247, 250, 1) 0%, rgba(189, 198, 222, 1) 100%); |
| 28 | + background-color: rgba(167, 186, 214, 0.28); |
| 29 | + background-image: |
| 30 | + linear-gradient(118deg, rgba(147, 165, 207, 0.9) 0%, rgba(182, 198, 222, 0.82) 48%, rgba(228, 239, 233, 0.82) 100%); |
| 31 | + mask-image: |
| 32 | + linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 0, rgba(0, 0, 0, 0.28) 10%, #000 75%), |
| 33 | + linear-gradient(to right, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.28) 10%, #000 42%); |
| 34 | + mask-composite: intersect; |
29 | 35 | } |
30 | 36 |
|
31 | 37 | @keyframes showSoftly { |
|
49 | 55 | white-space: nowrap; |
50 | 56 | left: 0; |
51 | 57 | top: 0; |
52 | | - background-image: linear-gradient(#0B346E 0%, #141423 100%); |
| 58 | + background-image: linear-gradient(#005CAF 0%, #1D1D1F 100%); |
53 | 59 | background-clip: text; |
54 | 60 | -webkit-background-clip: text; |
55 | 61 | color: transparent; |
|
79 | 85 |
|
80 | 86 | .TextBox_showName { |
81 | 87 | font-size: 85%; |
82 | | - padding: 0 2em 0 2em; |
| 88 | + padding: 0 1em 10px 0; |
| 89 | + min-width: 50%; |
83 | 90 | position: absolute; |
84 | | - left: 150px; |
85 | | - top: -68px; |
86 | | - height: 80px; |
| 91 | + left: 490px; |
| 92 | + top: 26px; |
| 93 | + height: 90px; |
87 | 94 | line-height: 68px; |
88 | | - border-radius: 40px; |
| 95 | + border-radius: 0; |
89 | 96 | z-index: 3; |
90 | 97 | border: 4px solid rgba(255, 255, 255, 0); |
91 | 98 | } |
92 | 99 |
|
93 | 100 | .TextBox_ShowName_Background { |
94 | 101 | z-index: 2; |
95 | | - background: rgba(11, 52, 110, 1); |
96 | | - border: 4px solid rgba(255, 255, 255, 0.75); |
97 | | - box-shadow: 3px 3px 10px rgba(100, 100, 100, 0.5); |
| 102 | + background: transparent; |
| 103 | + border: 0; |
| 104 | + border-bottom: 3px solid transparent; |
| 105 | + border-image: linear-gradient( |
| 106 | + to right, |
| 107 | + rgba(255, 255, 255, 0.2) 0%, |
| 108 | + rgba(255, 255, 255, 0.85) 5%, |
| 109 | + rgba(255, 255, 255, 0) 100% |
| 110 | + ) |
| 111 | + 1; |
| 112 | + box-shadow: none; |
| 113 | + -webkit-backdrop-filter: none; |
| 114 | + backdrop-filter: none; |
| 115 | + -webkit-mask-image: none; |
| 116 | + mask-image: none; |
98 | 117 | } |
99 | 118 |
|
100 | 119 | @keyframes TextDelayShow { |
|
112 | 131 | height: 450px; |
113 | 132 | width: 450px; |
114 | 133 | bottom: 0; |
115 | | - left: -250px; |
116 | | - border-radius: 100% 0 0 100%; |
117 | | - overflow: hidden; |
| 134 | + left: 0; |
| 135 | + overflow: visible; |
118 | 136 | } |
119 | 137 |
|
120 | 138 | .miniAvatarImg { |
|
135 | 153 | position: absolute; |
136 | 154 | left: 0; |
137 | 155 | top: 0; |
138 | | - background: linear-gradient(150deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgb(165, 212, 228) 100%); |
139 | | - background-clip: text; |
140 | | - -webkit-background-clip: text; |
141 | | - color: transparent; |
| 156 | + color: #0B346E; |
142 | 157 | z-index: 2; |
| 158 | + text-shadow: 0 2px 8px rgba(255, 255, 255, 0.35), 0 2px 6px rgba(0, 0, 0, 0.18); |
143 | 159 | } |
144 | 160 |
|
145 | 161 | .innerName { |
146 | 162 | position: absolute; |
147 | 163 | left: 0; |
148 | 164 | top: 0; |
| 165 | + -webkit-text-stroke: 0.08em rgba(255, 255, 255, 0.98); |
149 | 166 | z-index: 1; |
| 167 | + text-shadow: 0 1px 4px rgba(0, 0, 0, 0.18); |
150 | 168 | } |
151 | 169 |
|
152 | 170 | .text { |
|
0 commit comments