body { margin: 0; font-family:'Heiti SC'; height: 100%; width: 100%; background:#FFFFFF; } .div_header_logo { position: absolute; left: 12px; top: 0; width: 40px; height: 40px; background: url(../icon/index.png); background-size: 100%; } .div_header_setting { position: absolute; right: 12px; top: 0; width: 40px; height: 40px; background: url(../icon/setting2.png); background-size: 100%; } .div_menu_area { position: absolute; top: 40px; bottom: 0; left: 0; right: 0; overflow:hidden; background:-webkit-linear-gradient(bottom, #D0E0FF, #F0F8FF); } .div_menu_button { position: relative; float: left; text-align: center; box-sizing: border-box; background-color: #A0A0A0; margin-left: 4%; margin-top: 4%; border-radius:2px; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-touch-callout:none; -webkit-user-select:none; } .img_menu_icon { display:block; position:relative; height: 50%; top:28%; margin:-10px auto 0 auto; } .div_menu_text { position: absolute; color: #FFFFFF; line-height:20px; } @media screen and (max-width:639px) { .div_menu_button { width:44%; height: 17.2%; margin-left: 4%; margin-top: 4%; } .div_menu_text { left:8px; bottom:4px; font-size:12px; } } @media screen and (min-width:640px) { .div_menu_button { width:23.8%; height: 31.5%; margin-left: 1%; margin-top: 1%; } .img_menu_icon { display:block; position:relative; height: 50%; top:25%; margin:-10px auto 0 auto; } .div_menu_text { left:12px; bottom:8px; font-size:14px; } } .div_menu_content { position: relative; text-align: center; margin: 10px auto; width: 100px; height: 60px; } .div_menu_grey { position: absolute; left: -30px; top: 58px; width: 80px; height: 32px; font-size: 16px; font-weight: 600; line-height: 32px; color: #CCC; } .div_page_blue { z-index: 5; background: -webkit-linear-gradient(top, #0090FF, #3070C0); } .div_logo { position: absolute; left: 0; right: 0; top: 50px; height: 100px; background: url(../icon/geggee_logo_white_512.png) no-repeat center; background-size: 100px 100px; } .div_label_ch { position: absolute; left: 0; right: 0; top: 180px; color: #FFFFFF; font-size: 20px; font-family: 'Heiti SC'; text-align: center; } .div_label_ch_sub { position: absolute; left: 0; right: 0; top: 205px; color: #FFFFFF; font-size: 14px; font-family: 'Heiti SC'; text-align: center; } .div_label_en { position: absolute; left: 0; right: 0; top: 260px; color: #FFFFFF; font-size: 16px; font-family: Helvetica, Arial; text-align: center; } .div_label_en_sub { position: absolute; left: 0; right: 0; top: 280px; color: #FFFFFF; font-size: 12px; font-family: Helvetica, Arial; text-align: center; } .div_version { position: absolute; left: 0; right: 0; top: 360px; } .div_version_text { position: relative; margin: 0 auto; border: #FFFFFF 1px solid; border-radius: 4px; width: 100px; height: 20px; color: #FFFFFF; font-size: 12px; line-height: 20px; font-family: Helvetica, Arial; text-align: center; } .div_download { position: absolute; left: 0; right: 0; top: 220px; } .div_download_button { position: relative; margin: 24px auto; border: #E0E0E0 1px solid; border-radius: 6px; width: 160px; height: 36px; color: #FFFFFF; padding-left: 36px; font-size: 16px; line-height: 36px; font-family: Helvetica, Arial; text-align: center; } .img_download_icon { position: absolute; top: 8px; left: 8px; width: 20px; height: 20px; } #div_loading_area { position: absolute; left: 0; right: 0; bottom: 60px; left:0; right:0; height: 20px; } #div_loading_bar { position:relative; margin:0 auto; width:120px; height:8px; border:#E0E0E0 1px solid; border-radius:4px; } #div_loading_progress { position:absolute; top:2px; left:2px; width:2px; height:4px; border-radius:3px; background:rgba(255,255,255,0.6); } .div_copyright { position: absolute; left: 0; right: 0; bottom: 10px; color: #E0E0E0; font-size: 10px; text-align: center; }