baseNav.css 587 字节
Newer Older
C
colynn 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
.text {
  font: 16px/24px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both
}
#nav .box-card {
  color: #606266;
  width: 23.7%;
  height: 60px;
  float: left;
  margin-left: 1%;
  margin-bottom: 1%;
  box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0);
}
#nav {
    text-align:center;
}
#nav span{
    color: #13ce66 
}
#bnav span{
    color: #13ce66 
}
#bnav {
    text-align:center;
}
#bnav .box-card {
  color: #606266;
  width: 32%;
  height: 60px;
  float: left;
  margin-left:1%;
  box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0);
}