|
|
@@ -22,12 +22,15 @@
|
|
|
}
|
|
|
}
|
|
|
.loadmore {
|
|
|
+ cursor:default;
|
|
|
margin-top: -5px;
|
|
|
}
|
|
|
.sendmessage {
|
|
|
+ cursor:default;
|
|
|
margin-top: -10px;
|
|
|
}
|
|
|
.curTime {
|
|
|
+ cursor:default;
|
|
|
text-align: center;
|
|
|
font-family: "微软雅黑","宋体";
|
|
|
font-size: 12px;
|
|
|
@@ -478,7 +481,7 @@ body {
|
|
|
}
|
|
|
.app-voice-pause{
|
|
|
/*从未播放*/
|
|
|
- background-position: -2px -5px;
|
|
|
+ background-position: -1.5px -5px;
|
|
|
}
|
|
|
.app-voice-unread {
|
|
|
height:4px; width:4px; border-radius:4px;
|
|
|
@@ -488,11 +491,11 @@ body {
|
|
|
}
|
|
|
.app-voice-you .app-voice-play {
|
|
|
/*播放中(不需要过渡动画)*/
|
|
|
- background-position: -2px -5px;
|
|
|
- -webkit-animation: voiceplay 2s infinite step-start;
|
|
|
- -moz-animation: voiceplay 2s infinite step-start;
|
|
|
- -o-animation: voiceplay 2s infinite step-start;
|
|
|
- animation: voiceplay 2s infinite step-start;
|
|
|
+ background-position: -1.5px -5px;
|
|
|
+ -webkit-animation: voiceplay 1.5s infinite step-start;
|
|
|
+ -moz-animation: voiceplay 1.5s infinite step-start;
|
|
|
+ -o-animation: voiceplay 1.5s infinite step-start;
|
|
|
+ animation: voiceplay 1.5s infinite step-start;
|
|
|
}
|
|
|
|
|
|
@keyframes voiceplay {
|