华侨城集团欢迎您!

视窗 ×loading… var winw=\((window).width(); if(winw<1400&&winw>1300){ // \)(‘body’).css(‘zoom’,0.9) }else if(winw<1300&&winw>1200){ // $(‘body’).css(‘zoom’,0.8) }


公共样式定义:

@charset "utf-8";
html{font-size: 14px;}
@font-face { font-family: 'lantinhei'; src: url('/hqc/template/common/head/lantinhei.eot'); /* IE9 Compat Modes */ src: url('/hqc/template/common/head/lantinhei.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/hqc/template/common/head/lantinhei.woff') format('woff'), }

以上代码是一个网页的公共样式表部分。该样式表包含以下内容:

  • @charset "utf-8":指定了字符集为UTF-8,以确保网页能够正确显示中文和其他非ASCII字符。
  • html{font-size: 14px;}:设置HTML文档的默认字体大小为14像素。
  • @font-face:定义了一个自定义字体,命名为”lantinhei”,并指定了字体文件的路径和格式。这使得网页可以正确地显示中文字符。

这些样式定义为网页提供了一致的外观和排版,使其在不同的设备和浏览器上具有良好的兼容性和可读性。