body { font-family: "Century Gothic", "Microsoft yahei" !important; letter-spacing: 2px; background:#fff; } .mui-content { background: #fff; } .block-inline { display: inline-block; } .touming{ background-color: rgba(0, 0, 0, 0.5) !important; } .touming2{ background-color: rgba(0, 0, 0, 0.6) !important; width: 100%; display: block; } .submit{ word-wrap:break-word; word-break:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .tap{ cursor: pointer; } a{ cursor: pointer; } #top-button{ cursor:pointer; } @media \0screen\, screen\9 { /* 只支持IE6、7、8 */ .touming,.touming2{ background-color: #000000; filter: Alpha(opacity=50); position: static; /* IE6、7、8只能设置position:static(默认属性) ,否则会导致子元素继承Alpha值 */ *zoom: 1; }