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 | /* 聊天區固定在右,左側全螢幕顯示 */ /*全視窗調整*/ #game_window { width:calc(100% + -8px);height:calc(100% + -75px); position:fixed;top:75px;right:0px; right:-100%; z-index:1000003; } #game_box {width:calc(100% + -330px);height:calc(100% + -15px); position:absolute; left:0px;bottom:15px;} #game_window:hover { right:0px; } /*文字區右調整 (滑鼠移開後不消失)*/ #game_password { width:275px; height:100px; font-size:15px;background:#fff; border-width:5px;border-style:double;border-color:#FFAC55;padding:15px;position:fixed; right:7px; top:calc(100% + -225px);z-index:1000005; } /*輸入密碼欄位調整*/ #game_chat_logs { height:calc(100% + -319px) !important; font-family:Microsoft JhengHei; font-size:15px;line-height:23px; letter-spacing: 0.7px;position: fixed; right:0px; top:75px; } /*聊天紀錄欄位*/ #game_setup{ position: fixed; right:0px; bottom:25px;height:219px;padding-top:124px; }/*圖組設定欄位*/ #game_input { right:calc(100% + -259px); z-index:1000004; width:275px; height:80px;position:fixed; right:7px; bottom:130px;verflow: auto;overflow-x:hidden; } /*輸入欄位*/ #game_chat_color { width:27px;height:27px;position: fixed; left:calc(100% + -318px);bottom:180px; }/*文字顏色設定按鈕*/ #game_chat_color.game_circle::before { width:25px;height:29px;image-rendering: -webkit-optimize-contrast;padding-left:4px; } /*文字顏色設定按鈕圖案*/ #game_chat_color input { left:-2px; top:-34.5px;z-index:1000004; } /*文字顏色設定輸入*/ #game_input[val="error"]::before{ top:-22px;left:-1px; } /*輸入錯誤警示*/ #game_save_chat_logs { bottom:5px; position: fixed;left:calc(100% + -153px);bottom:68px;width:25px;height:25px; } #game_save_chat_logs.game_circle::before { width:25px;height:25px;image-rendering: -webkit-optimize-contrast; } /*儲存聊天紀錄按鈕*/ #game_help { position:fixed; right:95px;top:calc(100% + -93px);width:25px;height:25px; } /*教學集中串按鈕*/ #game_help.game_circle::before { width:25px;height:25px;image-rendering: -webkit-optimize-contrast; } /*教學集中串按鈕圖案*/ #game_input_can_send { position:fixed; right:291px;bottom:142px;width:25px;height:25px;image-rendering: -webkit-optimize-contrast; width:27px;height:27px; image-rendering: -webkit-optimize-contrast;padding-left:1px; padding-top:1px; } /*輸入按鈕*/ #game_set_img_send{ bottom:-1px; } /*確定換圖按鈕位置調整*/ #game_chat_audio{width:27px;height:27px;position:fixed; right:288px;top:calc(100% + -93.5px); } /*聊天提醒*/ /*遊戲區左調整 (滑鼠移開後消失)*/ #game_camera_auto { position:relative; right:calc(-100% + 445px); top:calc(100% + -268px); }/*攝影機跟隨開關*/ #game_play_button{ position: relative; right:calc(-100% + 448px);bottom:calc(-100% + 128px); }/*方向*/ #game_climb { bottom:145px; left:4px; }/*攀爬*/ #game_action { top:-40px; right:7px; }/*動作*/ #game_can_move { bottom:110px; left:33px; }/*移動開關*/ #game_sit_down {bottom:35px;left:-1px;} /*坐下*/ #game_fly {bottom:35px;left:-30px;} /*飛*/ #game_action_1 {bottom:70px;left:-60px;} /*動作1*/ #game_action_2 {bottom:70px;left:-30px;} /*動作2*/ #game_action_3 {bottom:70px;left:-1px;} /*動作3*/ |
Direct link: https://paste.plurk.com/show/SSzUIUbCybOmqFlORTfu