123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- html,
- body,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- span,
- div,
- a,
- ul,
- ol,
- li,
- img,
- button,
- input {
- padding: 0;
- margin: 0;
- }
- body {
- font-size: 14px;
- font-family: PingFang SC, PingFang SC;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- a {
- text-decoration: none;
- }
- ul,
- ol,
- li {
- list-style: none;
- }
- .inner {
- width: 1200px;
- margin: 0 auto;
- }
- /* //inner下的左右侧标题样式 */
- .innerLeft,
- .innerRight {
- float: left;
- }
- .innerLeft {
- width: 790px;
- margin-right: 20px;
- }
- .innerLeft>.title {
- width: 790px;
- }
- .innerLeft>.title>h3 {
- height: 36px;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: bold;
- font-size: 24px;
- color: #000000;
- line-height: 28px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- border-bottom: 1px solid #139602;
- }
- .innerLeft>.title>h3>span {
- float: right;
- width: 56px;
- height: 20px;
- line-height: 24px;
- font-weight: 400;
- font-size: 14px;
- color: #999999;
- font-style: normal;
- text-transform: none;
- }
- .innerRight {
- width: 390px;
- }
- .innerRight>.title>h3 {
- height: 36px;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: bold;
- font-size: 24px;
- color: #000000;
- line-height: 28px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- border-bottom: 1px solid #139602;
- }
- .innerRight>.title>h3>span {
- float: right;
- width: 56px;
- height: 20px;
- line-height: 24px;
- font-weight: 400;
- font-size: 14px;
- color: #999999;
- font-style: normal;
- text-transform: none;
- }
|