@CHARSET "UTF-8"; body { /* background: #EEEEEE; */ margin: 0; } .topBanner img { width: 730px; } .bottomBanner img { width: 730px; margin-top: 30px; } .content { width: 730px; /* margin-top: 30px; margin-left: 30px; */ } .clear { clear: left; } .topTitle { float: left; width: 670px; height: auto; margin-top: 30px; margin-left: 30px; _display: inline; font-family: 微軟正黑體, Arial, sans-serif; } .area { float: left; width: 630px; height: auto; margin-top: 30px; margin-left: 30px; padding: 20px; _display: inline; /* border: 1px solid rgb(169,169,169); */ background: rgb(250,250,250); /* 圆角 */ -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; } .areaTitle { font-size: 24px; font-family: 微軟正黑體, Arial, sans-serif; font-weight: bold; } .areaContent { /* margin-top: 20px; */ font-size: 16px; font-family: 微軟正黑體, Arial, sans-serif; } .areaButtonBar { float: right; margin-top: 40px; } .btn { display: block; float: left; width: 100px; height: 40px; display: block; border: 1px solid white; background: rgb(111,111,111); color: rgb(250,250,250); font-size: 16px; font-family: 微軟正黑體, Arial, sans-serif; text-align: center; /* 渐变背景 */ background: rgb(111,111,111); /* background-image: -moz-linear-gradient(top, rgb(111,111,111), rgb(18,18,18)); background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(111,111,111)), to(rgb(18,18,18))); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(111,111,111),endColorstr=rgb(18,18,18)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(111,111,111),endColorstr=rgb(18,18,18))"; */ /* 圆角 */ /* -moz-border-radius: 10px; border-radius: 10px; -webkit-border-radius: 10px; */ /* 阴影 */ /* filter: progid:DXImageTransform.Microsoft.Shadow(color=#BBBBBB, direction=120, strength=2); -moz-box-shadow: 2px 2px 10px #BBBBBB; -webkit-box-shadow: 2px 20px 10px #BBBBBB; box-shadow: 2px 2px 2px #BBBBBB; */ } .btn:hover { border: 1px solid gray; } .contact { font-size: 12px; font-family: 微軟正黑體, Arial, sans-serif; } .contact .red { color: red; font-weight: bold; } .contact .black { font-weight: bold; }