浏览代码

样式对齐优化

master
sunfengxiang 3 年前
父节点
当前提交
298b670fab
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. +7
    -1
      static/css/index.css

+ 7
- 1
static/css/index.css 查看文件

@@ -412,9 +412,10 @@
line-height: 40px; line-height: 40px;
} }


.centerRight {}
. centerRight {}


.centerRight-list0 { .centerRight-list0 {
min-height: 484px;
padding: 26px 30px; padding: 26px 30px;
background-color: #f7f7f7; background-color: #f7f7f7;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
@@ -469,6 +470,7 @@
background-color: #f7f7f7; background-color: #f7f7f7;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
padding-bottom: 15px; padding-bottom: 15px;
min-height: 420px;
} }


.centerRight-list1-tit01 { .centerRight-list1-tit01 {
@@ -592,6 +594,7 @@ select {
background-color: #f7f7f7; background-color: #f7f7f7;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
padding: 26px 20px; padding: 26px 20px;
min-height: 420px;
} }


.centerRight-list2-tit01 { .centerRight-list2-tit01 {
@@ -641,9 +644,11 @@ select {
} }


.centerRight-list3 { .centerRight-list3 {
margin-top: 26px;
background-color: #f7f7f7; background-color: #f7f7f7;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
padding: 26px 20px; padding: 26px 20px;
min-height: 420px;
} }


.centerRight-list3-tit01 { .centerRight-list3-tit01 {
@@ -721,6 +726,7 @@ select {
background-color: #f7f7f7; background-color: #f7f7f7;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
display: inline-block; display: inline-block;
min-height: 378px;
} }


.bottomNews-list p { .bottomNews-list p {


正在加载...
取消
保存