Browse Source

样式对齐优化

master
sunfengxiang 4 years ago
parent
commit
298b670fab
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      static/css/index.css

+ 7
- 1
static/css/index.css View File

@@ -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 {


Loading…
Cancel
Save