@font-face { font-family: myRegular; src: url('../../alibabaFont/FZPingXYSJW.TTF'); } html,body,.talkContent{ width:100%; height:100%; background-color:#071D4D; color:#fff; font-family: myRegular; } .talkTop{ line-height:20px; height:20px; text-align: center; font-size:18px; } .talkTime{ line-height:80px; } .talkCenter{ text-align: center; margin:80px 0 40px 0; } .talkCenter>div:first-child{ width:140px; height:120px; margin:10px auto; } .talkCenter>div:first-child>img{ margin-top:10px; width:100px; height:100px; } .talkCenter>.talkName{ font-size:20px; } .talkDelayText{ line-height:20px; height:20px; color:#ccc; margin-top:40px; } .talkBottom>div{ width:540px; height:100px; margin:0 auto; } .talkBottom>div>p{ float:left; width:180px; text-align: center; } .talkBottom>div>p>img{ display: block; width:50px; height:50px; margin:10px 65px; }