|
@@ -1,6 +1,9 @@
|
|
|
@import './reset.less';
|
|
|
body{
|
|
|
overflow-y: auto;
|
|
|
+ background: #fff;
|
|
|
+ border-left: 40px solid #EFF1F6;
|
|
|
+ border-right: 40px solid #EFF1F6;
|
|
|
}
|
|
|
.ellipsis{
|
|
|
overflow: hidden;
|
|
@@ -18,16 +21,16 @@ body{
|
|
|
height: 18px;
|
|
|
}
|
|
|
.tab-container{
|
|
|
- background: @disColor;
|
|
|
- /*height: 100%;*/
|
|
|
+ /*background: @disColor;
|
|
|
+ height: 100%;*/
|
|
|
.content-box1{
|
|
|
margin: 0 30px;
|
|
|
padding-bottom: 90px;
|
|
|
- background: #fff;
|
|
|
position: relative;
|
|
|
overflow-y: auto;
|
|
|
+ /*background: #fff;
|
|
|
border-right: 10px #EFF1F6 solid;
|
|
|
- border-left: 10px #EFF1F6 solid;
|
|
|
+ border-left: 10px #EFF1F6 solid;*/
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.content-item{
|
|
@@ -204,7 +207,7 @@ body{
|
|
|
margin-top: 120px;
|
|
|
text-align: center;
|
|
|
img{
|
|
|
- width: 140px;
|
|
|
+ width: 240px;
|
|
|
}
|
|
|
p{
|
|
|
margin-top: 15px;
|
|
@@ -236,7 +239,7 @@ body{
|
|
|
padding: 30px 0;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
- width: calc(100% - 100px);
|
|
|
+ width: calc(100% - 140px);
|
|
|
margin-left: 40px;
|
|
|
button{
|
|
|
display: inline-block;
|