* { margin: 0px; padding: 0px; font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif; } body { scrollbar-arrow-color: #f4ae21; /*三角箭头的颜色*/ scrollbar-face-color: #333; /*立体滚动条的颜色*/ scrollbar-3dlight-color: #666; /*立体滚动条亮边的颜色*/ scrollbar-highlight-color: #666; /*滚动条空白部分的颜色*/ scrollbar-shadow-color: #999; /*立体滚动条阴影的颜色*/ scrollbar-darkshadow-color: #666; /*立体滚动条强阴影的颜色*/ scrollbar-track-color: #666; /*立体滚动条背景颜色*/ scrollbar-base-color: #f8f8f8; /*滚动条的基本颜色*/ } ::-webkit-scrollbar { width: 10px; height: 10px; } /* 滚动槽 */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 4px; } /* 滚动条滑块 */ ::-webkit-scrollbar-thumb { border-radius: 4px; background: rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } .table { display: table; word-wrap: break-word; table-layout: fixed; } .table-cell { display: table-cell; } a { color: black; text-decoration: none; cursor: hand; transition: all 0.5s; } a:hover { color: #3FAAF9; } .size-full { height: 100%; width: 100%; } .width-full { width: 100%; } .height-full { height: 100%; } .text-center { text-align: center; vertical-align: middle; } .text-right { text-align: right; } .text-left { text-align: left; } .h_10 { height: 10px; } .h_20 { height: 20px; } .h_30 { height: 30px; } .h_40 { height: 40px; } .h_50 { height: 50px; } .h_60 { height: 60px; } .color_red { color: red; } .color_blue { color: blue; } .color_green { color: green; } .transparent{ background-color: transparent; } .font-bold{ font-weight: bold; } .font-12{ font-size: 12px; } .font-13{ font-size: 13px; } .font-14{ font-size: 14px; } .font-15{ font-size: 15px; } .font-16{ font-size: 16px; } .font-18{ font-size: 18px; } .font-ls{ font-family:"隶书"; }