Browse Source

消息头部字体

luyanan 7 years ago
parent
commit
0862b31842
1 changed files with 126 additions and 126 deletions
  1. 126 126
      css/main.html_aio_eb0d518.css

+ 126 - 126
css/main.html_aio_eb0d518.css

@ -1520,132 +1520,132 @@
1520 1520
/**
1521 1521
 * author:lance (lance@lagou.com)
1522 1522
 */
1523
body {
1524
  margin: 0;
1525
  padding: 0;
1526
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "SimSun", Arial, "Helvetica Neue", Helvetica;
1527
  color: #333333;
1528
  font-size: 14px;
1529
  word-wrap: break-word;
1530
  -webkit-font-smoothing: antialiased;
1531
}
1532
article,
1533
aside,
1534
details,
1535
figcaption,
1536
figure,
1537
footer,
1538
header,
1539
hgroup,
1540
main,
1541
menu,
1542
nav,
1543
section,
1544
summary {
1545
  display: block;
1546
}
1547
progress {
1548
  display: inline-block;
1549
  vertical-align: baseline;
1550
}
1551
a {
1552
  background-color: transparent;
1553
  outline: 0;
1554
  text-decoration: none;
1555
}
1556
a:hover {
1557
  color: #9eea6a;
1558
  text-decoration: none;
1559
}
1560
h1,
1561
h2,
1562
h3,
1563
h4,
1564
h5,
1565
h6 {
1566
  margin: 10px 0;
1567
  font-weight: normal;
1568
}
1569
h1 {
1570
  font-size: 24px;
1571
}
1572
h2 {
1573
  font-size: 20px;
1574
}
1575
h3 {
1576
  font-size: 18px;
1577
}
1578
h4 {
1579
  font-size: 16px;
1580
}
1581
h5 {
1582
  font-size: 14px;
1583
}
1584
h6 {
1585
  font-size: 12px;
1586
}
1587
p {
1588
  margin: 0;
1589
}
1590
p + p {
1591
  margin-top: 10px;
1592
}
1593
img {
1594
  border: 0;
1595
  vertical-align: top;
1596
  display: inline-block;
1597
}
1598
button,
1599
input,
1600
optgroup,
1601
select,
1602
textarea {
1603
  margin: 0;
1604
  padding: 0;
1605
  font-family: inherit;
1606
}
1607
input {
1608
  font-family: Arial, "Hiragino Sans GB", "Microsoft YaHei", "SimSun";
1609
}
1610
label,
1611
select,
1612
button,
1613
input[type="reset"],
1614
input[type="submit"],
1615
input[type="radio"],
1616
input[type="checkbox"],
1617
input[type="file"] {
1618
  cursor: pointer;
1619
}
1620
input[type="checkbox"],
1621
input[type="radio"] {
1622
  padding: 0;
1623
}
1624
input[type="text"],
1625
textarea {
1626
  outline: none;
1627
}
1628
table {
1629
  border-collapse: collapse;
1630
  border-spacing: 0;
1631
}
1632
th,
1633
td {
1634
  padding: 0;
1635
}
1636
em,
1637
strong {
1638
  font-weight: normal;
1639
  font-style: normal;
1640
}
1641
i {
1642
  font-style: normal;
1643
}
1644
dl,
1645
dt,
1646
dd {
1647
  margin: 0;
1648
}
1523
/*body {
1524
  margin: 0;
1525
  padding: 0;
1526
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "SimSun", Arial, "Helvetica Neue", Helvetica;
1527
  color: #333333;
1528
  font-size: 14px;
1529
  word-wrap: break-word;
1530
  -webkit-font-smoothing: antialiased;
1531
}
1532
article,
1533
aside,
1534
details,
1535
figcaption,
1536
figure,
1537
footer,
1538
header,
1539
hgroup,
1540
main,
1541
menu,
1542
nav,
1543
section,
1544
summary {
1545
  display: block;
1546
}
1547
progress {
1548
  display: inline-block;
1549
  vertical-align: baseline;
1550
}
1551
a {
1552
  background-color: transparent;
1553
  outline: 0;
1554
  text-decoration: none;
1555
}
1556
a:hover {
1557
  color: #9eea6a;
1558
  text-decoration: none;
1559
}
1560
h1,
1561
h2,
1562
h3,
1563
h4,
1564
h5,
1565
h6 {
1566
  margin: 10px 0;
1567
  font-weight: normal;
1568
}
1569
h1 {
1570
  font-size: 24px;
1571
}
1572
h2 {
1573
  font-size: 20px;
1574
}
1575
h3 {
1576
  font-size: 18px;
1577
}
1578
h4 {
1579
  font-size: 16px;
1580
}
1581
h5 {
1582
  font-size: 14px;
1583
}
1584
h6 {
1585
  font-size: 12px;
1586
}
1587
p {
1588
  margin: 0;
1589
}
1590
p + p {
1591
  margin-top: 10px;
1592
}
1593
img {
1594
  border: 0;
1595
  vertical-align: top;
1596
  display: inline-block;
1597
}
1598
button,
1599
input,
1600
optgroup,
1601
select,
1602
textarea {
1603
  margin: 0;
1604
  padding: 0;
1605
  font-family: inherit;
1606
}
1607
input {
1608
  font-family: Arial, "Hiragino Sans GB", "Microsoft YaHei", "SimSun";
1609
}
1610
label,
1611
select,
1612
button,
1613
input[type="reset"],
1614
input[type="submit"],
1615
input[type="radio"],
1616
input[type="checkbox"],
1617
input[type="file"] {
1618
  cursor: pointer;
1619
}
1620
input[type="checkbox"],
1621
input[type="radio"] {
1622
  padding: 0;
1623
}
1624
input[type="text"],
1625
textarea {
1626
  outline: none;
1627
}
1628
table {
1629
  border-collapse: collapse;
1630
  border-spacing: 0;
1631
}
1632
th,
1633
td {
1634
  padding: 0;
1635
}
1636
em,
1637
strong {
1638
  font-weight: normal;
1639
  font-style: normal;
1640
}
1641
i {
1642
  font-style: normal;
1643
}
1644
dl,
1645
dt,
1646
dd {
1647
  margin: 0;
1648
}*/
1649 1649
/*::selection {
1650 1650
  color: #ffffff;
1651 1651
  background-color: #9eea6a;