body { top: 0px !important; position: static !important; } /* 让翻译语言选择按钮固定在右上角 */ #google_translate_element { position: fixed; top: 10px; right: 10px; z-index: 9999; background: white; padding: 5px 10px; border-radius: 8px; font-size: 14px; font-weight: bold; display: flex; align-items: center; /* 让文本和选择框对齐 */ } /* "Select Language" 文字样式 */ #google_translate_element span { margin-right: 1px; font-size: 12px; color: #555; font-weight: normal; } /* 美化 Google 翻译按钮 */ .goog-te-gadget { font-size: 14px !important; color: #000 !important; } /* 让 Google 翻译的选择框显示 */ .goog-te-gadget-simple { background-color: white !important; border: 1px solid #ccc !important; margin: 50px; border-radius: 5px !important; font-size: 14px !important; font-weight: normal !important; display: inline-block !important; } /* 隐藏 Google Logo 但保留翻译功能 */ .goog-te-gadget img { display: none !important; }

影片库