|
@@ -147,7 +147,7 @@ body{
|
|
|
height:45px;
|
|
|
width:78%;
|
|
|
border-radius: 10px;
|
|
|
- padding:2px 10px 2px 60px;
|
|
|
+ padding: 2px 10px 2px 42px;
|
|
|
font-size:16px;
|
|
|
position:absolute;
|
|
|
}
|
|
@@ -160,10 +160,10 @@ body{
|
|
|
.tubiao img{
|
|
|
position: absolute;
|
|
|
z-index: 10;
|
|
|
- margin-top: 12px;
|
|
|
+ margin-top: 15px;
|
|
|
color: #000;
|
|
|
- margin-left:20px;
|
|
|
- height:25px;
|
|
|
+ margin-left:15px;
|
|
|
+ height:18px;
|
|
|
}
|
|
|
.xiaochu{
|
|
|
float:right;
|
|
@@ -171,9 +171,9 @@ body{
|
|
|
.xiaochu img{
|
|
|
position: absolute;
|
|
|
z-index: 10;
|
|
|
- top: 20px;
|
|
|
+ top: 22px;
|
|
|
right: 22%;
|
|
|
- height:25px;
|
|
|
+ height:20px;
|
|
|
}
|
|
|
.rsssetbtn{
|
|
|
border:1px solid #37c6da;
|
|
@@ -226,7 +226,7 @@ body{
|
|
|
position: fixed;
|
|
|
left: 0px;
|
|
|
right: 0px;
|
|
|
- bottom: 41px;
|
|
|
+ bottom: 46px;
|
|
|
height: 50px;
|
|
|
width: 100%;
|
|
|
background-color: #37c6da;
|
|
@@ -255,12 +255,18 @@ body{
|
|
|
width:60%;
|
|
|
}
|
|
|
.rescontent,.nullcontent{
|
|
|
- padding:10px 20px;
|
|
|
+ padding:0px 20px;
|
|
|
background-color:#fff;
|
|
|
- width:100%;
|
|
|
+ position: absolute;
|
|
|
+ top: 65px;
|
|
|
+}
|
|
|
+.rescontent{
|
|
|
+ bottom: 98px;
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
|
.nullcontent{
|
|
|
- height: 100%;
|
|
|
+ bottom: 46px;
|
|
|
+ padding-top: 30%;
|
|
|
}
|
|
|
.tslist{
|
|
|
border-bottom: 1px solid #e5e6e9;
|
|
@@ -284,7 +290,7 @@ body{
|
|
|
margin: 2px 0px;
|
|
|
float:right;
|
|
|
width:13%;
|
|
|
- height:41px;
|
|
|
+ height:40px;
|
|
|
border:1px solid #35C5DA;
|
|
|
background-color:#35C5DA;
|
|
|
border-radius: 5px;
|