|
@@ -31,9 +31,9 @@ body{
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
.disclaimer {
|
|
.disclaimer {
|
|
- height: 36px;
|
|
|
|
|
|
+ height: 24px;
|
|
width: 100%;
|
|
width: 100%;
|
|
- line-height: 36px;
|
|
|
|
|
|
+ line-height: 24px;
|
|
position: fixed;
|
|
position: fixed;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
background-color: #EFF1F6;
|
|
background-color: #EFF1F6;
|
|
@@ -220,7 +220,7 @@ body{
|
|
}
|
|
}
|
|
.moduleItem{
|
|
.moduleItem{
|
|
border: 1px solid #EAEDF1;
|
|
border: 1px solid #EAEDF1;
|
|
- margin: 0 0 10px 0;
|
|
|
|
|
|
+ margin: 0 0 0px 0;
|
|
}
|
|
}
|
|
.longBox,.shortBox{
|
|
.longBox,.shortBox{
|
|
padding: 4px 15px;
|
|
padding: 4px 15px;
|
|
@@ -303,7 +303,7 @@ body{
|
|
}
|
|
}
|
|
.tabList{
|
|
.tabList{
|
|
line-height: 39px;
|
|
line-height: 39px;
|
|
- margin-bottom: 10px;
|
|
|
|
|
|
+ margin-bottom: 4px;
|
|
padding: 0 20px 0 20px;
|
|
padding: 0 20px 0 20px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|