@charset "utf-8"; /* CSS CONTENT LIST ===================== */ /* Import ================================================== */ @import url('reset.css'); #index_body { margin: 15px; overflow: hidden; text-align: center; font-family: arial, 'Microsoft JhengHei', sans-serif; } #index_body #logo { } #index_body #counting { padding: 50px 0; font-size: 500px; font-weight: bold; color: #FF0000; } #index_body #other_info { position: absolute; bottom: 0; width: 100%; } #index_body #current_time { float: left; font-weight: bold; font-size: 50px; } #index_body #last_ticket { float: right; font-family: arial, 'Microsoft JhengHei', sans-serif; font-weight: bold; font-size: 50px; margin-right: 30px; margin-bottom: 15px; } #magicinfo_index_body { text-align: center; width: 480px; height: 1080px; /*overflow: hidden;*/ font-weight: bold; font-family: arial, 'Microsoft JhengHei', sans-serif; } #magicinfo_index_body #container{ height: 1080px; background-color: #FFE6EA; } #head_title { background-color: #6664EA; color: #ffffff; font-size: 65px; padding: 20px 0; } #magicinfo_index_body #content { } #magicinfo_index_body #counting { padding: 30px 0; font-size: 430px; color: #FF0000; } #magicinfo_index_body #last_serving{ width: 80%; margin: 0 auto 80px auto; text-align: left; font-size: 45px; } #magicinfo_index_body #last_ticket{ font-size: 110px; } #magicinfo_index_body #current_time { font-size: 60px; } #magicinfo_index_body #am_pm { font-size: 30px; display: inline-block; vertical-align: top; padding-top: 5px; }